summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Collapse)AuthorAgeFilesLines
* DHCPD: Missed name change uip_lock->net_lockGregory Nutt2014-06-301-3/+3
|
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-1/+1
|
* NET: Renaming of IP address typesGregory Nutt2014-06-291-4/+4
|
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-292-18/+35
|
* Clean up all UDP-related namingGregory Nutt2014-06-241-7/+7
|
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; ↵Gregory Nutt2014-06-247-7/+7
| | | | Rename *_internal.h header files in net/ to just *.h
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-245-5/+5
|
* httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0Gregory Nutt2014-06-231-2/+3
|
* Costmetic changes after review for sense of OK (should be zero)Gregory Nutt2014-06-191-6/+4
|
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ↵Gregory Nutt2014-05-301-2/+2
| | | | uip_arp_ functions to arp_
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
|
* 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