summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Add CONFIG_DEBUG_SYMBOLSpatacongo108-107/+284
2009-09-13Add semaphore to prevent socket from being closed before it is dup'edpatacongo1-5/+55
2009-09-13Remove unused status fieldpatacongo2-6/+2
2009-09-13Keep track of number of time free calledpatacongo1-1/+3
2009-09-13Use low-level debug which does not depend on stdout mapped to consolepatacongo1-19/+19
2009-09-13Add assert to prevent write() method from being by interrupt handlerspatacongo1-0/+17
2009-09-13CGI tried to execute using relative pathpatacongo4-21/+36
2009-09-13Fix order problem that was causing dup2 to clobber pipe FD and hangpatacongo1-7/+10
2009-09-13cosmeticpatacongo2-2/+7
2009-09-13move CGI logic to a separate filepatacongo12-1018/+1314
2009-09-13Remove last remnants of SYLOGgingpatacongo9-259/+81
2009-09-12Day-of-week problempatacongo1-2/+6
2009-09-12cosmeticpatacongo1-1/+1
2009-09-11Fix CGI pattern logicpatacongo4-10/+10
2009-09-11Don't use relative pathes when accessing filespatacongo2-18/+28
2009-09-11Remove check for outstanding un-ACKed data in TX pollpatacongo3-5/+8
2009-09-11Fix race condition that can cause close of socket to hangpatacongo4-16/+28
2009-09-11Clean up THTTPD watch handlingpatacongo10-135/+158
2009-09-11cosmeticpatacongo1-1/+1
2009-09-11Reduce default memory allocation for stringspatacongo2-3/+7
2009-09-11Add memory debug support to THTTPDpatacongo10-95/+317
2009-09-10Fix race condition bug in poll() for backlogged connectionspatacongo5-1/+40
2009-09-09This two FIFO handling bugs in LM3S ethernet driverpatacongo10-11/+57
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