Gregory Nutt
|
ba2b345990
|
Remove a few remaining use of the obsolteted 'Compilation Switches' program section
|
2017-01-22 08:57:18 -06:00 |
Gregory Nutt
|
7c4e3e21b8
|
Allow option to enable IP address conversions even when the IP address family is not supported.
|
2016-12-04 09:06:08 -06:00 |
Gregory Nutt
|
68ee9bcaed
|
Refresh modules + plus minor clean-up from previous commits
|
2016-02-08 15:13:14 -06:00 |
Gregory Nutt
|
8e9f884eb7
|
Step 1 in /etc/resolv.conf support
|
2016-01-13 15:06:44 -06:00 |
Gregory Nutt
|
e9bd8bceb4
|
nuttx/libc: Fix some spacing and alignment issues
|
2015-10-12 07:45:02 -06:00 |
Gregory Nutt
|
bb05de4b6e
|
Remove TABs
|
2015-10-04 16:01:21 -06:00 |
Gregory Nutt
|
5b51a9fcdd
|
Standardize the width of all comment boxes in C files
|
2015-10-02 17:43:18 -06:00 |
Gregory Nutt
|
cb9e27c3b0
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:30:35 -06:00 |
Gregory Nutt
|
d0e4df9931
|
Update ChangeLog
|
2015-09-10 07:24:58 -06:00 |
Gregory Nutt
|
5058ed3ef4
|
Only build shutdown if CONFIG_NET=y. The warning is pretty annoying
|
2015-09-09 12:14:04 -06:00 |
Gregory Nutt
|
8a87e3ca6e
|
Add an empty function that can serve as a placeholder for the network shutdown() function
|
2015-09-09 07:03:05 -06:00 |
Gregory Nutt
|
2a2e9fa56a
|
gethostbyname_r: Fix test of return value from inet_pton(). Zero does not mean success
|
2015-07-17 08:24:21 -06:00 |
Gregory Nutt
|
7dec298ef3
|
gethostbyname() will not attempt a DNS lookup if so enabled
|
2015-07-10 13:30:09 -06:00 |
Gregory Nutt
|
4102470bdd
|
Move the DNS server from apps/netutils/dnsclient to nuttx/libc/netdb. Move netdb functions from libc/net to libc/netdb. Fix up naming to reflect the repartitioning
|
2015-07-10 12:11:40 -06:00 |
Gregory Nutt
|
2be9bfa40a
|
gethostbyname() should succeed for matches on host name aliases as well
|
2015-07-09 09:14:42 -06:00 |
Gregory Nutt
|
434eeefe52
|
inet_pton and ntop need to support IPv4 and IPv6 addressing unconditionally for the netdb logic
|
2015-07-08 16:45:42 -06:00 |
Gregory Nutt
|
d58d668f86
|
Fix an addressing problem in host file read logic
|
2015-07-08 16:25:16 -06:00 |
Gregory Nutt
|
1cd4ef1730
|
Fix an assertion
|
2015-07-08 16:00:50 -06:00 |
Gregory Nutt
|
299782e8ec
|
Add support for gethostbyaddr()
|
2015-07-08 14:33:23 -06:00 |
Gregory Nutt
|
72701d753b
|
Remove some whitespace at the end of lines
|
2015-07-08 13:42:36 -06:00 |
Gregory Nutt
|
1b1e34e1d5
|
libc: Add gethostbyname(). Untested on initial commit
|
2015-07-08 13:40:52 -06:00 |
Gregory Nutt
|
87f4f0ccdd
|
Minor fixes to apps/netutils/Kconfig and nuttx/libc/net/lib_inetntoa.c from Max Neklyudov
|
2015-05-19 12:07:07 -06:00 |
Gregory Nutt
|
62aee62c3a
|
Some extensions to netinet/in.h adding some Linux compatible defintions. From Macs N.
|
2015-02-11 06:35:34 -06:00 |
Gregory Nutt
|
5a441ce03b
|
Networking: Misck IPv6 detanglement
|
2015-01-15 12:19:44 -06:00 |
Gregory Nutt
|
9ac09db800
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:46:14 -06:00 |
Gregory Nutt
|
60246e613b
|
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. 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.
|
2014-07-04 19:13:08 -06:00 |
Gregory Nutt
|
3a1324741a
|
More trailing whilespace removal
|
2014-04-13 14:32:20 -06:00 |
Gregory Nutt
|
494387b33b
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
Gregory Nutt
|
566857bcbd
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
Gregory Nutt
|
0ff3852b2f
|
Add a user interface to manage the routing table
|
2013-10-02 10:51:48 -06:00 |
patacongo
|
5cb8226727
|
OK.. I think the directory has been recovered and renamed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:34:46 +00:00 |
patacongo
|
42997ede83
|
Still trying to recover directory contents
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-10 16:19:12 +00:00 |