Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/esp8266 http client #5250

Merged
merged 14 commits into from
Oct 21, 2018
Merged

Bugfix/esp8266 http client #5250

merged 14 commits into from
Oct 21, 2018

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    3a10f93 View commit details
    Browse the repository at this point in the history
  2. Changed BasicHttpsClient.ino to allocate BearSSL::WiFiClientSecure ob…

    …ject on the heap in stead of stack
    Jeroen88 committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    18654ce View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Merge branch 'master' into bugfix/ESP8266HTTPClient

    Jeroen88 committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    f900fe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Merge branch 'master' into bugfix/ESP8266HTTPClient

    Jeroen88 committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    a1f89f5 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary code

    Jeroen88 committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    c782959 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Correcting bad fix for #5216

    Jeroen88 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    3c23315 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bugfix/ESP8266HTTPClient

    Jeroen88 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    3bcf663 View commit details
    Browse the repository at this point in the history
  3. Minor formatting to pass Travis tests

    Jeroen88 committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    29d97b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    9417e8f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Changed client * to std::unique_ptr<> client

    Jeroen88 committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    20184a8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into bugfix/ESP8266HTTPClient

    Jeroen88 committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    e5dfae7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bugfix/ESP8266HTTPClient' of https://github.com/Jeroen8…

    …8/Arduino into bugfix/ESP8266HTTPClient
    Jeroen88 committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    bb8d6ca View commit details
    Browse the repository at this point in the history
  4. Updated example

    Jeroen88 committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    ec90b3a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2018

  1. Merge branch 'master' into bugfix/ESP8266HTTPClient

    Jeroen88 committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    4ad93e6 View commit details
    Browse the repository at this point in the history