summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add SPI and UART header filespatacongo2009-09-224-2/+340
* Add stm32 header filespatacongo2009-09-215-25/+308
* Add stm3210e-eval board configurationpatacongo2009-09-206-1/+1109
* Prep for 0.4.11 releasepatacongo2009-09-164-109/+137
* Fix debug output; remove redundanct close()patacongo2009-09-161-11/+8
* Sockets were not being closed when a task exitspatacongo2009-09-163-14/+69
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
* Fix some errno reportingpatacongo2009-09-161-24/+27
* cosmeticpatacongo2009-09-161-1/+2
* Must periodically check if CGI task is still alivepatacongo2009-09-163-38/+39
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
* Add netstat CGI examplepatacongo2009-09-166-11/+223
* THTTPD CGI workspatacongo2009-09-168-45/+335
* Need to use only lldbg in fault handlerpatacongo2009-09-161-1/+1
* Fix pointer increment bugpatacongo2009-09-161-1/+1
* remove warningpatacongo2009-09-161-4/+5
* Add logic to dump data in and out of pipepatacongo2009-09-152-5/+21
* CGI needs to copy httpd_conn because it is volatilepatacongo2009-09-152-117/+172
* cosmeticpatacongo2009-09-151-2/+2
* Fix reference counting errorspatacongo2009-09-154-0/+16
* SDCLONE was disabledpatacongo2009-09-154-12/+19
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1527-124/+166
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-15108-107/+284
* 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
* Use low-level debug which does not depend on stdout mapped to consolepatacongo2009-09-131-19/+19
* Add assert to prevent write() method from being by interrupt handlerspatacongo2009-09-131-0/+17
* 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
* cosmeticpatacongo2009-09-132-2/+7
* move CGI logic to a separate filepatacongo2009-09-1312-1018/+1314
* Remove last remnants of SYLOGgingpatacongo2009-09-139-259/+81
* Day-of-week problempatacongo2009-09-121-2/+6
* cosmeticpatacongo2009-09-121-1/+1
* Fix CGI pattern logicpatacongo2009-09-114-10/+10
* Don't use relative pathes when accessing filespatacongo2009-09-112-18/+28
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-113-5/+8
* Fix race condition that can cause close of socket to hangpatacongo2009-09-114-16/+28
* 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