summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Unix domain: More fixes. With these changes, apps/examples/ustream worksGregory Nutt2015-01-282-10/+5
* Unix domain: A few fixes from early integrationGregory Nutt2015-01-271-1/+2
* Unix domain: With these changes I can build a system with no link layer enab...Gregory Nutt2015-01-271-0/+16
* apps/examples/ustream: Fix error in MakefileGregory Nutt2015-01-271-1/+1
* Various fixes to get Unix domain sockets to build on the simulator without Et...Gregory Nutt2015-01-271-1/+1
* Update ChangeLogsGregory Nutt2015-01-271-0/+3
* Add a simple test of the Unix domain socketsGregory Nutt2015-01-2710-2/+683
* Update ChangeLogsGregory Nutt2015-01-261-0/+3
* Add math library defines for nan functions. From Brennan Ashton.Gregory Nutt2015-01-261-6/+0
* Add math library support for trunc functions. From Brennan Ashton.Gregory Nutt2015-01-261-33/+0
* Add math library support for copysign. From Brennan AshtonGregory Nutt2015-01-261-10/+0
* Prep for NuttX-7.7 releasenuttx-7.7Gregory Nutt2015-01-261-3/+5
* NSH: A few minor improvements/corrections to the network status presentationGregory Nutt2015-01-241-4/+4
* Fix another error in conditional compilation; plus some additional cosmetic c...Gregory Nutt2015-01-241-1/+1
* Correct a typo in conditional compilationGregory Nutt2015-01-241-1/+1
* Update ChangeLogsGregory Nutt2015-01-241-0/+1
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-241-33/+110
* Oops missed one reference to DEBUG_STACKGregory Nutt2015-01-241-6/+6
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-231-1/+6
* Update README fileGregory Nutt2015-01-231-1/+10
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-231-1/+1
* Update ChangeLogGregory Nutt2015-01-231-0/+2
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH l...Gregory Nutt2015-01-234-84/+265
* Add to .depend dependencies to eliminate an error at dependency generation timeGregory Nutt2015-01-232-2/+2
* Add config.h to .gitignoreGregory Nutt2015-01-231-0/+1
* Update ChangeLogGregory Nutt2015-01-221-0/+2
* apps/examples/udp: The UDP test example has been extend to support IPv6 doma...Gregory Nutt2015-01-229-44/+577
* Update ChangeLogsGregory Nutt2015-01-221-0/+5
* Networking: Correct the value returned by accept() in the case where net_loc...Gregory Nutt2015-01-221-1/+1
* apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabl...Gregory Nutt2015-01-221-11/+61
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-211-5/+5
|\
| * Should fix some errors reported by TravisGregory Nutt2015-01-201-5/+5
* | apps/examples/nettest: Fix address initializaiton, HTONS not HTNOLGregory Nutt2015-01-211-8/+8
|/
* Update ChangeLogGregory Nutt2015-01-201-1/+4
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-207-59/+54
* apps/examples/nettest: Update test so that it can be used to test IPv6 TCP s...Gregory Nutt2015-01-208-24/+545
* Fix defaults for IPv6 netmaskGregory Nutt2015-01-201-17/+17
* Update ChangeLogGregory Nutt2015-01-191-0/+3
* apps/netutils/netlib: All IOCTLs must use a valid address family -- even if ...Gregory Nutt2015-01-195-10/+62
* NSH library: Disable put and get commends of TFTP client is not enabled; dis...Gregory Nutt2015-01-191-0/+16
* Networking: Fix some problems with debug is enabled; fix a warningGregory Nutt2015-01-191-0/+2
* apps/nshlib: Add logic to initialize IPv6 addresses, to display IPv6 address...Gregory Nutt2015-01-192-43/+170
* Update ChangeLogGregory Nutt2015-01-193-8/+350
* Update ChangeLogGregory Nutt2015-01-181-0/+2
* apps/netutils/netlib: Add new library functions to manipulate IPv6 addressesGregory Nutt2015-01-1813-99/+482
* Rename IPv4 netlib functions and files to make room in the namespace for corr...Gregory Nutt2015-01-1826-115/+134
* Refresh configuration/update some misnamed conditional compilationGregory Nutt2015-01-181-3/+19
* Update ChangeLogGregory Nutt2015-01-181-0/+2
* apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both ...Gregory Nutt2015-01-184-15/+31
* apps/examples/udp/Kconfig: Default setting is backwardGregory Nutt2015-01-172-3/+3