[CMAKE]
[reactos.git] / lib / drivers /
2010-07-27 Amine Khaldi[CMAKE]
2010-07-27 Amine Khaldi[CMAKE]
2010-07-26 Amine Khaldi[CMAKE]
2010-07-24 Amine Khaldi- Delete rbuild and the rbuild files.
2010-07-24 Amine KhaldiCreate a branch for cmake bringup.
2010-07-12 Cameron Gutman[WINSOCK]
2010-06-09 Amine KhaldiReintegrate header-work branch. Important changes inclu...
2010-06-09 Amine KhaldiSync uo to HEAD (r47720). backups/header-work@57446
2010-06-07 Amine KhaldiSync trunk.
2010-05-22 Amine KhaldiSync up to trunk head.
2010-05-10 Amine Khaldi- Sync with trunk up to r46941.
2010-05-03 Amine KhaldiRevert the sync.
2010-05-03 Amine KhaldiSync with trunk head (part 1 of 2)
2010-04-02 Amine KhaldiSync with trunk head (part 1 or 2)
2010-03-26 Timo KreuzerReintegrate header branch
2010-03-26 Amine KhaldiSync with trunk head (part 1 of x)
2010-03-25 Amine KhaldiSync with trunk head.
2010-03-18 Amine KhaldiSync with trunk head (part 1 of 2)
2010-03-13 Sir Richard[DDK]: Merge 46183 from header-branch.
2010-03-12 Timo Kreuzer[HEADERS]
2010-03-12 Amine KhaldiSync with trunk head
2010-03-09 Amine KhaldiSync with trunk head
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-02-10 Cameron Gutman - Fix comments related to r45531
2010-02-10 Cameron Gutman - Merge from trunk up to r45543
2010-02-09 Cameron Gutman - Fix the LARGE_SIZE constant so it uses the lookaside...
2010-01-30 Cameron Gutman - Remove some unused junk code
2010-01-30 Cameron Gutman - ovbcopy is used when the source address and destinat...
2010-01-27 Cameron Gutman - Fix a potential buffer overrun and null pointer...
2010-01-27 Cameron Gutman - Handle the case where a socket sends an event notifi...
2010-01-26 Cameron Gutman - Define OSKIT so we can use special oskit functions
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-16 Cameron Gutman[TDILIB, IPHLPAPI, WSHTCPIP]
2010-01-15 Cameron Gutman - Restore the worker in the loopback code because...
2010-01-09 Cameron Gutman - Unlock the address file before calling IPSendDatagram
2010-01-08 Cameron Gutman - Use a spin lock to protect the port bitmap instead...
2010-01-08 Cameron Gutman - Add locking to ICMPSendDatagram
2010-01-01 Cameron Gutman[IP]
2009-12-31 Cameron Gutman[TCPIP, IP]
2009-12-30 Cameron Gutman - Forgot this file
2009-12-30 Cameron Gutman[IP]
2009-12-16 Cameron Gutman[OSKITTCP]
2009-12-16 Cameron Gutman[OSKITTCP]
2009-12-13 Cameron Gutman - Use RouteGetRouteToDestination instead of FindOnLink...
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-13 Cameron Gutman - Make sure NBAddNeighbor completed successfully
2008-09-26 Cameron Gutman - Return early if NBAddNeighbor or RouterAddRoute...
2008-09-26 Cameron Gutman - Return early if ProtocolNumber is too large
2008-09-19 Cameron Gutman - Exit the loop when we find the matching Bucket
2008-09-19 Cameron Gutman - Only continue sending fragments if the last one...
2008-09-15 Cameron Gutman - Add the spin locks back that I removed
2008-09-14 Cameron Gutman - Pass the status we were given to the completion...
2008-09-14 Cameron Gutman - Release the spin lock before calling NCETimeout
2008-09-06 Cameron Gutman - Make PortsStartup return NTSTATUS so we can make...
2008-09-02 Cameron Gutman - Fail if PrepareARPPacket returned NULL
2008-09-02 Cameron Gutman - Move the NULL check immediately after the memory...
2008-09-02 Cameron Gutman - Fail if we didn't successfully add the header
2008-09-02 Cameron Gutman - Set UDPInitialized to FALSE at the end of UDPShutdown
2008-08-27 Cameron Gutman - Don't handle OSK_EINPROGRESS since TCPTranslateError...
2008-08-26 Cameron Gutman - Fix many memory leaks
2008-08-26 Cameron Gutman- Fix a memory leak
2008-08-19 Cameron Gutman - Release the spin lock
2008-08-07 Cameron Gutman - Revert my lib changes until I figure out some proble...
2008-08-04 Cameron Gutman - Fix one more memory leak
2008-08-04 Cameron Gutman - Forgot to include one fix in my last commit
2008-08-04 Cameron Gutman - Fix more memory leaks
2008-08-01 Art YerkesCreate a branch for network fixes.