summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Expand)AuthorAgeFilesLines
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-062-8/+8
* If server fails to create a thread because of lack-of-resources (EAGAIN), don...patacongo2012-09-251-5/+30
* Add missing STM32 F1 pin remapping definitionspatacongo2012-09-221-1/+0
* Adds support for keep-alive connections to webserverpatacongo2012-09-222-13/+81
* More webserver updates from Katepatacongo2012-09-221-52/+161
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-1/+3
* webserver update from Katepatacongo2012-09-181-20/+38
* Add default file name if URL is a directory, giving index.html behavior. Fro...patacongo2012-09-183-9/+66
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-199/+122
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-172-10/+76
* Add option for single connection web server. From Kate.patacongo2012-09-172-2/+75
* Resync new repository with old repo r5166patacongo2012-09-175-44/+155
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-148-1/+836
* Remove executable property from source and make filespatacongo2012-09-139-0/+0
* Email address change in apps/patacongo2012-09-1371-431/+431
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-131-1/+1
* Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)patacongo2012-09-121-7/+8
* Network discover utility from Max Holtzbergpatacongo2012-09-128-4/+623
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-5/+5
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-115-10/+201
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-101-2/+14
* More Shenzhou board logicpatacongo2012-09-081-1/+1
* Add URL/CGI function mapping option to uIP web serverpatacongo2012-09-053-10/+52
* Syntax error in last apps/netutils/webserver/Kconfigpatacongo2012-09-041-2/+2
* Enhancements to the uIP web server from Katepatacongo2012-09-045-33/+255
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-319-994/+105
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-311-1/+1
* Add terminating NULL to argv[] listpatacongo2012-08-261-1/+2
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-12/+12
* More IPv6 ramblingpatacongo2012-06-081-2/+2
* First round of compile fixes for IPv6patacongo2012-06-074-4/+0
* More Kconfig updatespatacongo2012-04-141-3/+1
* Developing a new way to handle application configurationspatacongo2012-04-1414-1/+192
* Kconfig updatepatacongo2012-04-125-0/+291
* Add kconfig documentationpatacongo2012-04-0611-11/+11
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-0611-0/+44
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0314-23/+19
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-189-39/+51
* Document recvfrom() bugpatacongo2012-02-161-4/+8
* Fixes all known FTP server bugspatacongo2012-02-151-22/+80
* Minor FTPD updatespatacongo2012-02-151-4/+9
* Fix an FTPD bugpatacongo2012-02-091-1/+1
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-072-14/+10
* A little more FTP daemon cleanuppatacongo2012-02-051-109/+125
* Fix more FTP server bugspatacongo2012-02-051-98/+44
* FTP server is marginally functionalpatacongo2012-02-051-2/+7
* FTPD daemon and example now build without errorspatacongo2012-02-052-374/+216
* Add build environment for the FTP daemonpatacongo2012-02-044-5/+105