summaryrefslogtreecommitdiff
path: root/apps/netutils
Commit message (Collapse)AuthorAgeFilesLines
* Clarify MTU/BUFSIZE in apps/ README.txt files and DocumentationGregory Nutt2014-11-161-1/+4
|
* Network: Various fixes for clean compile with both Ethernet and SLIPGregory Nutt2014-11-151-1/+1
|
* Network: All logic will now handle varialbe length link layer protocol ↵Gregory Nutt2014-11-151-4/+9
| | | | headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
* Right now if you make a dns request before the dns address it set you will ↵Gregory Nutt2014-11-131-6/+0
| | | | get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name was resolved. From Brennan Ashton.
* Trivial typoGregory Nutt2014-10-181-1/+1
|
* Fix memcpy of host address in netlib_gethostaddr(). From Brennan AshtonGregory Nutt2014-10-171-3/+9
|
* Misc changes to get a clean build after all of the syslog changes. There ↵Gregory Nutt2014-10-081-0/+2
| | | | are probably other things still broken
* Add implementation of timeouts for the apps/netutils/webclient. From ↵Gregory Nutt2014-09-292-12/+32
| | | | Brennan Ashton
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
|
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-071-18/+19
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Determine the main object name from the main source name in every kernel ↵Gregory Nutt2014-09-071-0/+1
| | | | build Makefile
* Add an nm command after every kernel build link to show if there are any ↵Gregory Nutt2014-09-071-0/+1
| | | | undefined symbols
* Add the main object to the list objects to link in every kernel build link ↵Gregory Nutt2014-09-071-1/+1
| | | | command
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
|
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
|
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
|
* Customize the program name in the generic setup that was added to each ↵Gregory Nutt2014-09-061-1/+1
| | | | makefile that installs a program
* Add generic setup logic to every Makefile that installs a program. Each ↵Gregory Nutt2014-09-061-0/+9
| | | | will need customization
* Fix all install targetsGregory Nutt2014-09-061-4/+4
|
* Oops wrong elseGregory Nutt2014-09-061-1/+1
|
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
|
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ↵Gregory Nutt2014-09-061-0/+9
| | | | a main()
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-0618-0/+36
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-015-14/+4
|
* wdog.h does not contain any application interface, only internal OS ↵Gregory Nutt2014-08-211-2/+3
| | | | interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
* CosmeticGregory Nutt2014-08-171-0/+1
|
* 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_