Gregory Nutt
|
dd8d40dabd
|
Remove final traces of the 8015 from the NuttX source tree
|
2014-09-01 13:21:15 -06:00 |
|
Gregory Nutt
|
7fca1ae30c
|
wdog.h does not contain any application interface, only internal OS 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.
|
2014-08-21 11:16:55 -06:00 |
|
Gregory Nutt
|
39cd029b28
|
Cosmetic
|
2014-08-17 09:46:42 -06:00 |
|
Gregory Nutt
|
9efd3f8323
|
uIP webserver: Missing logic to close sockets on loop termination. From Max.
|
2014-07-28 07:23:04 -06:00 |
|
Gregory Nutt
|
767f1b2993
|
Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was 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
|
2014-07-11 12:30:23 -06:00 |
|
Gregory Nutt
|
aa48010271
|
WGET: Fix from Rony Xln
|
2014-07-08 07:29:38 -06:00 |
|
Gregory Nutt
|
42d4d7a7e0
|
NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.h
|
2014-07-05 14:40:29 -06:00 |
|
Gregory Nutt
|
5355664353
|
NET: Another missing header file. Noted by Manuel Stühn
|
2014-07-05 07:06:51 -06:00 |
|
Gregory Nutt
|
633fae427d
|
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
|
069c43a5dd
|
Remove all inclusion of uip.h
|
2014-07-04 16:58:22 -06:00 |
|
Gregory Nutt
|
97d6f97df7
|
NET: in-progress change... don't use
|
2014-07-04 16:38:51 -06:00 |
|
Gregory Nutt
|
fcffe2e824
|
NET: More renaming
|
2014-07-04 15:40:49 -06:00 |
|
Gregory Nutt
|
e7fedfa4a5
|
NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_
|
2014-07-02 16:52:02 -06:00 |
|
Gregory Nutt
|
d8e69bb0c1
|
Rename files apps/netutils/netlib/uip_*.c to apps/netutils/netlib/netlib_*.c
|
2014-07-02 16:16:51 -06:00 |
|
Gregory Nutt
|
2ee5041477
|
NET: Rename uiplib/UIPLIB to netlib/NETLIB
|
2014-07-02 16:04:25 -06:00 |
|
Gregory Nutt
|
44ea3903f9
|
DHCPD: Missed name change uip_lock->net_lock
|
2014-06-30 19:31:27 -06:00 |
|
Gregory Nutt
|
b7d73dab81
|
NET: Rename uip_ipaddr* to net_ipaddr*
|
2014-06-29 13:11:08 -06:00 |
|
Gregory Nutt
|
165e5df670
|
NET: Renaming of IP address types
|
2014-06-29 12:22:50 -06:00 |
|
Gregory Nutt
|
80f8944eeb
|
Fixes for networking and tiny webserver from Max
|
2014-06-29 09:30:09 -06:00 |
|
Gregory Nutt
|
7a7976652e
|
Clean up all UDP-related naming
|
2014-06-24 18:55:01 -06:00 |
|
Gregory Nutt
|
817e256db3
|
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
|
2014-06-24 10:14:15 -06:00 |
|
Gregory Nutt
|
d76252f196
|
Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.h
|
2014-06-24 08:53:28 -06:00 |
|
Gregory Nutt
|
4fddd6a3f7
|
httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0
|
2014-06-23 12:57:03 -06:00 |
|
Gregory Nutt
|
d7372fbdbc
|
Costmetic changes after review for sense of OK (should be zero)
|
2014-06-19 07:58:43 -06:00 |
|
Gregory Nutt
|
86a4890fca
|
Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all uip_arp_ functions to arp_
|
2014-05-30 12:13:06 -06:00 |
|
Gregory Nutt
|
2b0f1ed109
|
Change all variadic macros to C99 style
|
2014-05-22 09:01:51 -06:00 |
|
Gregory Nutt
|
9ef702f5b1
|
zkit-arm-1769: Refreshed all configurations
|
2014-04-19 09:18:38 -06:00 |
|
Gregory Nutt
|
b9cf7acb1a
|
More trailing whilespace removal
|
2014-04-13 16:24:28 -06:00 |
|
Gregory Nutt
|
7d961b6c93
|
Cosmetic changes for coding style; removal of dangling spaces at the end of lines
|
2014-04-13 13:18:06 -06:00 |
|
Gregory Nutt
|
171db56b69
|
Make sure that there is one space after for
|
2014-04-12 13:28:22 -06:00 |
|
Gregory Nutt
|
bb851fc8b5
|
Make sure that there is one space between while and condition
|
2014-04-12 13:09:48 -06:00 |
|
Gregory Nutt
|
17702dbad2
|
Make sure that there is one space between if and condition
|
2014-04-12 12:53:19 -06:00 |
|
Gregory Nutt
|
638fad2d36
|
Corrections to the NTP client from Manuel Stuehn
|
2014-04-12 08:03:03 -06:00 |
|
Gregory Nutt
|
e2153dd2b7
|
Accidentally checked in a .built file
|
2014-04-11 13:46:11 -06:00 |
|
Gregory Nutt
|
a0d6777c23
|
Breadk dnsclient.c file into three smaller files: dns_resolver.c, dns_socket.c, and dns_gethostip.c
|
2014-04-11 13:43:15 -06:00 |
|
Gregory Nutt
|
8b386385ab
|
The rest of the resolv->DNS client naming change: Renamed directories and header files
|
2014-04-11 12:41:13 -06:00 |
|
Gregory Nutt
|
51f553c9a4
|
Long needed clean up of DNS resolver for coding style and naming conventions
|
2014-04-11 12:25:32 -06:00 |
|
Gregory Nutt
|
396316881e
|
NTP client: Fix a time calculation for the case of CPUs that do not support long long
|
2014-04-11 09:24:59 -06:00 |
|
Gregory Nutt
|
e72ec4ad00
|
NTP client, more clean-up and minor enhancements
|
2014-04-11 09:02:50 -06:00 |
|
Gregory Nutt
|
b2080e94f7
|
NTP client, minor clean-up and enhancements
|
2014-04-11 08:27:15 -06:00 |
|
Gregory Nutt
|
693d73cc0d
|
apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete
|
2014-04-10 18:15:06 -06:00 |
|
Gregory Nutt
|
217aa7835e
|
DHCPD: Correct value of PAD option is 0, not 1. From Brennan Ashton
|
2014-03-31 12:33:52 -06:00 |
|
Gregory Nutt
|
65b0ea1b8c
|
Add missing DHCPD configuration settings
|
2014-03-03 18:12:45 -06:00 |
|
Gregory Nutt
|
9b172004c0
|
dhcpd_allocipaddr() should not call ntohl(). The return value is already in host order. From Brennan Ashton
|
2014-03-03 17:46:56 -06:00 |
|
Gregory Nutt
|
da0235e8e6
|
Olimex LPC1766STK: FTPC configure changed to use the kconfig-fronteds tools by Alan Carvalho de Assis
|
2014-02-20 15:34:59 -06:00 |
|
Gregory Nutt
|
4183932d04
|
Typo fixes from CCTSA0. Thanks
|
2014-02-14 11:08:05 -06:00 |
|
Gregory Nutt
|
3669b6799a
|
More changes to reduce complaints from CppCheck. Some latent bugs fixes, but probably some new typos introduced
|
2014-02-10 19:11:56 -06:00 |
|
Gregory Nutt
|
c21071dfd3
|
VI: all commands not seem functional. Still at least on display artifact and probably some things not properly tested
|
2014-01-21 11:29:49 -06:00 |
|
Gregory Nutt
|
1919b2f6a3
|
Networking: Improved status reporting and new carrier management interfaces. From Max Holtzberg
|
2014-01-21 10:21:45 -06:00 |
|
Gregory Nutt
|
d89adb76d8
|
If write buffering is enabled, then it is necessary to release the write buffer resources (callback structure) when the socket is closed
|
2014-01-14 18:19:43 -06:00 |
|