10000 Comparing fhessel:master...Lukey-Lue:master · fhessel/esp32_https_server · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fhessel/esp32_https_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Lukey-Lue/esp32_https_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 5 contributors

Commits on May 12, 2020

  1. Trigger wsHander onClose from closeConnection()

    In case closeConnection() is called due to SSL reported error - like session disconnection due to unstable Wifi -  onClose() should be called to free up the recorded websocket handlers.
    bligeti authored May 12, 2020
    Configuration menu
    Copy the full SHA
    fea072d View commit details
    Browse the repository at this point in the history
  2. Handle error triggered by closed sessions

    From updateBuffer() a session clean up is initiated via closeConnection() if error is detected when reading from SSL but the already removed session is not handled in other parts of the state machine.
    bligeti authored May 12, 2020
    Configuration menu
    Copy the full SHA
    276ec45 View commit details
    Browse the repository at this point in the history
  3. Get detailed SSL_read error

    bligeti authored May 12, 2020
    Configuration menu
    Copy the full SHA
    586cdec View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Update src/HTTPSConnection.cpp

    Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
    bligeti and fhessel authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    34b3beb View commit details
    Browse the repository at this point in the history
  2. Update src/HTTPConnection.cpp

    Co-authored-by: Frank Hessel <frnkhessel@googlemail.com>
    bligeti and fhessel authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    985b902 View commit details
    Browse the repository at this point in the history
  3. correct the copy-paste error

    bligeti authored Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2bf7522 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    36c0df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85a05b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    0e870fd View commit details
    Browse the repository at this point in the history
  2. CI builds on this branch

    jackjansen committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d4dd455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cfcef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Revert "CI builds on this branch"

    This reverts commit d4dd455.
    jackjansen committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    f593a71 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    55d7ff9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'vvigilante/fix/readline_inf_loop' into …

    …merge-vvigilante-changes
    Lucas Hörmann committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c03be46 View commit details
    Browse the repository at this point in the history
Loading
0