index
:
mesalab_git/zhangyang/lwip.git
dev_zy
master
Repository for zhangyang/lwip
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apps
/
http
Age
Commit message (
Expand
)
Author
2018-10-23
fix missing standard includes
Simon Goldschmidt
2018-09-24
altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_new
Simon Goldschmidt
2018-09-12
Fix no newline at end of http_client.c
Dirk Ziegelmeier
2018-09-12
http_client.c: Fix compile when TCP is disabled
Dirk Ziegelmeier
2018-09-10
Fix doxygen warnings in altcp_proxyconnect.c
Dirk Ziegelmeier
2018-06-27
httpd: fixed duplicate NULL check
Simon Goldschmidt
2018-06-24
Fix compiling with LWIP_NOASSERT defined
Axel Lin
2018-06-22
httpd deduplicate code in http_send_data_ssi
Simon Goldschmidt
2018-06-22
Added JavaScript-friendly ssi /*#tag*/.
Lucas Vinicius Hartmann
2018-06-20
fix compiling with LWIP_NOASSERT defined
Simon Goldschmidt
2018-06-12
httpd: fix missing null termination when searching for a default file in file...
Simon Goldschmidt
2018-05-02
makefsdata: fix hiding local variable 'i'
goldsimon
2018-04-04
httpd: fixed compiling makefsdata.c
goldsimon
2018-04-03
makefsdata: added options to skip and avoid compressing some extensions
Giuseppe Modugno
2018-03-21
http_client: fix compiling if mem_size_t is smaller than size_t
goldsimon
2018-03-21
apps/http: httpd: Fix unused parameter warning if !LWIP_HTTPD_SUPPORT_V09
Axel Lin
2018-03-19
apps/http: Fix httpd_structs.h build error
Axel Lin
2018-03-09
http_client: call tcp_recved for header bytes
goldsimon
2018-03-07
various IPv6-only compile fixes
goldsimon
2018-03-06
http_client: check current state when receiving FIN
goldsimon
2018-02-22
fix compiling http_client and altcp_proxyconnect with gcc
goldsimon
2018-02-21
http_client: change user-agent and make it overridable
goldsimon
2018-02-21
add an altcp layer for http proxy connect (e.g. to tunnel TLS through a http ...
goldsimon
2018-02-21
makefsdata: update usage output to code
goldsimon
2018-02-19
altcp: simplify creating different types by adding an allocator concept
goldsimon
2018-02-19
Add HTTP client to documentation
Dirk Ziegelmeier
2018-02-18
http_client: httpc_tcp_recv did not return inner_conn's recv return value
goldsimon
2018-02-16
http client: add https support, fix parsing header with chained pbufs
goldsimon
2018-02-16
http client: fix proxy support
goldsimon
2018-02-15
apps: add http client
goldsimon
2018-02-15
rename folder 'src/apps/httpd' to 'http'
goldsimon