summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Clean up THTTPD watch handlingpatacongo2009-09-1110-135/+158
* cosmeticpatacongo2009-09-111-1/+1
* Reduce default memory allocation for stringspatacongo2009-09-112-3/+7
* Add memory debug support to THTTPDpatacongo2009-09-1110-95/+317
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-105-1/+40
* This two FIFO handling bugs in LM3S ethernet driverpatacongo2009-09-0910-11/+57
* Cosmetic, synchronize source filespatacongo2009-09-093-2/+4
* 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
* Document poll() problempatacongo2009-08-161-1/+9
* Fix errors in handle_sendpatacongo2009-08-161-3/+14
* Continued THTTPD debugpatacongo2009-08-153-340/+356
* strstr fails because length off by 1patacongo2009-08-154-6/+10
* Get rid of cwd in THTTPDpatacongo2009-08-1510-54/+37
* THTTPD progresspatacongo2009-08-156-93/+209
* Fix strcasecmppatacongo2009-08-154-8/+27
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
* Read from socket is the same as recv with flags==0patacongo2009-08-153-66/+110
* Prep for 0.4.10 releasenuttx-4.10patacongo2009-08-084-74/+93
* Fix various errors in time manipulation routinespatacongo2009-08-083-16/+20
* strftime fixespatacongo2009-08-083-11/+22
* Remove warningpatacongo2009-08-021-0/+1
* Bump up THTTPD main thread stack sizepatacongo2009-08-021-1/+1
* accept() now supports non-blocking operationspatacongo2009-08-027-105/+146
* Fix fdwatch problems; reduce fdwatch memory usagepatacongo2009-08-022-166/+132
* updatepatacongo2009-08-022-5/+20
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-023-8/+21
* THTTPD now gets past initializationpatacongo2009-08-025-22/+28
* Initialize THTTPD integration changespatacongo2009-08-026-28/+43
* Fix some ez80 compilation errorspatacongo2009-08-023-12/+3
* Fix build problems with different configuratin optionspatacongo2009-08-024-65/+87
* Fix clean target errorpatacongo2009-08-011-1/+1
* Add THTTPD configurationpatacongo2009-08-014-0/+1002
* Install .html files; install exe's in cgi-bin subdirpatacongo2009-08-013-72/+11
* Add infrastructure to add CGI binaries to THTTPD examplepatacongo2009-08-017-4/+441
* Basic files for THTTPD testpatacongo2009-08-012-0/+110
* Finish fdwatch logic in cgi_childpatacongo2009-07-191-22/+33
* Add non-blocking capability for TCP socketspatacongo2009-07-196-18/+93
* Add fcntl(F_DUPFD)patacongo2009-07-1914-59/+77
* Still fleshing out THTTPD examplepatacongo2009-07-186-6/+298
* Add skeleton for fcntl()patacongo2009-07-183-4/+171
* Document string operationspatacongo2009-07-181-58/+126
* Add strpbrk()patacongo2009-07-185-6/+91
* Add strstr()patacongo2009-07-185-15/+117
* Add framework for THTTPD examplepatacongo2009-07-1814-60/+306
* Fix CGI I/O redirection and interposer taskspatacongo2009-07-1811-697/+771
* Fix typo in vectored interrpt logicpatacongo2009-07-141-2/+2
* A big, hard-coded stack size was used in several placespatacongo2009-07-145-10/+17