summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add DM90x0 driverpatacongo2007-11-0219-87/+371
* DM90x0 Driverpatacongo2007-11-022-0/+1708
* in progress updatepatacongo2007-10-3122-326/+955
* Add simple network testpatacongo2007-10-316-0/+672
* dhcpc debugpatacongo2007-10-3110-120/+240
* Fixes found in smtp testingpatacongo2007-10-276-51/+80
* Correct some issues with IP/MAC address handlingpatacongo2007-10-2616-65/+407
* Partial implementation of accept() and listen()patacongo2007-09-2312-123/+620
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-2314-41/+391
* Fixed for clean Cygwin link; move netutils strings into common librarypatacongo2007-09-224-9/+24
* Refactoring netutils stringspatacongo2007-09-2213-490/+407
* CYGWIN caveatpatacongo2007-09-212-0/+6
* If toolchain doesn't have weak symbols, must provide user_initialize()patacongo2007-09-211-1/+18
* Fixes for CYGWINpatacongo2007-09-211-40/+53
* Repair bad checkinpatacongo2007-09-201-5/+129
* Fixed for CYGWIN buildpatacongo2007-09-1811-146/+42
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-1628-429/+893
* Add basic structure to support netdevice ioctlspatacongo2007-09-1616-180/+839
* Add basic structure to support multiple network interfacespatacongo2007-09-1530-961/+1171
* Fix tapdevpatacongo2007-09-143-15/+24
* Remove unused flag bitpatacongo2007-09-092-4/+3
* Implment TCP recv()patacongo2007-09-098-255/+351
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-0921-1130/+878
* Added network init; refactored some header filespatacongo2007-09-0939-55/+208
* Cleanup and fix problems introduce in last commitpatacongo2007-09-0817-201/+237
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-0810-233/+265
* Make file name convention consistentpatacongo2007-09-0816-20/+20
* Implemented several options in set/getsockoptspatacongo2007-09-0819-116/+691
* Documentation updatepatacongo2007-09-088-37/+595
* Added framework for getsockopt() setsockopt()patacongo2007-09-078-25/+292
* Add socket optionspatacongo2007-09-052-1/+39
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-055-90/+160
* cleanuppatacongo2007-09-0312-170/+138
* Add send, sendto, rec, recvfrompatacongo2007-09-0326-606/+1691
* Refactoring to provide socket support for UDPpatacongo2007-09-028-246/+268
* Implements basic TCP connection logicpatacongo2007-09-0225-625/+1426
* Added snprintfpatacongo2007-09-025-4/+104
* Add ntohs&l() and htons&lpatacongo2007-09-026-58/+148
* Initial include/arpa directorypatacongo2007-09-021-0/+108
* Initial include/netinet directorypatacongo2007-09-012-0/+134
* Adding socket(), bind() logicpatacongo2007-09-0115-51/+413
* Added support for socket descriptorspatacongo2007-09-0144-1195/+1890
* smtp now compilespatacongo2007-08-306-215/+271
* Basic infrastructure for socket() and bind()patacongo2007-08-285-5/+267
* Can't call system open(), read(), etc.patacongo2007-08-281-21/+96
* Corrects UIP driver buildpatacongo2007-08-285-143/+235
* Bad file checkinpatacongo2007-08-271-0/+0
* Fix timeslice calculationpatacongo2007-08-261-2/+3
* Fix timeslice calculationpatacongo2007-08-261-2/+3
* Adding uIP 1.0patacongo2007-08-2618-3/+726