summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for 0.4.4 releasenuttx-4.4patacongo2009-03-293-66/+75
* Add logic to build sendmail example on targetpatacongo2009-03-294-11/+271
* Add examples/sendmailpatacongo2009-03-282-2/+22
* Move smtp test from examples/uip to herepatacongo2009-03-283-0/+255
* Remove all options from examples/uip except for the webserverpatacongo2009-03-2829-149/+26
* Partial testing of wget commandpatacongo2009-03-282-2/+2
* Fix parsing of port numberpatacongo2009-03-281-2/+3
* ignore temporary directory nuttxpatacongo2009-03-280-0/+0
* Add wget command to NSHpatacongo2009-03-2813-30/+265
* fix error messagepatacongo2009-03-281-1/+1
* Numerous fixes; seems to handle redirection pretty well nowpatacongo2009-03-281-41/+66
* wget now takes only a URL as a argument; not host + file namepatacongo2009-03-286-22/+86
* wget now takes only a URL as a argument; not host + filepatacongo2009-03-2811-44/+22
* Make HTTP URL parsing commonpatacongo2009-03-283-7/+163
* Oops.. check in bad changepatacongo2009-03-281-1/+1
* Add tftpcpatacongo2009-03-281-1/+2
* Fix examples/wget buildpatacongo2009-03-2818-59/+277
* Cloning error in functin namepatacongo2009-03-281-2/+2
* Fix problem in conditional compilationpatacongo2009-03-281-10/+37
* More bugfixespatacongo2009-03-271-44/+49
* wget bugfixes (still lots of problems)patacongo2009-03-265-144/+258
* Add host based test for wget()patacongo2009-03-265-13/+31
* wget testpatacongo2009-03-265-0/+369
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-265-548/+381
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-222-0/+6
* Patch [2696648] Z80: interrupt flag stored in parity bitpatacongo2009-03-2211-42/+42
* Fix an error that was causing Tx to timeout improperlypatacongo2009-03-223-46/+52
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-2211-751/+745
* Changes for clean build on ZDSpatacongo2009-03-217-38/+45
* tiny webserver configuratinpatacongo2009-03-216-0/+1369
* Oops.. interrupts must be disabled when uip_arp_update is calledpatacongo2009-03-211-11/+29
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-213-3/+41
* Expose more ARP APIspatacongo2009-03-219-195/+573
* Handler ZDI preprocessorpatacongo2009-03-211-3/+11
* updatedpatacongo2009-03-192-1/+9
* Add configuration checkingpatacongo2009-03-191-0/+34
* Needs to have broadcast enabledpatacongo2009-03-191-1/+1
* not properl ported from nettestpatacongo2009-03-190-0/+0
* Fix numerous bugs, mostly associated with broadcastpatacongo2009-03-191-33/+45
* cosmeticpatacongo2009-03-193-5/+5
* If port=0, UDP should select a port numberpatacongo2009-03-191-32/+73
* updated for dhcpdpatacongo2009-03-181-1/+12
* Fix examples/dhcpd buildpatacongo2009-03-185-7/+120
* DHCPD server examplepatacongo2009-03-176-0/+1362
* Add examples/dhcpdpatacongo2009-03-177-128/+15
* DHCP server examplepatacongo2009-03-173-0/+197
* Back out part of last changepatacongo2009-03-161-1/+1
* Better fixpatacongo2009-03-161-0/+17
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-167-15/+19
* use llvdbg because vdbg can cause suspensionpatacongo2009-03-151-7/+11