-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: pfalcon/berkeley-db-1.xx
base: master
head repository: micropython/berkeley-db-1.xx
compare: main
- 12 commits
- 209 files changed
- 2 contributors
Commits on Jul 29, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for e487a1b - Browse repository at this point
Copy the full SHA e487a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ae6f4 - Browse repository at this point
Copy the full SHA 65ae6f4View commit details -
mpool: Avoid using fprintf(), use mpool_error() for error reporting.
It can be defined to system-specific function with -Dmpool_error=<something>.
Configuration menu - View commit details
-
Copy full SHA for a6d0ace - Browse repository at this point
Copy the full SHA a6d0aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2328ab2 - Browse repository at this point
Copy the full SHA 2328ab2View commit details
Commits on Aug 8, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 78a4787 - Browse repository at this point
Copy the full SHA 78a4787View commit details
Commits on Aug 25, 2016
-
PORT/include/compat.h: Guard memmove (re)define with ifndef.
Fixes build on MacOSX (otherwise there's warning-as-error about redifinition of it).
Configuration menu - View commit details
-
Copy full SHA for dab957d - Browse repository at this point
Copy the full SHA dab957dView commit details
Commits on Sep 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 35aaec4 - Browse repository at this point
Copy the full SHA 35aaec4View commit details
Commits on Mar 15, 2024
-
all: Move headers to library-specific directory include/berkeley-db.
Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7eff5dd - Browse repository at this point
Copy the full SHA 7eff5ddView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b352d0b - Browse repository at this point
Copy the full SHA b352d0bView commit details -
They can be generated as needed by editors. This also removes the last remaining symlinks. Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69a39c9 - Browse repository at this point
Copy the full SHA 69a39c9View commit details -
include: Allow injecting a configuration header.
Signed-off-by: Damien George <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 120a135 - Browse repository at this point
Copy the full SHA 120a135View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 85373b5 - Browse repository at this point
Copy the full SHA 85373b5View 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 master...main