-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: pmtabe1/ArduinoHttpClient
base: master
head repository: arduino-libraries/ArduinoHttpClient
compare: master
- 10 commits
- 5 files changed
- 3 contributors
Commits on Jun 18, 2026
-
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d964f58 - Browse repository at this point
Copy the full SHA d964f58View commit details -
Merge pull request arduino-libraries#199 from arduino-libraries/depen…
…dabot/github_actions/actions/checkout-7 Bump actions/checkout from 6 to 7
Configuration menu - View commit details
-
Copy full SHA for bc467ce - Browse repository at this point
Copy the full SHA bc467ceView commit details
Commits on Jul 2, 2026
-
Bump arduino/arduino-lint-action from 2 to 3
Bumps [arduino/arduino-lint-action](https://github.com/arduino/arduino-lint-action) from 2 to 3. - [Release notes](https://github.com/arduino/arduino-lint-action/releases) - [Commits](arduino/arduino-lint-action@v2...v3) --- updated-dependencies: - dependency-name: arduino/arduino-lint-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for d4274eb - Browse repository at this point
Copy the full SHA d4274ebView commit details -
Merge pull request arduino-libraries#200 from arduino-libraries/depen…
…dabot/github_actions/arduino/arduino-lint-action-3 Bump arduino/arduino-lint-action from 2 to 3
Configuration menu - View commit details
-
Copy full SHA for d3de6c8 - Browse repository at this point
Copy the full SHA d3de6c8View commit details
Commits on Jul 13, 2026
-
Fix typo in WebSocketClient::write buffer size clamp
Use sizeof(iTxBuffer) instead of sizeof(iTxSize) when computing the remaining space, preventing truncated writes and potential memcpy overflow.
Configuration menu - View commit details
-
Copy full SHA for af935ce - Browse repository at this point
Copy the full SHA af935ceView commit details -
WebSocketClient: fix undefined read order in frame length
Multiple read() calls in one expression have unspecified evaluation order in C++, so the length bytes could be combined wrong. Read each byte into its own variable before combining them.
Configuration menu - View commit details
-
Copy full SHA for eed84b6 - Browse repository at this point
Copy the full SHA eed84b6View commit details -
WebSocketClient: simplify RX size branching
Default iRxSize to the inline length and only override it for the 126/127 extended-length cases. No behavioural change.
Configuration menu - View commit details
-
Copy full SHA for 532b516 - Browse repository at this point
Copy the full SHA 532b516View commit details -
WebSocketClient: check extended length/mask bytes are available
Only 2 header bytes were guaranteed before reading the extended length and mask, so a partial header made read() return -1 and corrupt iRxSize. Bail out until all header bytes have arrived.
Configuration menu - View commit details
-
Copy full SHA for d0a7577 - Browse repository at this point
Copy the full SHA d0a7577View commit details
Commits on Jul 28, 2026
-
Merge pull request arduino-libraries#203 from pennam/websocket-parse-fix
WebSocketClient: check extended length/mask bytes are available
Configuration menu - View commit details
-
Copy full SHA for e4c3165 - Browse repository at this point
Copy the full SHA e4c3165View commit details -
Merge pull request arduino-libraries#202 from pennam/websocket-write-fix
Fix typo in WebSocketClient::write buffer size clamp
Configuration menu - View commit details
-
Copy full SHA for d9d40d9 - Browse repository at this point
Copy the full SHA d9d40d9View 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