summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1527-124/+166
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2054 42af7a65-404d-4744-a932-0658087f49c3
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-15108-107/+284
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2053 42af7a65-404d-4744-a932-0658087f49c3
* Add semaphore to prevent socket from being closed before it is dup'edpatacongo2009-09-131-5/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2052 42af7a65-404d-4744-a932-0658087f49c3
* Remove unused status fieldpatacongo2009-09-132-6/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2051 42af7a65-404d-4744-a932-0658087f49c3
* Keep track of number of time free calledpatacongo2009-09-131-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2050 42af7a65-404d-4744-a932-0658087f49c3
* Use low-level debug which does not depend on stdout mapped to consolepatacongo2009-09-131-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2049 42af7a65-404d-4744-a932-0658087f49c3
* Add assert to prevent write() method from being by interrupt handlerspatacongo2009-09-131-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2048 42af7a65-404d-4744-a932-0658087f49c3
* CGI tried to execute using relative pathpatacongo2009-09-134-21/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2047 42af7a65-404d-4744-a932-0658087f49c3
* Fix order problem that was causing dup2 to clobber pipe FD and hangpatacongo2009-09-131-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2046 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-09-132-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2045 42af7a65-404d-4744-a932-0658087f49c3
* move CGI logic to a separate filepatacongo2009-09-1312-1018/+1314
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2044 42af7a65-404d-4744-a932-0658087f49c3
* Remove last remnants of SYLOGgingpatacongo2009-09-139-259/+81
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2043 42af7a65-404d-4744-a932-0658087f49c3
* Day-of-week problempatacongo2009-09-121-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2042 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-09-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2041 42af7a65-404d-4744-a932-0658087f49c3
* Fix CGI pattern logicpatacongo2009-09-114-10/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2040 42af7a65-404d-4744-a932-0658087f49c3
* Don't use relative pathes when accessing filespatacongo2009-09-112-18/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2039 42af7a65-404d-4744-a932-0658087f49c3
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-113-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2038 42af7a65-404d-4744-a932-0658087f49c3
* Fix race condition that can cause close of socket to hangpatacongo2009-09-114-16/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2037 42af7a65-404d-4744-a932-0658087f49c3
* Clean up THTTPD watch handlingpatacongo2009-09-1110-135/+158
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2036 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-09-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2035 42af7a65-404d-4744-a932-0658087f49c3
* Reduce default memory allocation for stringspatacongo2009-09-112-3/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2034 42af7a65-404d-4744-a932-0658087f49c3
* Add memory debug support to THTTPDpatacongo2009-09-1110-95/+317
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2033 42af7a65-404d-4744-a932-0658087f49c3
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-105-1/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2032 42af7a65-404d-4744-a932-0658087f49c3
* This two FIFO handling bugs in LM3S ethernet driverpatacongo2009-09-0910-11/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2031 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic, synchronize source filespatacongo2009-09-093-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2030 42af7a65-404d-4744-a932-0658087f49c3
* Was exitting when no connectionspatacongo2009-09-021-52/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2029 42af7a65-404d-4744-a932-0658087f49c3
* Reduce stack usagepatacongo2009-08-162-38/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2028 42af7a65-404d-4744-a932-0658087f49c3
* THTTPD integrationpatacongo2009-08-164-90/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2027 42af7a65-404d-4744-a932-0658087f49c3
* Modify THTTPD to avoid poll() for write readypatacongo2009-08-164-151/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2026 42af7a65-404d-4744-a932-0658087f49c3
* Document poll() problempatacongo2009-08-161-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2025 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in handle_sendpatacongo2009-08-161-3/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2024 42af7a65-404d-4744-a932-0658087f49c3
* Continued THTTPD debugpatacongo2009-08-153-340/+356
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2023 42af7a65-404d-4744-a932-0658087f49c3
* strstr fails because length off by 1patacongo2009-08-154-6/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2022 42af7a65-404d-4744-a932-0658087f49c3
* Get rid of cwd in THTTPDpatacongo2009-08-1510-54/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2021 42af7a65-404d-4744-a932-0658087f49c3
* THTTPD progresspatacongo2009-08-156-93/+209
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2020 42af7a65-404d-4744-a932-0658087f49c3
* Fix strcasecmppatacongo2009-08-154-8/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2019 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2018 42af7a65-404d-4744-a932-0658087f49c3
* Read from socket is the same as recv with flags==0patacongo2009-08-153-66/+110
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2017 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 0.4.10 releasenuttx-4.10patacongo2009-08-084-74/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2016 42af7a65-404d-4744-a932-0658087f49c3
* Fix various errors in time manipulation routinespatacongo2009-08-083-16/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2015 42af7a65-404d-4744-a932-0658087f49c3
* strftime fixespatacongo2009-08-083-11/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2014 42af7a65-404d-4744-a932-0658087f49c3
* Remove warningpatacongo2009-08-021-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2013 42af7a65-404d-4744-a932-0658087f49c3
* Bump up THTTPD main thread stack sizepatacongo2009-08-021-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2012 42af7a65-404d-4744-a932-0658087f49c3
* accept() now supports non-blocking operationspatacongo2009-08-027-105/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
* Fix fdwatch problems; reduce fdwatch memory usagepatacongo2009-08-022-166/+132
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2010 42af7a65-404d-4744-a932-0658087f49c3
* updatepatacongo2009-08-022-5/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2009 42af7a65-404d-4744-a932-0658087f49c3
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-023-8/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2008 42af7a65-404d-4744-a932-0658087f49c3
* THTTPD now gets past initializationpatacongo2009-08-025-22/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2007 42af7a65-404d-4744-a932-0658087f49c3
* Initialize THTTPD integration changespatacongo2009-08-026-28/+43
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2006 42af7a65-404d-4744-a932-0658087f49c3
* Fix some ez80 compilation errorspatacongo2009-08-023-12/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2005 42af7a65-404d-4744-a932-0658087f49c3