summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Collapse)AuthorAgeFilesLines
* zkit-arm-1769: Refreshed all configurationsGregory Nutt2014-04-191-1/+1
|
* More trailing whilespace removalGregory Nutt2014-04-1352-256/+256
|
* Cosmetic changes for coding style; removal of dangling spaces at the end of ↵Gregory Nutt2014-04-131-1/+13
| | | | lines
* Make sure that there is one space after forGregory Nutt2014-04-123-7/+7
|
* Make sure that there is one space between while and conditionGregory Nutt2014-04-123-6/+6
|
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-4/+5
|
* Corrections to the NTP client from Manuel StuehnGregory Nutt2014-04-121-6/+6
|
* Accidentally checked in a .built fileGregory Nutt2014-04-111-0/+0
|
* Breadk dnsclient.c file into three smaller files: dns_resolver.c, ↵Gregory Nutt2014-04-114-132/+253
| | | | dns_socket.c, and dns_gethostip.c
* The rest of the resolv->DNS client naming change: Renamed directories and ↵Gregory Nutt2014-04-1110-11/+17
| | | | header files
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-113-155/+270
|
* NTP client: Fix a time calculation for the case of CPUs that do not support ↵Gregory Nutt2014-04-111-11/+38
| | | | long long
* NTP client, more clean-up and minor enhancementsGregory Nutt2014-04-111-6/+25
|
* NTP client, minor clean-up and enhancementsGregory Nutt2014-04-112-54/+93
|
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is ↵Gregory Nutt2014-04-108-0/+831
| | | | untested and probably incomplete
* DHCPD: Correct value of PAD option is 0, not 1. From Brennan AshtonGregory Nutt2014-03-311-1/+1
|
* Add missing DHCPD configuration settingsGregory Nutt2014-03-031-0/+63
|
* dhcpd_allocipaddr() should not call ntohl(). The return value is already in ↵Gregory Nutt2014-03-031-39/+56
| | | | host order. From Brennan Ashton
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools ↵Gregory Nutt2014-02-201-0/+9
| | | | by Alan Carvalho de Assis
* Typo fixes from CCTSA0. ThanksGregory Nutt2014-02-141-1/+1
|
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-102-2/+2
| | | | but probably some new typos introduced
* VI: all commands not seem functional. Still at least on display artifact ↵Gregory Nutt2014-01-211-1/+1
| | | | and probably some things not properly tested
* Networking: Improved status reporting and new carrier management ↵Gregory Nutt2014-01-212-20/+13
| | | | interfaces. From Max Holtzberg
* If write buffering is enabled, then it is necessary to release the write ↵Gregory Nutt2014-01-141-3/+11
| | | | buffer resources (callback structure) when the socket is closed
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-131-1/+1
| | | | buffering
* 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 ↵Gregory Nutt2013-10-241-1/+1
| | | | error conditions. From David Sidrane
* 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 ↵Gregory Nutt2013-10-171-1/+1
| | | | with y position (and vice versa)
* 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 ↵Gregory Nutt2013-09-061-3/+3
| | | | assignment of the same IP address. SourceForge bug #21 from Paolo Messina.
* 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. ↵Gregory Nutt2013-05-3015-102/+107
| | | | Add some missing .gitignore files
* 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 ↵Gregory Nutt2013-04-252-3/+3
| | | | harmless comments, some in config definionts which is not harmless. All removed
* New Kconfig convention: Extra indentation in comments will render as HTML ↵Gregory Nutt2013-04-222-18/+18
| | | | preformatted text
* 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
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
* All argv types should be char * const * not const char **patacongo2013-02-022-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
* Centralize TCP loss-of-connection bit twiddlingpatacongo2013-01-201-1/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5542 42af7a65-404d-4744-a932-0658087f49c3
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet ↵patacongo2013-01-201-2/+16
| | | | | | driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5541 42af7a65-404d-4744-a932-0658087f49c3
* Remove some dependencies of distclean on clean. This should not be ↵patacongo2012-12-231-1/+1
| | | | | | necessary in higher level makefiles and should speed up make distclean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ↵patacongo2012-11-271-5/+18
| | | | | | ifconfig command and improve DHCPC -- All from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
* configs/z8f64200100kit/ostest at same level as ez80 configurations; ↵patacongo2012-11-271-0/+1
| | | | | | nuttx/arch/arm/src/lpc17xx/lpc17_i2c.cuninitialization fix git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5392 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-2016-48/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3