summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Expand)AuthorAgeFilesLines
...
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-115-28/+39
* WGET: Fix from Rony XlnGregory Nutt2014-07-081-2/+2
* NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.hGregory Nutt2014-07-051-1/+0
* NET: Another missing header file. Noted by Manuel StühnGregory Nutt2014-07-051-0/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-049-1/+18
* Remove all inclusion of uip.hGregory Nutt2014-07-047-7/+0
* NET: in-progress change... don't useGregory Nutt2014-07-041-0/+1
* NET: More renamingGregory Nutt2014-07-041-2/+2
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-0216-50/+50
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-0213-17/+17
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0228-57/+57
* 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; Ren...Gregory Nutt2014-06-247-7/+7
* 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
* 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 l...Gregory Nutt2014-04-131-1/+13
* 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, dns_socket....Gregory Nutt2014-04-114-132/+253
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-1110-11/+17
* 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 l...Gregory Nutt2014-04-111-11/+38
* 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 unt...Gregory Nutt2014-04-108-0/+831
* 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
* Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools b...Gregory Nutt2014-02-201-0/+9
* Typo fixes from CCTSA0. ThanksGregory Nutt2014-02-141-1/+1
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-102-2/+2
* 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