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: tidwall/buntdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: tidwall/buntdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 4, 2024

  1. Shrink: fix renaming on Windows

    Changing the behavior to support buntdb across different operating systems
    as the following crash encountered on windows while renaming in shrink:
    
    ```
    panic: buntdb: rename mydb.tmp mydb: Access is denied
    ```
    Ido Savion authored and Ido Savion committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    edbeb9e View commit details
    Browse the repository at this point in the history
  2. Test: fix small typo

    Ido Savion authored and Ido Savion committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9fc48c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge pull request #120 from idosavion/ido/fix-crash-on-windows

    ido/fix crash on windows
    tidwall authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3daff4e View commit details
    Browse the repository at this point in the history
Loading