0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename to "api" (it's more than just getter/setter), move compare_srcfile into dist.py. More... over 16 years ago
dist/getset.py now generates getter/setter parts of the Db/Env structures. More... over 16 years ago
Clean up references to ienv. More... over 16 years ago
discard mklog during clean More... over 16 years ago
Add support for overflow records. Re-write database addresses to be file "fragment" units, instead of page-numbers. More... over 16 years ago
Re-write database addresses to be file "fragment" units, instead of page-numbers. More... over 16 years ago
Add support for overflow records. More... over 16 years ago
Cksum shouldn't know about blocks (or frags, for that matter), pass it a size_t. More... over 16 years ago
Re-write database addresses to be file "fragment" units, instead of page-numbers. Make off_t an honest type, we expect it to be available (or faked) in all ports. More... over 16 years ago
Add support for overflow records. Merge maxitemsize get/set into pagesize, the frag, page, extent and maxitem sizes are all inter-related. Re-write database addresses to be file "fragment" units, instead of page-numbers. More... over 16 years ago
Merge maxitemsize get/set into pagesize, the frag, page, extent and maxitem sizes are all inter-related. Re-write database addresses to be file "fragment" units, instead of page-numbers. More... over 16 years ago
Merge maxitemsize get/set into pagesize, the frag, page, extent and maxitem sizes are all inter-related. More... over 16 years ago
Stub for Env.open. More... over 16 years ago
Add a function that gets called early in our process to detect build errors. I expect to put the list of globals here, too. More... over 16 years ago
Move common error routines into support/err.c. More... over 16 years ago
Initial btree code, bulk load & dump of leaf pages (no internal nodes) works. This has a ton of infrastructure: page-dump for debugging, page-verification so we can catch errors more quickly, and so on. More... over 16 years ago
Write some file-open code to suppor the initial btree code. More... over 16 years ago
Add code to return the current size of a file -- needed for allocation. More... over 16 years ago
Add support for an Env.set_verbose method so we can track system calls. Don't bother to return the number of bytes written, no caller will care. More... over 16 years ago
I'm not using HAVE_DEBUG in WT, just HAVE_DIAGNOSTIC. More... over 16 years ago
Checkpoint. More... over 16 years ago
Change to handle more complex lists of arguments. More... over 16 years ago
Add a hook for a function that gets called the first time we do anything. Write the guts of the ENV/IENV split, so we can discard the IENV after a fatal error occurs. This is what I wanted to do with Berkeley DB, but could never get right. For sure, this time, Rocky. More... over 16 years ago
Write the guts of the DB/IDB split, so we can discard the IDB after a fatal error occurs. This is what I wanted to do with Berkeley DB, but could never get right. For sure, this time, Rocky. More... over 16 years ago
Add a stub Db.open method, I need to set the filename, and that's where it happens. More... over 16 years ago
Give the get/set verify routines their own file. More... over 16 years ago
The file name is in IDB, not DB, it's set in the Db.open method. More... over 16 years ago
Initial btree code, bulk load & dump of leaf pages (no internal nodes) works. More... over 16 years ago
Initial btree code, bulk load & dump of leaf pages (no internal nodes) works. Changes here are making the primary structures actually work. More... over 16 years ago
Add alignment macro, flag macro cleanups, add field versions of flag test macros. More... over 16 years ago