summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Expand)AuthorAgeFilesLines
* VI: all commands not seem functional. Still at least on display artifact and...Gregory Nutt2014-01-211-1/+1
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-212-20/+13
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-141-3/+11
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-1/+1
* NSH Configuration: Refactor networking and netutils dependenciesGregory Nutt2014-01-093-0/+3
* Viewtool STM32F107: Add a NSH configuration with network supportGregory Nutt2013-12-251-1/+3
* Telnetd: Missing argument in debug statement can cause crash in certain erro...Gregory Nutt2013-10-241-1/+1
* apps/examples/cc3000: Extensions and enhancements from David SidraneGregory Nutt2013-10-231-1/+1
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-171-1/+1
* Clean-up routing table design.Gregory Nutt2013-10-051-0/+4
* SAMA5 EMAC: Changes from early debug sessions. Still a way to goGregory Nutt2013-09-171-1/+1
* DHCPD: Fix calculation of lease address. Bad logic causes repeated assignmen...Gregory Nutt2013-09-061-3/+3
* Updates to README filesGregory Nutt2013-06-011-9/+11
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3015-15/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-3015-102/+107
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-13/+22
* More changes for issues reported by CppCheckGregory Nutt2013-05-113-42/+52
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-252-3/+3
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-222-18/+18
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-10/+8
* 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