-
Notifications
You must be signed in to change notification settings - Fork 149
Comparing changes
Open a pull request
base repository: fhessel/esp32_https_server
base: master
head repository: meshtastic/esp32_https_server
compare: master
- 16 commits
- 10 files changed
- 8 contributors
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6900520 - Browse repository at this point
Copy the full SHA 6900520View commit details
Commits on Sep 9, 2022
-
Merge pull request #1 from lewisxhe/master
Add header files, compatible with esp32s3
Configuration menu - View commit details
-
Copy full SHA for b0d945f - Browse repository at this point
Copy the full SHA b0d945fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f4de2 - Browse repository at this point
Copy the full SHA 00f4de2View commit details
Commits on Oct 1, 2022
-
Merge pull request #2 from caveman99/patch-1
Use the new SDK for legacy ESP32 too
Configuration menu - View commit details
-
Copy full SHA for 6575098 - Browse repository at this point
Copy the full SHA 6575098View commit details
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da947a4 - Browse repository at this point
Copy the full SHA da947a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6ddec - Browse repository at this point
Copy the full SHA 3a6ddecView commit details -
Merge pull request #3 from caveman99/master
init the certificate serial with a random value
Configuration menu - View commit details
-
Copy full SHA for 23665b3 - Browse repository at this point
Copy the full SHA 23665b3View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7cee50 - Browse repository at this point
Copy the full SHA d7cee50View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ab1741 - Browse repository at this point
Copy the full SHA 2ab1741View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 896f177 - Browse repository at this point
Copy the full SHA 896f177View commit details
Commits on May 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d730f87 - Browse repository at this point
Copy the full SHA d730f87View commit details
Commits on Jul 4, 2025
-
Merge pull request #5 from db3000/logic_issues
Fix crash and logic issues
Configuration menu - View commit details
-
Copy full SHA for 3223704 - Browse repository at this point
Copy the full SHA 3223704View commit details
Commits on Jan 15, 2026
-
For HTTP/1.1 requests, enable keep-alive by default.
Keep-alive became the default in 1.1: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Connection This is confirmed in Python HTTP server: https://github.com/python/cpython/blob/38f0114ff1f8d07b151639ff30b4409814422520/Lib/http/server.py#L367 This will improve connection reuse with Chrome, which does not send explicit 'Connection: keep-alive' and just relies on the server default. Tested on ESP32 Heltec v3.
Configuration menu - View commit details
-
Copy full SHA for 4f5494b - Browse repository at this point
Copy the full SHA 4f5494bView commit details
Commits on Jan 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b0f3960 - Browse repository at this point
Copy the full SHA b0f3960View commit details
Commits on Mar 7, 2026
-
Add error log with mbedtls_ssl_setup error code.
SSL handshake seems to fail sometimes (meshtastic/firmware#6960) but we need more detail on the mbedtls_ssl_setup error code to identify the problem. 'Web Client Rebuild' group is also seeing some '[HTTPS:E] SSL handshake failed.', we need more info to determine if it's related to the bug report above or something unrelated.
Configuration menu - View commit details
-
Copy full SHA for 60881f4 - Browse repository at this point
Copy the full SHA 60881f4View commit details -
Merge pull request #9 from cpatulea/setup
Add error log with mbedtls_ssl_setup error code.
Configuration menu - View commit details
-
Copy full SHA for b78f12c - Browse repository at this point
Copy the full SHA b78f12cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master