История коммитов

Автор SHA1 Сообщение Дата
  Scott Shell 8c09fbf6f1 Make the UserAgent string in esp-http-client configurable 5 лет назад
  Shubham Kulkarni 83f4ebf852 esp_http_client: Skip check for redirection counter if status code is success. 5 лет назад
  Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
  Shubham Kulkarni b06035443f esp_http_client: Include port in host field 5 лет назад
  boarchuz bf942a60f3 esp_http_client: add flush response 5 лет назад
  Shubham Kulkarni bb8981903e esp_http_client: Fix issue when response headers have empty value 5 лет назад
  Shubham Kulkarni 58b386bca3 Fix issue when algotithm header is not present 5 лет назад
  Shubham Kulkarni 1bbafb817d esp_http_client: Set user configurable authorization retries 5 лет назад
  Shubham Kulkarni bcfd2f07ab esp_http_client: Add methods in esp_http_client_method_t required for WebDAV 5 лет назад
  Shubham Kulkarni de5ee9cc80 esp_http_client: Add API to get chunk length in case of chunked responses 5 лет назад
  David Cermak 917192725a http-client: fix memory allocation issues found by static analyser 5 лет назад
  Shubham Kulkarni 890f541edf esp_http_client: Add API to get URL from client 5 лет назад
  Shubham Kulkarni 4c166085fb esp_http_client.c: In esp_http_client_read, add fix to return (-1) if esp_transport_read fails 5 лет назад
  Shubham Kulkarni 4858184e19 esp_http_client: Add helper API to read larger data chunks from HTTP Stream 6 лет назад
  Shubham Kulkarni 032a041395 Bugfix for failing OTA example 6 лет назад
  Axel Lin 489c815eb8 esp_http_client: add esp_http_client_set_authtype function 6 лет назад
  Axel Lin 6fdc8d7f92 esp_http_client: fix memory leak in esp_http_client_set_username/password 6 лет назад
  Aidan Cyr 5f6fd238b6 fix: esp_http_client and esp_https_ota can follow 307 Redirects 6 лет назад
  Mahavir Jain 4dcffdb0a9 esp_http_client: fix issue where http parser was not invoking `message_complete` callback 6 лет назад
  ganeshlandge 9fd16c6a5f fixes : set_url discards username and password 6 лет назад
  Hrudaynath Dhabe d4091f7cda esp_http_client: Add support to check the binary length of the recieved stream and compare it with the size mentioned in the header. 6 лет назад
  Angus Gratton c25fe765a9 Merge branch 'feature/esp_http_client_tx_buf_size' into 'master' 6 лет назад
  Oleg Antonyan bd4591b053 esp_http_client: separate buffer_size config option for transmit 6 лет назад
  David Cermak a001eb39bf http_client: disconnect event to read last occurred error in esp-tls 6 лет назад
  Jitin George ab6dd36243 esp_http_client: Add support to disable validation of certificate's CN field 6 лет назад
  Angus Gratton b6a24bbd25 Merge branch 'feature/esp-https-ota-basic-auth' into 'master' 6 лет назад
  Jitin George 4e6d39f009 esp-http-client: Fix incorrect event name HTTP_EVENT_HEADER_SENT 6 лет назад
  Jitin George 86e1fc564e esp_http_client: Add API for adding authorization info 6 лет назад
  Vikram Dattu e0d796bf33 Add a `esp_http_client_set_redirection` function When using direct operations instead of `esp_http_client_perform`, we need a way to set redirection URL when we get 30x response codes. Added the function for the same. User can now check status code and call `esp_http_client_set_redirection` function to enable redirection. Related change in adf: https://gitlab.espressif.cn:6688/adf/esp-adf-internal/merge_requests/187 6 лет назад
  Nguyễn Hồng Quân 4a6c5032f4 Fix: Lost username when setting new URL with a path. 6 лет назад