Gregory Nutt
|
cee35e124b
|
apps/netutils/thttpd: Missing gci-src as a dependency path when building with BINFS enabled
|
2015-06-18 18:18:53 -06:00 |
|
Gregory Nutt
|
2ba737b5e5
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
|
Gregory Nutt
|
3b5adf79dc
|
Add asctime(), asctime_r(), ctime(), and ctime_r().
|
2015-06-12 11:52:49 -06:00 |
|
Gregory Nutt
|
f5f5a3766a
|
THTTPD: Remove use of lstat when directory indexing is enabled. NuttX does not support symbolic links
|
2015-06-12 10:07:28 -06:00 |
|
Gregory Nutt
|
a3eb9bb43a
|
Fix a few errors/warnings in THTTPD when indexing is enabled. Still depends on non-existent lstat and ctime
|
2015-06-12 09:57:12 -06:00 |
|
Gregory Nutt
|
3e692f3912
|
apps/examples/thttpd now uses the Union File System if BINFS is selected for CGI binaris
|
2015-06-06 19:16:14 -06:00 |
|
Gregory Nutt
|
980f5a3675
|
apps/examples/thttpd: Need to use a different Front Page is CONFIG_THTTPD_BINFS=y
|
2015-06-02 15:19:17 -06:00 |
|
Gregory Nutt
|
bd8459d839
|
Fix a default value in the THTTPD Kconfig; updated a README file
|
2015-06-02 14:59:13 -06:00 |
|
Gregory Nutt
|
91ab8b0bc5
|
Extend apps/examples/thttpd so that it provides a index.cgi file the binfs file system is selected.
|
2015-06-02 14:26:08 -06:00 |
|
Gregory Nutt
|
b3780a071c
|
Damn. THTTPD will not yet run with binfs because it wants an index.html file. THTTPD does support indexing directories if CONFIG_THTTPD_GENERATE_INDICES=y, but there are some compilation issues that need to be fixed when that option is selected.
|
2015-06-02 12:13:18 -06:00 |
|
Gregory Nutt
|
15fcf746be
|
THTTPD w/binfs: A few fixes
|
2015-06-02 11:55:45 -06:00 |
|
Gregory Nutt
|
1e91c05d03
|
THTTPD: Add support for using binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs.
|
2015-06-02 10:45:48 -06:00 |
|
Gregory Nutt
|
862d452d9b
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
b641bee873
|
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
|
a79f3840a8
|
apps/netutils/ntp: Fix mismatched sched_lock/unlock. Noted by Juha Niskanen
|
2015-05-06 07:54:22 -06:00 |
|
Gregory Nutt
|
af29ca3819
|
apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From Brennan Ashton
|
2015-04-14 07:02:12 -06:00 |
|
Gregory Nutt
|
134472af0e
|
apps/netutils/ppp: Make pppd PAP authentication optional. From Brennan Ashton
|
2015-04-14 06:45:17 -06:00 |
|
Gregory Nutt
|
3ac47d64ab
|
Remove more NTP client references from pppd. From Brennan Ashton.
|
2015-04-13 14:00:45 -06:00 |
|
Gregory Nutt
|
476e3a8080
|
Remove ntpclient file in pppd dir. From Brennan Ashton.
|
2015-04-13 13:56:37 -06:00 |
|
Gregory Nutt
|
50deb7ad20
|
Remove executable flag from more .c and .h files
|
2015-04-09 08:20:57 -06:00 |
|
Gregory Nutt
|
5ca324cad8
|
Add some missing dependencies in Kconfig files
|
2015-03-29 15:52:46 -06:00 |
|
Gregory Nutt
|
b7768bea79
|
Bringing PPPD yet closer to the NuttX coding style
|
2015-03-11 18:47:04 -06:00 |
|
Gregory Nutt
|
f87fd5118c
|
Add file headers to all PPPD files (still lots of style incompatibilies)
|
2015-03-11 08:33:57 -06:00 |
|
Gregory Nutt
|
e5a4835f5e
|
Add a PPP daemon. From Max Neklyudov
|
2015-03-11 07:53:04 -06:00 |
|
Gregory Nutt
|
0ff0aa6d21
|
Add some Kconfig dependencies to reduce possibility of bad configurations. Suggested by OrbitalFox
|
2015-02-25 08:43:25 -06:00 |
|
Gregory Nutt
|
8d7952d55a
|
Fix typo in Telnet Kconfig. From OrbitalFox
|
2015-02-19 06:40:18 -06:00 |
|
Gregory Nutt
|
fe20f19afe
|
Some files that now include sys/time.h should no longer include timer.h
|
2015-02-15 16:38:18 -06:00 |
|
Gregory Nutt
|
23dfce6275
|
Suffer the consequences of moving struct timeval to its correct location
|
2015-02-15 15:18:35 -06:00 |
|
Gregory Nutt
|
d32e66b6a2
|
apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way.
|
2015-02-06 10:23:15 -06:00 |
|
Gregory Nutt
|
0ee67383d5
|
Add an ioctal() that can be used to perform ICMPv6 auto-configuration
|
2015-02-03 08:54:42 -06:00 |
|
Gregory Nutt
|
5499189417
|
Add netlib and application hooks for ICMPv6 auto-configuration (still incomplete
|
2015-02-03 08:01:55 -06:00 |
|
Gregory Nutt
|
746f3919cd
|
Networking: Correct the value returned by accept() in the case where net_lockingwait() is called. It was returning -1 and losing the errno value. Noted by Rony Xln
|
2015-01-22 06:51:31 -06:00 |
|
Gregory Nutt
|
680ee615fa
|
apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is enabled: Call sigaction with SA_NOCLDWAIT so that exit status is not retained (no zombies) and block receipt of SIGCHLD so that accept is not awakened by a signal. Iff accept() is awakened by a signal, do not do anything crazy like exit. Most from Rony Xln
|
2015-01-22 06:33:55 -06:00 |
|
Gregory Nutt
|
c96aa9218a
|
Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family
|
2015-01-20 18:14:09 -06:00 |
|
Gregory Nutt
|
2668e34f5a
|
apps/netutils/netlib: All IOCTLs must use a valid address family -- even if the address family does not matter such as when getting the MAC address or the network flags
|
2015-01-19 11:41:46 -06:00 |
|
Gregory Nutt
|
f0b4b9cc45
|
Networking: Fix some problems with debug is enabled; fix a warning
|
2015-01-19 10:16:37 -06:00 |
|
Gregory Nutt
|
5741e70eb9
|
apps/netutils/netlib: Add new library functions to manipulate IPv6 addresses
|
2015-01-18 15:56:14 -06:00 |
|
Gregory Nutt
|
953c0fb069
|
Rename IPv4 netlib functions and files to make room in the namespace for corresponding IPv6 functions and files
|
2015-01-18 14:17:00 -06:00 |
|
Gregory Nutt
|
bf3c7bd286
|
apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both (IPv6 still does not compile)
|
2015-01-18 10:51:53 -06:00 |
|
Gregory Nutt
|
7720c35502
|
Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr_hdrcopy, net_ipaddr_cmp, net_ipaddr_hdrcmp, and net_ipaddr_maskcmp with the appropriate IPv4 or IPv6 version of the macro (such as net_ipv4addr_copy). The goal is to support both IPv4 and IPv6 simultaneously. This requires that the macros be distinct and not conditionally defined to one on or the other.
|
2015-01-16 13:01:08 -06:00 |
|
Gregory Nutt
|
36118a1b76
|
Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
|
2015-01-16 12:30:18 -06:00 |
|
Gregory Nutt
|
63566455d8
|
Telnetd: EBUSY is not an error in this case, then why report an error?
|
2015-01-03 09:53:35 -06:00 |
|
Gregory Nutt
|
308818b718
|
NSH TFTP get command: Wrong file name used for the destination. From Lazlo
|
2014-12-10 18:37:43 -06:00 |
|
Gregory Nutt
|
55bfbed33f
|
Fixes for more issues found by cppcheck
|
2014-11-25 15:26:30 -06:00 |
|
Gregory Nutt
|
b8e4d7c500
|
Fixing md5 hashing when digest[$i] lower that 16. Sergey <sectus@mail.ru>
|
2014-11-20 07:10:47 -06:00 |
|
Gregory Nutt
|
af6272a227
|
SAMA5D4-EK EMAC1: Correct name of EMAC1 configuration variable
|
2014-11-18 11:02:22 -06:00 |
|
Gregory Nutt
|
24aa151b00
|
Ooops.. Fix oversight in last commit
|
2014-11-18 07:43:34 -06:00 |
|
Gregory Nutt
|
424c885f55
|
DHCPD: Remove dhcpd_addoption_n. It uses C features not supported by all compilers
|
2014-11-18 07:25:01 -06:00 |
|
Gregory Nutt
|
e59819bbed
|
DHCPD: Add support for the dhcp options for netmask, router and dns. From Brennan Ashton
|
2014-11-18 07:20:18 -06:00 |
|
Gregory Nutt
|
64b8c1841c
|
Clarify MTU/BUFSIZE in apps/ README.txt files and Documentation
|
2014-11-16 08:50:36 -06:00 |
|
Gregory Nutt
|
f9074a02ad
|
Network: Various fixes for clean compile with both Ethernet and SLIP
|
2014-11-15 13:52:39 -06:00 |
|
Gregory Nutt
|
34bb359447
|
Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
|
2014-11-15 13:13:23 -06:00 |
|
Gregory Nutt
|
60689e2513
|
Right now if you make a dns request before the dns address it set you will get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name was resolved. From Brennan Ashton.
|
2014-11-13 14:07:46 -06:00 |
|
Gregory Nutt
|
cca428102d
|
Trivial typo
|
2014-10-18 09:47:17 -06:00 |
|
Gregory Nutt
|
b5cb66927d
|
Fix memcpy of host address in netlib_gethostaddr(). From Brennan Ashton
|
2014-10-17 16:53:15 -06:00 |
|
Gregory Nutt
|
8c24662011
|
Misc changes to get a clean build after all of the syslog changes. There are probably other things still broken
|
2014-10-08 16:23:48 -06:00 |
|
Gregory Nutt
|
ff8338b5c2
|
Add implementation of timeouts for the apps/netutils/webclient. From Brennan Ashton
|
2014-09-29 17:10:49 -06:00 |
|
Gregory Nutt
|
0a4258db6d
|
MAINOBJ needs to be added to object list in many Makefile
|
2014-09-11 06:48:11 -06:00 |
|
Gregory Nutt
|
ab5cf06c48
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 08:51:51 -06:00 |
|
Gregory Nutt
|
043d6898db
|
Determine the main object name from the main source name in every kernel build Makefile
|
2014-09-07 07:19:19 -06:00 |
|
Gregory Nutt
|
2881b73f3d
|
Add an nm command after every kernel build link to show if there are any undefined symbols
|
2014-09-07 07:15:59 -06:00 |
|
Gregory Nutt
|
70765b94fc
|
Add the main object to the list objects to link in every kernel build link command
|
2014-09-07 07:12:55 -06:00 |
|
Gregory Nutt
|
22720d5eb3
|
Add the main object to the dependencies for the kernel build
|
2014-09-07 07:09:22 -06:00 |
|
Gregory Nutt
|
b65500c289
|
If now a kernel build, then add the main object in with all of the rest
|
2014-09-07 07:05:54 -06:00 |
|
Gregory Nutt
|
22eb5d5c46
|
Update apps/examples/helloxx/Makefile
|
2014-09-07 06:59:30 -06:00 |
|
Gregory Nutt
|
181b75301f
|
Customize the program name in the generic setup that was added to each makefile that installs a program
|
2014-09-06 13:30:44 -06:00 |
|
Gregory Nutt
|
3454362678
|
Add generic setup logic to every Makefile that installs a program. Each will need customization
|
2014-09-06 13:19:02 -06:00 |
|
Gregory Nutt
|
cedf1d7369
|
Fix all install targets
|
2014-09-06 13:01:44 -06:00 |
|
Gregory Nutt
|
72cd42282c
|
Oops wrong else
|
2014-09-06 10:54:58 -06:00 |
|
Gregory Nutt
|
753f347723
|
Add missing else from last big change
|
2014-09-06 10:51:18 -06:00 |
|
Gregory Nutt
|
544cfc8aa2
|
Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main()
|
2014-09-06 10:42:03 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
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 Sthn
|
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 |
|
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 |
|
patacongo
|
cca7618daa
|
All argv types should be char * const * not const char **
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5599 42af7a65-404d-4744-a932-0658087f49c3
|
2013-02-02 19:32:46 +00:00 |
|
patacongo
|
d39a78a910
|
Centralize TCP loss-of-connection bit twiddling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5542 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-20 17:21:42 +00:00 |
|
patacongo
|
b4cff0fa72
|
Yet another repair for the previouis botched recvfrom() fix; Fix telnet driver: It needs to break out of the read loop if 0 (meaning not conneced) of a value < 0 (an error) is encountered.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5541 42af7a65-404d-4744-a932-0658087f49c3
|
2013-01-20 00:41:33 +00:00 |
|
patacongo
|
ee7d4f64c1
|
Remove some dependencies of distclean on clean. This should not be necessary in higher level makefiles and should speed up make distclean
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
|
2012-12-23 17:35:06 +00:00 |
|
patacongo
|
2d8bb1d2cb
|
Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfig command and improve DHCPC -- All from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-27 16:26:54 +00:00 |
|
patacongo
|
9948193f7a
|
configs/z8f64200100kit/ostest at same level as ez80 configurations; nuttx/arch/arm/src/lpc17xx/lpc17_i2c.cuninitialization fix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5392 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-27 15:09:12 +00:00 |
|
patacongo
|
08f0823241
|
Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-20 15:47:41 +00:00 |
|
patacongo
|
1d7bb0fa07
|
Most of the changes needed to support Windows native clean; distclean is has a problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-17 18:54:53 +00:00 |
|
patacongo
|
1212322080
|
Mostly cosmetic build changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-16 14:13:04 +00:00 |
|
patacongo
|
b567ff612f
|
Fix a place that had a '\' but needed a '/'
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5359 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 19:35:15 +00:00 |
|
patacongo
|
fdd281eaff
|
Fix various build-related typos
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 19:22:47 +00:00 |
|
patacongo
|
c729930c69
|
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-15 17:43:29 +00:00 |
|
patacongo
|
5d5c040379
|
Simple window natives OS test build now works; Probabaly more to do for other configs; clean targets still have problems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-14 20:59:36 +00:00 |
|
patacongo
|
3341e94420
|
Centralized the definition of the INCDIR script in tools/Config.mk
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5346 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-13 20:24:30 +00:00 |
|
patacongo
|
fdb8f8a0de
|
Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-12 15:22:27 +00:00 |
|
patacongo
|
0bf121d698
|
A few more build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5340 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-12 01:54:54 +00:00 |
|
patacongo
|
3e25d82213
|
Correct some issues with last check-in; ez80 still does not build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 23:44:31 +00:00 |
|
patacongo
|
ffe4fc1c0c
|
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-11 16:24:40 +00:00 |
|
patacongo
|
ddc2a64224
|
Fix apps/netutils/webclient build problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5317 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-06 16:59:45 +00:00 |
|
patacongo
|
416434f834
|
Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5308 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-04 18:54:04 +00:00 |
|
patacongo
|
93870670fa
|
Add support for wget POST interface; from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3
|
2012-11-03 00:00:56 +00:00 |
|
patacongo
|
3c077acd5c
|
Add apps/examples/wgetjson from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5281 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-31 16:04:45 +00:00 |
|
patacongo
|
97fd74fbdd
|
Add apps/netutils/codecs and associated NSH commands from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5280 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-31 14:36:00 +00:00 |
|
patacongo
|
d943f61d2d
|
DNS fixes from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5268 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-28 13:20:36 +00:00 |
|
patacongo
|
2a038d1bc0
|
Add port of cJSON from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-27 18:21:26 +00:00 |
|
patacongo
|
89de09755e
|
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-24 20:19:44 +00:00 |
|
patacongo
|
5969fde964
|
Update documentation for recently added configuration options
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5241 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-20 21:42:19 +00:00 |
|
patacongo
|
eeb6e62b74
|
Ping/DNS fixes (part 2 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5236 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-20 14:15:59 +00:00 |
|
patacongo
|
9db7c9aadc
|
DNS fixes from Darcy Gong (part 1 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5235 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-20 13:47:30 +00:00 |
|
patacongo
|
f90c8836c0
|
Several bugfixes, mostly from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5217 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-06 14:50:37 +00:00 |
|
patacongo
|
bc0c50f3e9
|
If server fails to create a thread because of lack-of-resources (EAGAIN), don't terminate. Keep serving... Memory may become available again later. From Kate.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5191 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-25 22:47:11 +00:00 |
|
patacongo
|
6a4e0b5aed
|
Add missing STM32 F1 pin remapping definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5180 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-22 22:25:21 +00:00 |
|
patacongo
|
3debbf0832
|
Adds support for keep-alive connections to webserver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5178 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-22 20:36:36 +00:00 |
|
patacongo
|
dcfee2600c
|
More webserver updates from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5173 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-22 12:23:35 +00:00 |
|
patacongo
|
350a1d15fc
|
Add support for Fire STM32v3; sscanf fixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5168 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-21 17:32:30 +00:00 |
|
patacongo
|
f42cf6c20b
|
webserver update from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5164 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-18 23:31:35 +00:00 |
|
patacongo
|
45875a1993
|
Add default file name if URL is a directory, giving index.html behavior. From Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5162 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-18 18:45:39 +00:00 |
|
patacongo
|
e323da1c24
|
Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5159 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-18 12:34:43 +00:00 |
|
patacongo
|
503886bf78
|
Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5158 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-17 23:02:58 +00:00 |
|
patacongo
|
0e46b2be82
|
Add option for single connection web server. From Kate.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5157 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-17 19:44:53 +00:00 |
|
patacongo
|
94acbb2e37
|
Resync new repository with old repo r5166
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-17 18:18:44 +00:00 |
|
patacongo
|
5bec43869a
|
Add XML RPC server plus NXWM build fixes from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5150 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-14 14:07:21 +00:00 |
|
patacongo
|
bffae74f54
|
Remove executable property from source and make files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 18:46:10 +00:00 |
|
patacongo
|
f8e08440f7
|
Email address change in apps/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5143 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 16:58:49 +00:00 |
|
patacongo
|
a23aa24d7f
|
Rename all apps/examples/-/main.c to something unique
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5141 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-13 12:36:32 +00:00 |
|
patacongo
|
7b801057ca
|
Add UDP discovery configuration for the STM3240G-EVAL (from Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5138 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-12 20:14:46 +00:00 |
|
patacongo
|
3bf37ae6e9
|
Network discover utility from Max Holtzberg
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5137 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-12 18:42:07 +00:00 |
|
patacongo
|
44fe9459c0
|
Add support for DMA memory allocator to FAT file system
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5127 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-11 13:53:44 +00:00 |
|
patacongo
|
c87dcca676
|
AVR corrections from Richard Cochran; uIP webserver enhancements from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5126 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-11 13:19:59 +00:00 |
|
patacongo
|
b6b035f8df
|
More M3 Wildfire logic; mmap-related bug fixes from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5124 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-10 20:00:04 +00:00 |
|
patacongo
|
74e24323b5
|
More Shenzhou board logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5111 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-08 02:10:56 +00:00 |
|
patacongo
|
991f372a47
|
Add URL/CGI function mapping option to uIP web server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5096 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-05 18:03:37 +00:00 |
|
patacongo
|
71c8ad54cf
|
Syntax error in last apps/netutils/webserver/Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5089 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-04 18:01:54 +00:00 |
|
patacongo
|
0c8089ebfa
|
Enhancements to the uIP web server from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5088 42af7a65-404d-4744-a932-0658087f49c3
|
2012-09-04 16:59:24 +00:00 |
|
patacongo
|
cedcc5b794
|
The content for uIP web server demo is no longer canned, but is not built dynameically (Thanks to Max Holtzberg)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5073 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-31 23:05:51 +00:00 |
|
patacongo
|
1a017b411e
|
Fix some places in library where semaphore is not released on error conditions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5071 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-31 16:03:17 +00:00 |
|
patacongo
|
a123dd9628
|
Add terminating NULL to argv[] list
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5055 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-26 22:28:21 +00:00 |
|
patacongo
|
feec38f264
|
Fixes to apps/*/Make.defs files needed for auto-configuration build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5027 42af7a65-404d-4744-a932-0658087f49c3
|
2012-08-14 15:45:53 +00:00 |
|
patacongo
|
68b5876bce
|
More IPv6 rambling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4815 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-08 01:53:26 +00:00 |
|
patacongo
|
d4569952c7
|
First round of compile fixes for IPv6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4813 42af7a65-404d-4744-a932-0658087f49c3
|
2012-06-07 22:00:19 +00:00 |
|
patacongo
|
5162ff3d5b
|
More Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4610 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-14 20:22:48 +00:00 |
|
patacongo
|
3766aebbb4
|
Developing a new way to handle application configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-14 20:01:08 +00:00 |
|
patacongo
|
330cb04348
|
Kconfig update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4597 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-12 21:52:04 +00:00 |
|
patacongo
|
fd496ea42f
|
Add kconfig documentation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:45:52 +00:00 |
|
patacongo
|
3fe79ff511
|
Adding skeleton Kconfig files (part 3 of 2)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4566 42af7a65-404d-4744-a932-0658087f49c3
|
2012-04-06 16:33:17 +00:00 |
|
patacongo
|
8d9253461a
|
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-21 18:01:07 +00:00 |
|
patacongo
|
217e8451f9
|
Move all non-standard, NuttX header files into include/nuttx/net
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
|
2012-03-03 23:18:34 +00:00 |
|
patacongo
|
750f8fa70c
|
Correct a buffer size error in the STM32 ethernet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4403 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 22:09:09 +00:00 |
|
patacongo
|
ba73620d39
|
Correct and error in recv() and recvfrom() return value
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-18 18:13:30 +00:00 |
|
patacongo
|
5c75c3edeb
|
Document recvfrom() bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4399 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-16 02:33:01 +00:00 |
|
patacongo
|
715c9987ee
|
Fixes all known FTP server bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4398 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-15 23:37:37 +00:00 |
|
patacongo
|
3a3ea574c4
|
Minor FTPD updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4397 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-15 22:41:17 +00:00 |
|
patacongo
|
96abf2590b
|
Fix an FTPD bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4378 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-09 23:10:15 +00:00 |
|
patacongo
|
f12225b4f7
|
Fix a bug in the FAT statfs() implementation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4375 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-07 00:29:06 +00:00 |
|
patacongo
|
ed6abe6d2e
|
A little more FTP daemon cleanup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4374 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-05 22:46:56 +00:00 |
|
patacongo
|
b28d2ce389
|
Fix more FTP server bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4373 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-05 22:18:14 +00:00 |
|
patacongo
|
5348d75a2d
|
FTP server is marginally functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4372 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-05 19:32:42 +00:00 |
|
patacongo
|
5c43eed652
|
FTPD daemon and example now build without errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-05 17:36:13 +00:00 |
|
patacongo
|
200c32b3c6
|
Add build environment for the FTP daemon
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4370 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-04 22:49:42 +00:00 |
|
patacongo
|
eeff74085e
|
Add the beginnings of an FTP server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4368 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-04 21:02:45 +00:00 |
|
patacongo
|
18c1a7b557
|
Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-02 04:35:35 +00:00 |
|
patacongo
|
db676edee2
|
Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4358 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-01 21:10:40 +00:00 |
|
patacongo
|
dac988656d
|
Add tcsetattr and tcgetattr
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4355 42af7a65-404d-4744-a932-0658087f49c3
|
2012-02-01 16:17:12 +00:00 |
|
patacongo
|
66d9fc6bca
|
Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4354 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-31 23:39:12 +00:00 |
|
patacongo
|
35750bdbcf
|
Fix a error the telnet driver read method. Don't return if only protocol stuff is read
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4352 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-31 17:38:45 +00:00 |
|
patacongo
|
48748888ea
|
Various fixes for the telnet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4351 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-31 15:41:07 +00:00 |
|
patacongo
|
1e0243297a
|
Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 23:13:29 +00:00 |
|
patacongo
|
70433b7fd5
|
A few more telnet updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4348 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 22:20:42 +00:00 |
|
patacongo
|
2223c0eac0
|
Add new psock layer; telnet session is now wrapped in a character device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3
|
2012-01-30 21:29:59 +00:00 |
|
patacongo
|
1329f14683
|
STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP address order bugs in DHCPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-13 17:25:23 +00:00 |
|
patacongo
|
077b3188f9
|
STM32 Ethernet... initial bring-up changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4165 42af7a65-404d-4744-a932-0658087f49c3
|
2011-12-12 15:59:33 +00:00 |
|
patacongo
|
eb17d5e280
|
Amber Web Server updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3702 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-13 17:51:17 +00:00 |
|
patacongo
|
f277cacccf
|
FTPC simplification and size reduction
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-13 15:43:56 +00:00 |
|
patacongo
|
0d95e75063
|
More FTP fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3672 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 18:53:46 +00:00 |
|
patacongo
|
2391ac39b2
|
Fix more FTP bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3671 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 16:46:27 +00:00 |
|
patacongo
|
3f97ba4c55
|
Fix a bug in recvfrom()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3670 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 16:13:50 +00:00 |
|
patacongo
|
33a74e2ffa
|
More FTP bug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3669 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-05 14:08:26 +00:00 |
|
patacongo
|
a414a831a3
|
Fix more FTP bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-04 20:13:03 +00:00 |
|
patacongo
|
199695630e
|
Fix FTP bug -- losing passive mode indication
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3667 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-04 13:32:26 +00:00 |
|
patacongo
|
4287df5472
|
More FTP fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3666 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-03 22:53:36 +00:00 |
|
patacongo
|
da50c819f9
|
More FTP bugfixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3665 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-03 20:27:30 +00:00 |
|
patacongo
|
a94c011b4e
|
Fix more FTP bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3664 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-03 16:15:49 +00:00 |
|
patacongo
|
72b70475b5
|
Fix a nasty bug that was closing stdin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3663 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-03 15:38:26 +00:00 |
|
patacongo
|
a41d37a05b
|
More FTP client debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3662 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 23:45:31 +00:00 |
|
patacongo
|
0d964dcdd6
|
More FTP client fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3661 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 20:45:35 +00:00 |
|
patacongo
|
7232a7819b
|
FTP client debug changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3660 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 18:36:20 +00:00 |
|
patacongo
|
d02a36dfd9
|
Add support so that fdopen() may be used on socket descriptors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
|
2011-06-02 15:05:48 +00:00 |
|