summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Expand)AuthorAgeFilesLines
...
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0418-0/+132
* Add a THTTPD configuratin for zkit-arm-1769patacongo2013-02-264-44/+116
* All argv types should be char * const * not const char **patacongo2013-02-022-4/+4
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-1/+8
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-201-2/+16
* Remove some dependencies of distclean on clean. This should not be necessary...patacongo2012-12-231-1/+1
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-5/+18
* configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arc...patacongo2012-11-271-0/+1
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-2016-48/+48
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-1716-87/+103
* Mostly cosmetic build changespatacongo2012-11-161-1/+1
* Fix a place that had a '\' but needed a '/'patacongo2012-11-151-0/+2
* Fix various build-related typospatacongo2012-11-151-2/+2
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-1516-16/+16
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-12/+12
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-2/+2
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-1216-33/+96
* A few more build fixespatacongo2012-11-121-1/+4
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-1116-32/+32
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-1116-58/+26
* Fix apps/netutils/webclient build problempatacongo2012-11-061-3/+14
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-047-1/+323
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-033-23/+294
* Add apps/examples/wgetjson from Darcy Gongpatacongo2012-10-312-6/+8
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-318-1/+1346
* DNS fixes from Darcy Gongpatacongo2012-10-282-20/+90
* Add port of cJSON from Darcy Gongpatacongo2012-10-278-42/+1956
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-242-3/+3
* Update documentation for recently added configuration optionspatacongo2012-10-201-3/+3
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-1/+1
* DNS fixes from Darcy Gong (part 1 of 2)patacongo2012-10-204-104/+153
* 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