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: pfalcon/berkeley-db-1.xx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: micropython/berkeley-db-1.xx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 209 files changed
  • 2 contributors

Commits on Jul 29, 2016

  1. mpool: Refactor to call file operation via vtable.

    Don't assume there's a POSIX system with read()/write(), etc., instead
    accept function pointers to such routines via FILEVTABLE structure.
    
    Other changes, like avoiding fstat() usage, using bundled version of BSD
    sys/queue.h, etc.
    pfalcon committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    e487a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ae6f4 View commit details
    Browse the repository at this point in the history
  3. mpool: Avoid using fprintf(), use mpool_error() for error reporting.

    It can be defined to system-specific function with -Dmpool_error=<something>.
    pfalcon committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    a6d0ace View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2328ab2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. btree: Introduce default page size param, set to 4096.

    This is kind of workaround for issues found with handling overflow pages.
    Setting default page size will make a less chance for user to hit them.
    pfalcon committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    78a4787 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. PORT/include/compat.h: Guard memmove (re)define with ifndef.

    Fixes build on MacOSX (otherwise there's warning-as-error about
    redifinition of it).
    pfalcon committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    dab957d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2017

  1. Configuration menu
    Copy the full SHA
    35aaec4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    7eff5dd View commit details
    Browse the repository at this point in the history
  2. PORT: Remove the PORT directory.

    None of these port directories work anymore, with the move to the new
    include/berkeley-db directory layout for header files.
    
    Signed-off-by: Damien George <[email protected]>
    dpgeorge committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b352d0b View commit details
    Browse the repository at this point in the history
  3. all: Remove "tags" files.

    They can be generated as needed by editors.
    
    This also removes the last remaining symlinks.
    
    Signed-off-by: Damien George <[email protected]>
    dpgeorge committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    69a39c9 View commit details
    Browse the repository at this point in the history
  4. include: Allow injecting a configuration header.

    Signed-off-by: Damien George <[email protected]>
    dpgeorge committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    120a135 View commit details
    Browse the repository at this point in the history
  5. all: Remove advertising clause in BSD 4-clause license.

    As per the included README.Impt.License.Change, this advertising clause
    does not need to be met and can be removed:
    
        Accordingly, the foregoing paragraph of those BSD Unix files containing
        it is hereby deleted in its entirety.
    
    Signed-off-by: Damien George <[email protected]>
    dpgeorge committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    85373b5 View commit details
    Browse the repository at this point in the history
Loading