History log of /seL4-camkes-master/projects/lwip/src/apps/http/http_client.c
Revision Date Author Comments
# e4db22d9 23-Oct-2018 Simon Goldschmidt <goldsimon@gmx.de>

fix missing standard includes

These were a problem only if arch.h does not include them.

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>


# 796f98be 12-Sep-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Fix no newline at end of http_client.c


# cdfa3dfa 12-Sep-2018 Dirk Ziegelmeier <dziegelmeier@de.pepperl-fuchs.com>

http_client.c: Fix compile when TCP is disabled


# c974fc9d 21-Mar-2018 goldsimon <goldsimon@gmx.de>

http_client: fix compiling if mem_size_t is smaller than size_t


# 253fcc8d 09-Mar-2018 goldsimon <goldsimon@gmx.de>

http_client: call tcp_recved for header bytes

Without this, closing the connection after successful transfer resulted
in a RST being sent because the window was not fully marked as 'recved'.

Signed-off-by: goldsimon <goldsimon@gmx.de>


# 61a1b98c 07-Mar-2018 goldsimon <goldsimon@gmx.de>

various IPv6-only compile fixes


# b6d9bb6b 06-Mar-2018 goldsimon <goldsimon@gmx.de>

http_client: check current state when receiving FIN


# 0ee03939 22-Feb-2018 goldsimon <goldsimon@gmx.de>

fix compiling http_client and altcp_proxyconnect with gcc


# 7b9e145f 21-Feb-2018 goldsimon <goldsimon@gmx.de>

http_client: change user-agent and make it overridable


# 842b9f44 19-Feb-2018 goldsimon <goldsimon@gmx.de>

altcp: simplify creating different types by adding an allocator concept

This is done with an example in the http_client

Signed-off-by: goldsimon <goldsimon@gmx.de>


# 5b33d33e 19-Feb-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Add HTTP client to documentation


# ef29f2d4 18-Feb-2018 goldsimon <goldsimon@gmx.de>

http_client: httpc_tcp_recv did not return inner_conn's recv return value

Signed-off-by: goldsimon <goldsimon@gmx.de>
Reported-by: Our Air Quality <info@ourairquality.org>


# bd656efd 15-Feb-2018 goldsimon <goldsimon@gmx.de>

http client: add https support, fix parsing header with chained pbufs


# e87392cc 16-Feb-2018 goldsimon <goldsimon@gmx.de>

http client: fix proxy support


# 3dafa72e 15-Feb-2018 goldsimon <goldsimon@gmx.de>

apps: add http client

Signed-off-by: goldsimon <goldsimon@gmx.de>