summaryrefslogtreecommitdiff
path: root/src/apps/http
AgeCommit message (Expand)Author
2018-10-23fix missing standard includesSimon Goldschmidt
2018-09-24altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_newSimon Goldschmidt
2018-09-12Fix no newline at end of http_client.cDirk Ziegelmeier
2018-09-12http_client.c: Fix compile when TCP is disabledDirk Ziegelmeier
2018-09-10Fix doxygen warnings in altcp_proxyconnect.cDirk Ziegelmeier
2018-06-27httpd: fixed duplicate NULL checkSimon Goldschmidt
2018-06-24Fix compiling with LWIP_NOASSERT definedAxel Lin
2018-06-22httpd deduplicate code in http_send_data_ssiSimon Goldschmidt
2018-06-22Added JavaScript-friendly ssi /*#tag*/.Lucas Vinicius Hartmann
2018-06-20fix compiling with LWIP_NOASSERT definedSimon Goldschmidt
2018-06-12httpd: fix missing null termination when searching for a default file in file...Simon Goldschmidt
2018-05-02makefsdata: fix hiding local variable 'i'goldsimon
2018-04-04httpd: fixed compiling makefsdata.cgoldsimon
2018-04-03makefsdata: added options to skip and avoid compressing some extensionsGiuseppe Modugno
2018-03-21http_client: fix compiling if mem_size_t is smaller than size_tgoldsimon
2018-03-21apps/http: httpd: Fix unused parameter warning if !LWIP_HTTPD_SUPPORT_V09Axel Lin
2018-03-19apps/http: Fix httpd_structs.h build errorAxel Lin
2018-03-09http_client: call tcp_recved for header bytesgoldsimon
2018-03-07various IPv6-only compile fixesgoldsimon
2018-03-06http_client: check current state when receiving FINgoldsimon
2018-02-22fix compiling http_client and altcp_proxyconnect with gccgoldsimon
2018-02-21http_client: change user-agent and make it overridablegoldsimon
2018-02-21add an altcp layer for http proxy connect (e.g. to tunnel TLS through a http ...goldsimon
2018-02-21makefsdata: update usage output to codegoldsimon
2018-02-19altcp: simplify creating different types by adding an allocator conceptgoldsimon
2018-02-19Add HTTP client to documentationDirk Ziegelmeier
2018-02-18http_client: httpc_tcp_recv did not return inner_conn's recv return valuegoldsimon
2018-02-16http client: add https support, fix parsing header with chained pbufsgoldsimon
2018-02-16http client: fix proxy supportgoldsimon
2018-02-15apps: add http clientgoldsimon
2018-02-15rename folder 'src/apps/httpd' to 'http'goldsimon