73 Commits (8f983ccda5d793cd6419c1e624c08321e7abbce7)

Author SHA1 Message Date
Robert Lubos 8f983ccda5 net: lib: http_client: Fix end of message detection 2 days ago
Juha Ylinen ed79675199 net: http_client: Fix handling of POLLHUP 1 week ago
Robert Lubos 3572c9f825 net: http: client: Allow to abort download from response callback 2 months ago
Robert Lubos 493be790ac net: http: client: Fix the body callback processing 2 months ago
Robert Lubos 4a85e47061 net: http: client: Notify application about unprocessed data 2 months ago
Joakim Andersson d082c7dc46 net: http_client: Fix handling of poll error revents 4 months ago
Robert Lubos 9a00bc69b7 net: http_client: Ignore message body on 101 Switching Protocols reply 5 months ago
Piotr Radecki e2ddac3715 net: lib: http: Added Content-Range to http client. 6 months ago
Jukka Rissanen 0515bfff7a net: lib: http-client: Use memcpy() to avoid gcc warning 9 months ago
Pete Skeggs 09fab7e680 net: lib: http: ensure SYS_FOREVER_MS behavior 9 months ago
Andrey Dodonov 15ead53ad9 net: lib: http: call socket poll for http_client send 1 year ago
Jukka Rissanen 4b157b9099 net: lib: http_server: Initial HTTP server support 1 year ago
Georges Oates_Larsen 7fc6ef28d3 net: lib: http: Correct http_client edge-case behavior 1 year ago
Jukka Rissanen 28a46c0f60 net: http: client: Return error if waiting timeout 1 year ago
Lucas Dietrich c7f9eafeec net: http: Make http_client.c compile with CONFIG_NET_SOCKETS_POSIX_NAMES=n 2 years ago
Wouter Cappelle aaefd3db7e net: http: Use poll for http timeout instead of shutdown 2 years ago
Christopher Friedt dbe2c0d59e include: net: http: rename http_x.h http/x.h 3 years ago
Krzysztof Chruscinski 041f0e5379 all: logging: Remove log_strdup function 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Sjors Hettinga 1165bd667f net: http: Allow a content_len of 4GB 3 years ago
Robert Lubos ffdc621f1b net: http_client: Fix http_client_req() return value 3 years ago
Yong Cong Sin ce3e1e7e29 net: http: Calculate body_frag_len 3 years ago
Yong Cong Sin 49c2d8a635 net: http: Rename body_start to body_frag_start 3 years ago
Georges Oates_Larsen 303c42e70a net: http_client: Add official null response behavior 3 years ago
Marcin Niestroj ab2f616641 net: http: use shutdown(..., SHUT_RD) in receive timeout handler 3 years ago
Yong Cong Sin 731241f8d0 kernel: workq: Fix type errors in delayable work handlers 3 years ago
Robert Lubos 4557d183b9 net: http_client: Set body_start pointer unconditionally 4 years ago
Robert Lubos be7faf7c08 net: http: Fix HTTP_DATA_FINAL notification 4 years ago
Benedikt Schmidt a8b7caa58d net: http: switch to zsock_ for http_client 4 years ago
Justin Morton e3517e5080 net: http: update status if no status text is provided 4 years ago
Justin Morton 35f598ba93 net: http: add numeric http status code to response struct 4 years ago
Peter Bigot 188cb2cb7c net: Conversion of k_work API 4 years ago
Flavio Ceolin 9fd4ea91b7 coccinelle: Remove extra semicolon 4 years ago
Jackie Ja fac4a6a4fe net: lib: http: chunked encoding body support 5 years ago
NavinSankar Velliangiri 820bfb46bc net: http: client: Add port number to HTTP Header 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Jukka Rissanen 65a1bebe85 net: Replace NET_WAIT_FOREVER by SYS_FOREVER_MS 5 years ago
Arvin Farahmand 6d5f3debaa net: http_client: Fix payload issue on HTTP upload 5 years ago
Jukka Rissanen 1b04d44247 net: http: Refactor because of timeout overhaul 5 years ago
Jukka Rissanen eb40499627 net: http: client: Initial version 6 years ago
Jukka Rissanen 4043909d69 net: http: Remove HTTP client and server APIs 7 years ago
Jukka Rissanen 86689030e8 net: Clarify logging in networking code 7 years ago
Patrik Flykt b97db52de7 misra-c: Add 'U' to unsigned variable assignments in subsys/ 7 years ago
Jukka Rissanen 57a8db7789 net: Use log_strdup() when printing debug strings 7 years ago
Jukka Rissanen 8ffb0fc968 net: lib: Convert http library to use log level 7 years ago
Flavio Ceolin da49f2e440 coccicnelle: Ignore return of memset 7 years ago
Ravi kumar Veeramally ebc81bdf8d net: http: Provide destination address in http replies 7 years ago
Michael Scott e9c0d001fa net: http: client: remove payload send_chunk logic 7 years ago
Michael Scott fcb5e2b1ee net: http: honor CONFIG_HTTP_CLIENT_NETWORK_TIMEOUT setting 7 years ago
Michael Scott a2dfaebafc net: http: client: handle empty body for PUT/POST request response 7 years ago