summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Expand)AuthorAgeFilesLines
* cosmeticpatacongo2009-12-201-1/+1
* Remove warningspatacongo2009-12-201-7/+21
* Remove warningspatacongo2009-12-173-5/+9
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1535-1329/+1343
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-55/+55
* Fix debug output; remove redundanct close()patacongo2009-09-161-11/+8
* Must periodically check if CGI task is still alivepatacongo2009-09-163-38/+39
* THTTPD CGI workspatacongo2009-09-163-31/+64
* Add logic to dump data in and out of pipepatacongo2009-09-151-4/+4
* CGI needs to copy httpd_conn because it is volatilepatacongo2009-09-152-117/+172
* cosmeticpatacongo2009-09-151-2/+2
* SDCLONE was disabledpatacongo2009-09-152-10/+17
* Add semaphore to prevent socket from being closed before it is dup'edpatacongo2009-09-131-5/+55
* Remove unused status fieldpatacongo2009-09-132-6/+2
* Keep track of number of time free calledpatacongo2009-09-131-1/+3
* CGI tried to execute using relative pathpatacongo2009-09-134-21/+36
* Fix order problem that was causing dup2 to clobber pipe FD and hangpatacongo2009-09-131-7/+10
* move CGI logic to a separate filepatacongo2009-09-1312-1018/+1314
* Remove last remnants of SYLOGgingpatacongo2009-09-139-259/+81
* 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