-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: stphnt/zproto
base: v0.3.1
head repository: stphnt/zproto
compare: v0.3.2
- 16 commits
- 8 files changed
- 1 contributor
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3ad4cb - Browse repository at this point
Copy the full SHA f3ad4cbView commit details -
Merge pull request #106 from stphnt/update-compiler-tests-for-new-ver…
…sion Update compile time tests for new rustc version
Configuration menu - View commit details
-
Copy full SHA for 37daab4 - Browse repository at this point
Copy the full SHA 37daab4View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7b8bb79 - Browse repository at this point
Copy the full SHA 7b8bb79View commit details -
Remove duplicate writes when generating command LRC
Previously commands would be written twice: once to the output buffer and a second time to calculate the LRC hash. This change removes the second write by computing the LRC when writing to the output buffer.
Configuration menu - View commit details
-
Copy full SHA for 2850350 - Browse repository at this point
Copy the full SHA 2850350View commit details -
Configuration menu - View commit details
-
Copy full SHA for 893d195 - Browse repository at this point
Copy the full SHA 893d195View commit details -
Configuration menu - View commit details
-
Copy full SHA for f789ddf - Browse repository at this point
Copy the full SHA f789ddfView commit details -
Allow custom command packet lengths
80 characters is the default, but some devices may support larger packets.
Configuration menu - View commit details
-
Copy full SHA for ab5f6bc - Browse repository at this point
Copy the full SHA ab5f6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2aa292 - Browse repository at this point
Copy the full SHA f2aa292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dea146 - Browse repository at this point
Copy the full SHA 6dea146View commit details -
Merge pull request #107 from stphnt/ascii-line-continuations
Split long commands using line continuations
Configuration menu - View commit details
-
Copy full SHA for 5d2f4dd - Browse repository at this point
Copy the full SHA 5d2f4ddView commit details -
Disallow reserved characters in command data
The use of reserved characters can a command's data field may cause a BADCOMMAND rejected but may also cause the command to be ignored or incorrectly interpreted by the device. To avoid these problems check for these characters in the command before writing out the command.
Configuration menu - View commit details
-
Copy full SHA for 954d322 - Browse repository at this point
Copy the full SHA 954d322View commit details -
Merge pull request #109 from stphnt/reject-reserved-ascii-characters
Disallow reserved characters in command data
Configuration menu - View commit details
-
Copy full SHA for 7bfd8dc - Browse repository at this point
Copy the full SHA 7bfd8dcView commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1d4fc83 - Browse repository at this point
Copy the full SHA 1d4fc83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b3e5ef - Browse repository at this point
Copy the full SHA 2b3e5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bca670 - Browse repository at this point
Copy the full SHA 0bca670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb2cb1 - Browse repository at this point
Copy the full SHA 8bb2cb1View 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 v0.3.1...v0.3.2