summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Collapse)AuthorAgeFilesLines
* uIP webserver: Missing logic to close sockets on loop termination. From Max.Gregory Nutt2014-07-281-1/+6
|
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was ↵Gregory Nutt2014-07-115-28/+39
| | | | missing from Kconfig; CONFIG_NET_HAVE_SOLINGER should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong in Kconfig file. From Max
* 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. ↵Gregory Nutt2014-07-049-1/+18
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* 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; ↵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
|