Warning cleanups.
[reactos.git] / reactos / drivers / lib / oskittcp / oskittcp / interface.c
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-01-13 Art YerkesInitial accept commit. Accept sockets now work althoug...
2004-12-25 Art YerkesAdded a (currently unworking) accept implementation...
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-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-20 Royce Mitchell IIIinitialize fields that sosend() expects to have valid...
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 Yerkesoskittcp: new import. less diff output versus pure...
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 Steven Edwardsmoved oskittcp as it is a driver lib.