Jonathan Swoboda
|
fb6c7d81d5
|
[core] Fix multiline log continuations without leading whitespace (#14217)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-23 05:08:40 +00:00 |
|
J. Nick Koston
|
c3622ef7fb
|
[http_request] Fix chunked transfer encoding on Arduino platforms (#13790)
|
2026-02-06 15:52:41 +01:00 |
|
J. Nick Koston
|
ae71f07abb
|
[http_request] Fix requests taking full timeout when response is already complete (#13649)
|
2026-02-03 03:19:38 +01:00 |
|
J. Nick Koston
|
8ae901b3f1
|
[http_request] Use stack allocation for MD5 buffer in OTA (#13550)
|
2026-01-26 17:19:30 -10:00 |
|
J. Nick Koston
|
5bbf9153ca
|
[http_request] Fix OTA failures on ESP8266/Arduino by making read semantics consistent (#13435)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-21 19:48:32 -10:00 |
|
J. Nick Koston
|
5e24469ce3
|
[http_request] Combine log statements to reduce loop blocking (#12859)
|
2026-01-03 15:01:01 -10:00 |
|
J. Nick Koston
|
34067f8b15
|
[esp8266] Native OTA backend to reduce Arduino dependencies (#12675)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-27 08:29:15 -10:00 |
|
J. Nick Koston
|
988b888c63
|
[ota] Replace std::function callbacks with listener interface (#12167)
|
2025-12-19 11:19:07 -10:00 |
|
Pascal Vizeli
|
260ffba2a5
|
[http_request] Fix infinite loop when server doesn't send Content-Length header (#12480)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
2025-12-15 12:54:12 -05:00 |
|
Jonathan Swoboda
|
2903a4aa92
|
[ota] Use ESP-IDF OTA backend for all ESP32 builds (#12244)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-12-02 03:41:34 +00:00 |
|
Jimmy Hedman
|
68d66c873e
|
Upgrade to use C++20 (#9135)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-06-27 17:31:50 +00:00 |
|
Keith Burzinski
|
6675e99862
|
Remove unnecessary ellipsis (#8964)
|
2025-06-03 21:46:10 +01:00 |
|
Clyde Stubbs
|
df750d0d11
|
[http_request] Add enum for status codes (#7690)
|
2024-10-29 16:05:58 +13:00 |
|
Clyde Stubbs
|
88627095fb
|
[http_request] Always return defined server response status (#7689)
|
2024-10-29 11:12:32 +11:00 |
|
Olivier ARCHER
|
caa2ea64e3
|
http_request watchdog as a component (#7161)
|
2024-07-30 13:45:19 +12:00 |
|
Jesse Hills
|
3cd2fb0843
|
[core] Update Entities (#6885)
|
2024-06-12 09:57:36 +12:00 |
|
Jesse Hills
|
7b45498de6
|
[http_request] Add esp-idf and rp2040 support (#3256)
* Implement http_request component for esp-idf
* Fix ifdefs
* Lint
* clang
* Set else to fail with error message
* Use unique_ptr
* Fix
* Tidy up casting, explicit HttpResponse lifetime (#3265)
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
* Remove unique_ptr wrapper
* Fix
* Use reference
* Add duration code into new split files
* Add config for tx/rx buffer on idf
* Fix
* Try reserve response data with rx buffer size
* Update http_request.h
* Move client cleanup to be earlier
* Move capture_response to bool on struct and remove global
* Fix returns
* Change quotes to brackets
* Rework http request
* Remove http request from old test yamls
* Update component tests
* Validate md5 length when hardcoded string
* Linting
* Add duration_ms to container
* More lint
* const
* Remove default arguments and add helper functions for get and post
* Add virtual destructor to HttpContainer
* Undo const HEADER_KEYS
* 🤦
* Update esphome/components/http_request/ota/ota_http_request.cpp
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
* Update esphome/components/http_request/ota/ota_http_request.cpp
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
* lint
* Move header keys inline
* Add missing WatchdogManagers
* CAPS
* Fix "follow redirects" string in config dump
* IDF 5+ fix
---------
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2024-06-09 15:15:29 -05:00 |
|
Olivier ARCHER
|
8ef4aaa70e
|
[ota] http_request update platform (#5586)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com>
|
2024-06-06 14:35:28 +12:00 |
|