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 |
|
Gregory Nutt
|
af14026800
|
Change how TCP read-ahead is selected to better integrate with TCP write buffering
|
2014-01-13 13:55:51 -06:00 |
|
Gregory Nutt
|
e0156d95a1
|
NSH Configuration: Refactor networking and netutils dependencies
|
2014-01-09 10:46:28 -06:00 |
|
Gregory Nutt
|
e7184c27db
|
Viewtool STM32F107: Add a NSH configuration with network support
|
2013-12-25 12:14:24 -06:00 |
|
Gregory Nutt
|
b914af7836
|
Telnetd: Missing argument in debug statement can cause crash in certain error conditions. From David Sidrane
|
2013-10-24 07:21:56 -06:00 |
|
Gregory Nutt
|
dec3293e02
|
apps/examples/cc3000: Extensions and enhancements from David Sidrane
|
2013-10-23 08:25:40 -06:00 |
|
Gregory Nutt
|
73e10bd839
|
New touchscreen scaling algorithm for the case where measured X values vary with y position (and vice versa)
|
2013-10-17 12:07:14 -06:00 |
|
Gregory Nutt
|
31a0c289d7
|
Clean-up routing table design.
|
2013-10-05 12:05:51 -06:00 |
|
Gregory Nutt
|
6678759e5f
|
SAMA5 EMAC: Changes from early debug sessions. Still a way to go
|
2013-09-17 15:52:19 -06:00 |
|
Gregory Nutt
|
09f534db73
|
DHCPD: Fix calculation of lease address. Bad logic causes repeated assignment of the same IP address. SourceForge bug #21 from Paolo Messina.
|
2013-09-06 08:10:54 -06:00 |
|
Gregory Nutt
|
b673cbebb9
|
Updates to README files
|
2013-06-01 17:25:16 -06:00 |
|
Gregory Nutt
|
424fbe6583
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
f9ab52bb5a
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|
Gregory Nutt
|
ec32c5e636
|
Add runtime configuration for UDP discovery utility. From Max Holtzberg
|
2013-05-21 12:47:07 -06:00 |
|
Gregory Nutt
|
2f720ee01f
|
More changes for issues reported by CppCheck
|
2013-05-11 08:51:21 -06:00 |
|
Gregory Nutt
|
acd37d95e4
|
Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed
|
2013-04-25 15:52:00 -06:00 |
|
Gregory Nutt
|
6a5d2a359c
|
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
|
2013-04-22 09:10:58 -06:00 |
|
Gregory Nutt
|
5a6f09d791
|
Mostly updates and corrections to .gitignore files
|
2013-04-04 15:39:50 -06:00 |
|
Gregory Nutt
|
470a04b8f9
|
Clone svn:ignore directory atributed to .gitignore files
|
2013-04-04 14:27:29 -06:00 |
|
patacongo
|
888c3d1618
|
Add a THTTPD configuratin for zkit-arm-1769
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5675 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-26 16:28:30 +00:00 |
|