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: ekzhang/bore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: ekzhang/bore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on Apr 21, 2022

  1. Fix Windows cargo test (#35)

    BxOxSxS authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    e613629 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. use framed codecs to avoid unbounded buffer (#33)

    * using stream
    
    * fix tests
    
    * 💄
    
    * 💄 fix review comments
    
    * clean up buffered data
    
    * 💄 fix review comments
    
    * Refactor Delimited to be its own struct
    
    * Add very_long_frame test to ensure behavior
    
    Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
    cedric05 and ekzhang authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9cd43f4 View commit details
    Browse the repository at this point in the history
  2. GitHub actions CI/CD releases (#10)

    * Add GitHub CI/CD
    
    * Add instructions for installing bin from GitHub releases
    
    * Will work after a new version is released
    
    * Add windows jobs for CI/CD
    
    * Only run CI on stable rust
    
    * Use `cargo fmt` instead of `rustfmt`, undo change
    
    * Delete install.sh
    
    * Update README.md
    
    Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
    praveenperera and ekzhang authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a2b8382 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.4.0

    ekzhang committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    045324d View commit details
    Browse the repository at this point in the history
Loading