8000 Comparing v0.3.1...v0.3.2 · stphnt/zproto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: stphnt/zproto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: stphnt/zproto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 16 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    f3ad4cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from stphnt/update-compiler-tests-for-new-ver…

    …sion
    
    Update compile time tests for new rustc version
    stphnt authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    37daab4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add LrcWriter type

    stphnt committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7b8bb79 View commit details
    Browse the repository at this point in the history
  2. 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.
    stphnt committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2850350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    893d195 View commit details
    Browse the repository at this point in the history
  4. Split long commands

    stphnt committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f789ddf View commit details
    Browse the repository at this point in the history
  5. Allow custom command packet lengths

    80 characters is the default, but some devices may support larger
    packets.
    stphnt committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ab5f6bc View commit details
    Browse the repository at this point in the history
  6. Expose Port::max_packet_size

    stphnt committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f2aa292 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6dea146 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #107 from stphnt/ascii-line-continuations

    Split long commands using line continuations
    stphnt authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5d2f4dd View commit details
    Browse the repository at this point in the history
  9. 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.
    stphnt committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    954d322 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #109 from stphnt/reject-reserved-ascii-characters

    Disallow reserved characters in command data
    stphnt authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7bfd8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Update dependencies

    stphnt committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1d4fc83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #110 from stphnt/update-deps

    Update dependencies
    stphnt authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2b3e5ef View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.3.2

    stphnt committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0bca670 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #111 from stphnt/rc0.3.2

    Bump version to 0.3.2
    stphnt authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8bb2cb1 View commit details
    Browse the repository at this point in the history
Loading
0