Merge 14551:14980 from trunk
[reactos.git] / reactos / drivers / net /
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-04-27 Art Yerkesturned off DEBUG output (thanks to gge for pointing...
2005-04-22 Art Yerkestcpmisc.h:
2005-04-20 Casper HornstrupDon't link kernel-mode modules to kernel32.dll
2005-04-17 Art YerkesNeeded infrastructure for DHCP:
2005-04-15 Art YerkesUse DriverDesc in the registry as the adapter name...
2005-04-11 Art YerkesUse the right set (the referenced file objects) to...
2005-04-11 Art YerkesFixed warning, uninitialized length. Sorry, I did...
2005-04-11 Art Yerkeslock: Fixes suggested by w3seek:
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-08 Art YerkesRead: Generalized EOF condition slightly.
2005-04-08 Art YerkesInitialize these in case handle locking fails.
2005-04-04 Casper HornstrupInstall generated files
2005-03-28 Thomas Bluemelrelease the adapter lock after queuing a work item...
2005-03-24 Filip NavaraFix compilation.
2005-03-24 Art YerkesThis is change 1 of 2.
2005-03-18 Art YerkesAdded simple dword OID query to lan.
2005-03-18 Art YerkesDon't let sign extension mess us up here.
2005-03-13 Gé van GeldorpAllow cancelling of listen IRPs
2005-03-13 Gé van Geldorparty:
2005-03-12 Gé van GeldorpFix htons
2005-03-11 Art YerkesSwap the port part of the address so it's reported...
2005-03-11 Art YerkesUniform handling of stream socket reads.
2005-03-10 Royce Mitchell IIIadd <pch> to existing xml files that support pch on...
2005-03-06 Casper HornstrupDon't generate intermediate archives
2005-03-05 Casper HornstrupCopy msiexec from trunk
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-25 Art YerkesReads are allowed on connecting sockets. They act...
2005-02-25 Art YerkesNoticed that I had not used the right status for EOF...
2005-02-24 Art YerkesFixed more socket close problems. You could get throug...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-14 Thomas Bluemelfixed some warnings
2005-02-14 Gé van Geldorpnetzimme@netscape.net
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-11 Casper Hornstrup* Run build tools after parsing build files
2005-02-09 Mike NordellSend the correct handle_s_. tinus found this one.
2005-02-09 Art YerkesMade a nice function CantReadMore which tells if we...
2005-02-06 Art YerkesKill only selects involving a named file descriptor...
2005-02-05 Art YerkesRead: Change AFD_EVENT_CLOSE to AFD_EVENT_DISCONNECT...
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-23 Art YerkesFixed broadcast UDP.
2005-01-22 Art YerkesWorking ping.
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-18 Art YerkesThis file migrated to ip.a a while back.
2005-01-18 Art YerkesRemoved this IoReleaseCancelSpinlock. I believe it...
2005-01-18 Art YerkesBrowsing netreg, the http registry server works.
2005-01-17 Art YerkesAssert writable on a new socket.
2005-01-16 Casper Hornstrup* Build networking components
2005-01-16 Casper HornstrupExport functions in .def files
2005-01-16 Casper Hornstrup* KernelModeDriver module support
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
2005-01-06 Art YerkesCorrected off-by-one error retrieving adapter index.
2005-01-04 Royce Mitchell IIIbuffer overflow (& invalid registry path for device...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-29 Gé van GeldorpFix crash when closing unconnected socket
2004-12-28 Filip Navara- Implement connection-less Connect and Send.
2004-12-28 Gé van GeldorpCall TdiReceive when local buffer is empty
2004-12-28 Filip Navara- Don't continue if WarmSocketForConnection fails.
2004-12-27 Gé van GeldorpUse ListEntry->Flink before ListEntry is freed by Signa...
2004-12-25 Art YerkesAdded a (currently unworking) accept implementation...
2004-12-25 Filip Navara- Fix yet another double completition error.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-20 Filip Navara- Pass correct parameters to UDPReceiveDatagram.
2004-12-19 Filip Navara- Fix compilation errors with GCC 4.0-20041212.
2004-12-19 Art YerkesReturn error on every read after the first that returns...
2004-12-18 Filip Navara- Minor fix in MiniportDpc.
2004-12-18 Art YerkesAdded missing pending check (pointed out by filip).
2004-12-18 Art YerkesFilip and I have hopefully fixed the ndis completion...
2004-12-18 Art YerkesAdd a busy flag for the receive worker. This needs...
2004-12-16 Art YerkesWe can arrive here early on, before the filter is set...
2004-12-14 Art YerkesStore interface speed to retrieve later.
2004-12-13 Art YerkesI had put an IOSB on the stack in TdiConnect. Now...
2004-12-13 Art YerkesAllocate a final WCHAR for the NUL put on by wcsncat.
2004-12-13 Filip NavaraI was wrong, MiniSendComplete shouldn't be called at...
2004-12-13 Filip NavaraREVERT:
2004-12-13 Filip Navara- Don't call ProtocolSendComplete after NdisSend (NDIS...
2004-12-13 Filip NavaraMiniSendComplete should be called if MiniportSend routi...
2004-12-12 Filip Navara- Fix receiving of loopback packets.
2004-12-11 Art YerkesAdded double complete protection so that we never call...
2004-12-11 Filip Navara- Manage TCP ports using port set and dynamically assig...
2004-12-11 Filip Navara- Implement WSPGetSockName.
2004-12-04 Art Yerkesafd/connect.c:
2004-12-03 Gregor AnichPrefix libs in dk/w32 and dk/nkm with "lib" to make...
2004-12-01 Art Yerkes- sanity check: assert DISPATCH_LEVEL for the dpc.
2004-12-01 Art Yerkesminiport:
2004-11-30 Art Yerkesconnect: Allow async connections, and assume that concu...
2004-11-30 Art YerkesMake packet printing obey debug bits.
2004-11-30 Art Yerkes- Defined __NTDRIVER__ to turn on some code that is...
2004-11-28 Art YerkesTurned off debug output in CVS (we need a better way...
2004-11-26 Art YerkesMoved pseh.h away from precomp.h to avoid 'defined...
2004-11-26 Art Yerkes- Added add and delete route primitives in tcpip/ninfo.c
2004-11-25 Art Yerkes- Removed prefix.c and the prefix list. Adapter and...
next