- Implement ProtocolResetComplete
[reactos.git] / drivers / network / afd / afd / listen.c
2008-08-30 Cameron Gutman - Check if TdiBuildNullConnectionInfo completed succes...
2008-08-30 Cameron Gutman - FCB->State gets set to SOCKET_STATE_CONNECTED in...
2008-08-30 Cameron Gutman - Check if MakeSocketIntoConnection succeeded
2008-08-29 Cameron Gutman - Free the address we've previously allocated if needed
2008-08-24 Cameron Gutman - Add another missing PollReeval
2008-08-23 Cameron Gutman - Make sure IPAddr is non-NULL
2008-08-20 Cameron Gutman - Reapply r35481
2008-08-20 Cameron Gutman - Revert 35477-35481
2008-08-20 Cameron Gutman - Fix handling of cancelled IRPs
2008-08-17 Cameron Gutman - Change STATUS_UNSUCCESSFUL to STATUS_FILE_CLOSED
2008-08-16 Cameron Gutman - Make sure we successfully allocated ConnectionReturn...
2008-08-13 Cameron Gutman - Move memory freeing to ListenComplete
2008-08-12 Cameron Gutman - Make sure both FCB->Recv.Window and FCB->Send.Window...
2008-08-04 Cameron Gutman - Fix more leaks
2008-08-04 Cameron Gutman - Revert the rest of r35080
2008-08-03 Cameron Gutman - Fix 2 more memory leaks
2008-08-02 Cameron Gutman - We must complete the IRP if we fail because the...
2008-08-01 Cameron Gutman* Fix many memory leaks by unmapping MDL pages when...
2008-08-01 Art YerkesCreate a branch for network fixes.