Implement VideoPortGetAssociatedDeviceExtension and VideoPortCheckForDeviceExistence
[reactos.git] / reactos / drivers / lib / oskittcp /
2005-12-23 Gé van GeldorpChecking memory allocation return values helps prevent...
2005-12-23 Gé van GeldorpSend delayed ACKs after 200ms instead of 2500ms
2005-12-23 Gé van GeldorpForce Nagle algorithm off for loopback
2005-12-10 Gé van GeldorpShut off some debug messages
2005-12-01 Steven Edwardsstop the abuse of having the ddk directory in the path...
2005-11-28 Royce Mitchell IIIinline -> __inline
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-07-29 Thomas Bluemeldefine __NO_CTYPE_INLINES to get DBG:=0 builds work...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-06-20 Filip NavaraFix warnings.
2005-06-17 Filip NavaraUse W32API.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Casper HornstrupGenerate proxy makefiles
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-09 Thomas Bluemelfixed some more warnings
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Art YerkesAdded HOST=mingw32-linux64 setting.
2005-04-10 Casper HornstrupSupport -Werror
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-03-04 Art YerkesRecommented vprintf out. Not strictly needed but I...
2005-03-04 Art YerkesWarning cleanups.
2005-02-19 Art YerkesFinish zeroing fields that need it.
2005-02-19 Art YerkesZero queue fields needed for accept.
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-18 Art YerkesRemoved old stupid cruft i added when i didn't understa...
2005-01-16 Art YerkesAdded xml for ip libs.
2005-01-13 Art YerkesInitial accept commit. Accept sockets now work althoug...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-25 Art YerkesAdded a (currently unworking) accept implementation...
2004-12-13 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Filip Navara- Reformulate comment.
2004-12-12 Filip Navara- Workaround infinite loop on loopback connect.
2004-12-12 Filip Navara- Fix receiving of loopback packets.
2004-12-04 Art Yerkesafd/connect.c:
2004-11-30 Art YerkesTurned off printing in oskittcp.
2004-11-29 Steven EdwardsRemoved inclusion of stdio.h as it causes a build error...
2004-11-21 Art Yerkes- Improvements for select/implementation of event select.
2004-11-07 Art YerkesRemoved remaining kernel imports from ip lib.
2004-09-24 Art YerkesInitialize ext so that MCLFREE will be called appropria...
2004-09-23 Royce Mitchell IIIsmall fix to OskitDumpBuffer() - each line should displ...
2004-09-23 Royce Mitchell IIInew version of OskitDumpBuffer() that shows ascii chara...
2004-09-23 Art YerkesMain changes: reimported uipc_socket.c which had lots...
2004-09-23 Royce Mitchell IIIoskittcp can now be built with vs6
2004-09-22 Royce Mitchell IIIdon't zero out OtcpEvent structure from InitOskitTCP...
2004-09-22 Royce Mitchell IIIreplace problematic stack variable in OskitTCPSend...
2004-09-21 Royce Mitchell IIIbcopy()'s arguments are different order than memcpy()
2004-09-20 Royce Mitchell IIIinitialize fields that sosend() expects to have valid...
2004-09-20 Art YerkesImplemented MCLGET for reactos, not dependent on either...
2004-09-20 Art YerkesRoyce Mitchell pointed out that we could eliminate...
2004-09-20 Royce Mitchell IIIsosend( ) will not process mbuf if you pass it a uio...
2004-08-29 Art YerkesOskit can now be linked from userland. This is part...
2004-08-22 Art YerkesAFD: Fixed handling of cancelling in flight requests...
2004-08-19 Art YerkesMore notes on oskit. braindumping.
2004-08-19 Art Yerkesoskittcp: new import. less diff output versus pure...
2004-07-18 Art Yerkesmsafd + afd: Changed type of PVOID args to PAFD_WSABUF...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 Art Yerkesoskittcp: fixed handling of uio in send.
2004-07-08 Art YerkesFixed OskitTCPSend prototype.
2004-06-09 Art YerkesThis is a merge onto head of the last two months worth...
2004-05-29 Art YerkesFixes for gcc-3.4.0 (pasting the __FUNCTION__ constant...
2004-05-29 Steven Edwardsmoved oskittcp as it is a driver lib.