summaryrefslogtreecommitdiff
path: root/apps/include/netutils
Commit message (Expand)AuthorAgeFilesLines
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-1/+6
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-043-3/+6
* Remove all inclusion of uip.hGregory Nutt2014-07-042-2/+0
* NET: More renamingGregory Nutt2014-07-041-1/+1
* Fixes to errors that I introduced from Pelle WinderstamGregory Nutt2014-07-031-3/+3
* NET: Misc naming clean-upGregory Nutt2014-07-021-3/+1
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-021-16/+16
* Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.cGregory Nutt2014-07-021-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-022-9/+9
* NET: Renaming of IP address typesGregory Nutt2014-06-291-9/+14
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-19/+33
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-242-2/+2
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-243-3/+3
* More trailing whilespace removalGregory Nutt2014-04-134-32/+32
* The rest of the resolv->DNS client naming change: Renamed directories and he...Gregory Nutt2014-04-111-1/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-27/+126
* NTP client, minor clean-up and enhancementsGregory Nutt2014-04-111-5/+20
* apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is unt...Gregory Nutt2014-04-103-189/+302
* Networking: Improved status reporting and new carrier management interfaces....Gregory Nutt2014-01-211-21/+23
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-211-1/+13
* Fix apps/netutils/webclient build problempatacongo2012-11-061-0/+2
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-0/+5
* Add support for wget POST interface; from Darcy Gongpatacongo2012-11-032-74/+88
* Add apps/netutils/codecs and associated NSH commands from Darcy Gongpatacongo2012-10-313-0/+263
* DNS fixes from Darcy Gongpatacongo2012-10-281-0/+11
* Add port of cJSON from Darcy Gongpatacongo2012-10-271-0/+206
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-241-1/+1
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+1
* DNS fixes from Darcy Gong (part 1 of 2)patacongo2012-10-201-0/+5
* hpttd.h needs to include stdbool.hpatacongo2012-09-221-0/+3
* Adds support for keep-alive connections to webserverpatacongo2012-09-221-0/+3
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-181-1/+1
* Resync new repository with old repo r5166patacongo2012-09-173-10/+22
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-0/+123
* Remove executable property from source and make filespatacongo2012-09-132-0/+0
* Network discover utility from Max Holtzbergpatacongo2012-09-121-0/+58
* Enhancements to the uIP web server from Katepatacongo2012-09-041-0/+3
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-311-4/+116
* Header file clean-uppatacongo2012-07-1711-71/+118
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-033-4/+4
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-5/+5
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+31
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+187
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-9/+0
* A few more telnet updatespatacongo2012-01-301-2/+10
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-30/+88
* Move nuttx/include/apps to apps/includepatacongo2011-05-0911-0/+964