-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: KaloNK/esp32_https_server
base: master
head repository: abelsensors/esp32_https_server
compare: master
- 16 commits
- 14 files changed
- 6 contributors
Commits on Jun 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c7e98a6 - Browse repository at this point
Copy the full SHA c7e98a6View commit details
Commits on Feb 28, 2022
-
Merge pull request #1 from abelsensors/feature/functional-callbacks
New feature: functional callbacks
Configuration menu - View commit details
-
Copy full SHA for e568d83 - Browse repository at this point
Copy the full SHA e568d83View commit details
Commits on Sep 26, 2022
-
Use HTTPS library logging macro in dumpFrame to fix build error cause…
…d by TAG not being defined
Configuration menu - View commit details
-
Copy full SHA for a84075e - Browse repository at this point
Copy the full SHA a84075eView commit details
Commits on Jul 11, 2024
-
VV-2920 Drop out of a never ending receive loop when the connection b…
…rake. Move cleaning the HTTP response headers to owner of the these headers (HTTPConnection). Add some NULL pointer checks
Configuration menu - View commit details
-
Copy full SHA for a967b4a - Browse repository at this point
Copy the full SHA a967b4aView commit details -
VV-2920 Check if parsing the next body field is giving an error or th…
…e last field is done
Configuration menu - View commit details
-
Copy full SHA for 7b5b1fb - Browse repository at this point
Copy the full SHA 7b5b1fbView commit details
Commits on Jul 15, 2024
-
Merge pull request #2 from abelsensors/feature/VV-2920_MakeHTTPConnec…
…tion_Robust_for_broken_connection Feature/vv 2920 make http connection robust for broken connection
Configuration menu - View commit details
-
Copy full SHA for caf6719 - Browse repository at this point
Copy the full SHA caf6719View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c03fac - Browse repository at this point
Copy the full SHA 0c03facView commit details
Commits on Sep 9, 2024
-
Merge pull request #3 from abelsensors/feature/VV-2986_Fix_watchdog_t…
…imeout_after_multipart_line_too_long VV-2986 Also stop the peekBoundary() loop in nextField() when the pee…
Configuration menu - View commit details
-
Copy full SHA for 6cf1aed - Browse repository at this point
Copy the full SHA 6cf1aedView commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6bbc5a8 - Browse repository at this point
Copy the full SHA 6bbc5a8View commit details -
Merge pull request #4 from abelsensors/feature/VV-3453_FixWatchdogTim…
…eouts VV-3453 Add timeout check to HTTPConnection::updateBuffer
Configuration menu - View commit details
-
Copy full SHA for 3181cb3 - Browse repository at this point
Copy the full SHA 3181cb3View commit details
Commits on Mar 21, 2025
-
VV-3453 Leave discarding of any remaining body to the connection and …
…only discard it if we intend to keep the connection alive
Configuration menu - View commit details
-
Copy full SHA for b5412cf - Browse repository at this point
Copy the full SHA b5412cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f791fd8 - Browse repository at this point
Copy the full SHA f791fd8View commit details
Commits on Mar 25, 2025
-
Merge pull request #5 from abelsensors/feature/VV-3453_RefactorDiscar…
…dBody VV-3453 Only discard request body when necessary
Configuration menu - View commit details
-
Copy full SHA for 95ce9c5 - Browse repository at this point
Copy the full SHA 95ce9c5View commit details
Commits on Apr 1, 2025
-
VV-3453 Wait for up to 1 second for data to be available on the socke…
…t instead of returning instantly
Configuration menu - View commit details
-
Copy full SHA for 395c591 - Browse repository at this point
Copy the full SHA 395c591View commit details
Commits on Apr 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b47ad6f - Browse repository at this point
Copy the full SHA b47ad6fView commit details
Commits on Apr 7, 2025
-
Merge pull request #6 from abelsensors/feature/VV-3453_SocketWaitForData
VV-3453 Increase socket data available timeout to 250ms
Configuration menu - View commit details
-
Copy full SHA for 2407227 - Browse repository at this point
Copy the full SHA 2407227View 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