summaryrefslogtreecommitdiffstats
path: root/nuttx
AgeCommit message (Expand)AuthorFilesLines
2009-09-09Cosmetic, synchronize source filespatacongo3-2/+4
2009-09-02Was exitting when no connectionspatacongo1-52/+28
2009-08-16Reduce stack usagepatacongo2-38/+39
2009-08-16THTTPD integrationpatacongo4-90/+79
2009-08-16Modify THTTPD to avoid poll() for write readypatacongo4-151/+149
2009-08-16Document poll() problempatacongo1-1/+9
2009-08-16Fix errors in handle_sendpatacongo1-3/+14
2009-08-15Continued THTTPD debugpatacongo3-340/+356
2009-08-15strstr fails because length off by 1patacongo4-6/+10
2009-08-15Get rid of cwd in THTTPDpatacongo10-54/+37
2009-08-15THTTPD progresspatacongo6-93/+209
2009-08-15Fix strcasecmppatacongo4-8/+27
2009-08-15Fix errors in return value from non-blocking readpatacongo1-3/+9
2009-08-15Read from socket is the same as recv with flags==0patacongo3-66/+110
2009-08-08Prep for 0.4.10 releasepatacongo4-74/+93
2009-08-08Fix various errors in time manipulation routinespatacongo3-16/+20
2009-08-08strftime fixespatacongo3-11/+22
2009-08-02Remove warningpatacongo1-0/+1
2009-08-02Bump up THTTPD main thread stack sizepatacongo1-1/+1
2009-08-02accept() now supports non-blocking operationspatacongo7-105/+146
2009-08-02Fix fdwatch problems; reduce fdwatch memory usagepatacongo2-166/+132
2009-08-02updatepatacongo2-5/+20
2009-08-02Fix accept() -- it wanted parts of return address initializedpatacongo3-8/+21
2009-08-02THTTPD now gets past initializationpatacongo5-22/+28
2009-08-02Initialize THTTPD integration changespatacongo6-28/+43
2009-08-02Fix some ez80 compilation errorspatacongo3-12/+3
2009-08-02Fix build problems with different configuratin optionspatacongo4-65/+87
2009-08-01Fix clean target errorpatacongo1-1/+1
2009-08-01Add THTTPD configurationpatacongo4-0/+1002
2009-08-01Install .html files; install exe's in cgi-bin subdirpatacongo3-72/+11
2009-08-01Add infrastructure to add CGI binaries to THTTPD examplepatacongo7-4/+441
2009-08-01Basic files for THTTPD testpatacongo2-0/+110
2009-07-19Finish fdwatch logic in cgi_childpatacongo1-22/+33
2009-07-19Add non-blocking capability for TCP socketspatacongo6-18/+93
2009-07-19Add fcntl(F_DUPFD)patacongo14-59/+77
2009-07-18Still fleshing out THTTPD examplepatacongo6-6/+298
2009-07-18Add skeleton for fcntl()patacongo3-4/+171
2009-07-18Document string operationspatacongo1-58/+126
2009-07-18Add strpbrk()patacongo5-6/+91
2009-07-18Add strstr()patacongo5-15/+117
2009-07-18Add framework for THTTPD examplepatacongo14-60/+306
2009-07-18Fix CGI I/O redirection and interposer taskspatacongo11-697/+771
2009-07-14Fix typo in vectored interrpt logicpatacongo1-2/+2
2009-07-14A big, hard-coded stack size was used in several placespatacongo5-10/+17
2009-07-13Add fileno()patacongo8-6/+241
2009-07-13Add THTTPD configurationpatacongo4-0/+994
2009-07-13Add NXFLAT CGI programspatacongo9-43/+1574
2009-07-12Add tdate_parse.cpatacongo3-4/+323
2009-07-12Add fdwatch.c and timers.cpatacongo6-44/+821
2009-07-12libthttpd.c now longer used fork() and execve()patacongo5-421/+600