nuttx-apps/include/netutils
Gregory Nutt e88a529010 From patch attached to nuttx/ Bitbucket Issue #136 from Vlado Vidovic:
The patch provided in issue 135, which adds support for HTTP Chunked Encoding, covers all paths in the webserver app except CGI callbacks. As a result, if a page being served happens to use CGI, it could generate stream content that does not comply with HTTP Chunked Encoding.

The patch attached amends the webserver app's CGI callbacks to use the HTTP Chunked Encoding sender function instead of using send() directly.
2018-11-23 17:29:07 -06:00
..
base64.h apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete 2014-04-10 18:15:06 -06:00
chat.h apps/netutils/chat and apps/examples/chat: 'constify' chat variables and parameters 2018-11-07 11:55:09 -06:00
cJSON.h Remove some garbage characters added by error. 2016-12-04 08:01:56 -06:00
dhcpc.h DHCPC: Remove hard-coded interface device. Now passed as a parameter to dhcpc_open(). 2017-05-19 15:31:22 -06:00
dhcpd.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
discover.h Add runtime configuration for UDP discovery utility. From Max Holtzberg 2013-05-21 12:47:07 -06:00
esp8266.h esp8266 update cosmetic and many bug fix 2016-12-04 08:35:02 -06:00
ftpc.h Merged in antmerlino/apps/ftp-ipv6 (pull request #122) 2017-11-06 23:41:30 +00:00
ftpd.h Merged in antmerlino/apps/ftp-ipv6 (pull request #122) 2017-11-06 23:41:30 +00:00
httpd.h From patch attached to nuttx/ Bitbucket Issue #136 from Vlado Vidovic: 2018-11-23 17:29:07 -06:00
icmp_ping.h pps/system/ping and pings and apps/netutils/ping: Extract icmp ping and icmpv6 ping6 logic from system/ to C-callable library in netutils/. 2018-11-08 09:32:05 -06:00
icmpv6_ping.h pps/system/ping and pings and apps/netutils/ping: Extract icmp ping and icmpv6 ping6 logic from system/ to C-callable library in netutils/. 2018-11-08 09:32:05 -06:00
ipmsfilter.h apps/include/netutils/ipmsfilter.h: Eliminate error generated by bad pre-processor logic. 2018-11-02 08:32:18 -06:00
md5.h apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete 2014-04-10 18:15:06 -06:00
netlib.h include/netutils/netlib.h: Eliminate a warning about AF_UNSPEC and AF_INET not defined. 2018-08-03 10:50:24 -06:00
ntpclient.h NTP client, minor clean-up and enhancements 2014-04-11 08:27:15 -06:00
pppd.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
smtp.h 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
telnetc.h netutils/telnetc: This a port of libtelnet to NuttX. 2017-06-26 14:37:54 -06:00
telnetd.h netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
tftp.h apps/netutils/tftpc: This commit modifies the TFTP client functions to use a data read/write callback instead of a file.This allows TFTP to write to arbitrary destination (in my case, a MTD device - for firmware update). Two new functions are introduced for this, named tftpget_cb and tftpput_cb. They are just made of most of the existing code. The previously existing tftpget/tftpput functions are now wrappers on the new ones, with callbacks that read/write from files, so my modifications are backwards compatible with existing applications, eg the associated nsh commands dont need to be changed. 2018-03-09 07:08:06 -06:00
thttpd.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
urldecode.h Add support for wget POST interface; from Darcy Gong 2012-11-03 00:00:56 +00:00
webclient.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
xmlrpc.h More trailing whilespace removal 2014-04-13 16:24:28 -06:00