summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Expand)AuthorAgeFilesLines
* Fix CGI pattern logicpatacongo2009-09-111-2/+2
* Don't use relative pathes when accessing filespatacongo2009-09-112-18/+28
* Clean up THTTPD watch handlingpatacongo2009-09-113-126/+149
* Reduce default memory allocation for stringspatacongo2009-09-112-3/+7
* Add memory debug support to THTTPDpatacongo2009-09-1110-95/+317
* Was exitting when no connectionspatacongo2009-09-021-52/+28
* Reduce stack usagepatacongo2009-08-162-38/+39
* THTTPD integrationpatacongo2009-08-164-90/+79
* Modify THTTPD to avoid poll() for write readypatacongo2009-08-164-151/+149
* Fix errors in handle_sendpatacongo2009-08-161-3/+14
* Continued THTTPD debugpatacongo2009-08-152-337/+351
* Get rid of cwd in THTTPDpatacongo2009-08-154-48/+25
* THTTPD progresspatacongo2009-08-153-88/+204
* strftime fixespatacongo2009-08-082-5/+7
* accept() now supports non-blocking operationspatacongo2009-08-023-97/+124
* Fix fdwatch problems; reduce fdwatch memory usagepatacongo2009-08-022-166/+132
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-021-2/+2
* THTTPD now gets past initializationpatacongo2009-08-022-11/+16
* Initialize THTTPD integration changespatacongo2009-08-023-24/+37
* Fix build problems with different configuratin optionspatacongo2009-08-022-63/+80
* Finish fdwatch logic in cgi_childpatacongo2009-07-191-22/+33
* Add non-blocking capability for TCP socketspatacongo2009-07-191-8/+7
* Add framework for THTTPD examplepatacongo2009-07-187-54/+64
* Fix CGI I/O redirection and interposer taskspatacongo2009-07-188-687/+770
* Add NXFLAT CGI programspatacongo2009-07-139-43/+1574
* Add tdate_parse.cpatacongo2009-07-122-1/+318
* Add fdwatch.c and timers.cpatacongo2009-07-126-44/+821
* libthttpd.c now longer used fork() and execve()patacongo2009-07-124-421/+498
* Add libhttpd.cpatacongo2009-07-126-101/+4564
* Add gmtime and localtimepatacongo2009-07-121-0/+2
* Add framework for thttpdpatacongo2009-07-119-2/+1978
* Fixes for clean ez80 compilationpatacongo2009-06-261-0/+1
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-255-122/+19
* Remove all options from examples/uip except for the webserverpatacongo2009-03-281-0/+7
* Fix parsing of port numberpatacongo2009-03-281-2/+3
* Add wget command to NSHpatacongo2009-03-281-2/+2
* Numerous fixes; seems to handle redirection pretty well nowpatacongo2009-03-281-41/+66
* Make HTTP URL parsing commonpatacongo2009-03-282-1/+148
* Add tftpcpatacongo2009-03-281-1/+2
* Fix examples/wget buildpatacongo2009-03-281-11/+11
* Fix problem in conditional compilationpatacongo2009-03-281-10/+37
* More bugfixespatacongo2009-03-271-44/+49
* wget bugfixes (still lots of problems)patacongo2009-03-261-132/+210
* Add host based test for wget()patacongo2009-03-262-11/+23
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-262-509/+231
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-228-747/+717
* Changes for clean build on ZDSpatacongo2009-03-212-29/+29
* 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-211-1/+39
* Fix numerous bugs, mostly associated with broadcastpatacongo2009-03-191-33/+45