openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
WiredTiger
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
5 days
ago. based on code collected
5 days
ago.
Aug 14, 2024 — Aug 14, 2025
Showing page 829 of 831
Search / Filter on:
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.
Keith Bostic
More...
over 16 years ago
dist/getset.py now generates getter/setter parts of the Db/Env structures.
Keith Bostic
More...
over 16 years ago
Clean up references to ienv.
Keith Bostic
More...
over 16 years ago
discard mklog during clean
Keith Bostic
More...
over 16 years ago
Add support for overflow records. Re-write database addresses to be file "fragment" units, instead of page-numbers.
Keith Bostic
More...
over 16 years ago
Re-write database addresses to be file "fragment" units, instead of page-numbers.
Keith Bostic
More...
over 16 years ago
Add support for overflow records.
Keith Bostic
More...
over 16 years ago
Cksum shouldn't know about blocks (or frags, for that matter), pass it a size_t.
Keith Bostic
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.
Keith Bostic
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.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Merge maxitemsize get/set into pagesize, the frag, page, extent and maxitem sizes are all inter-related.
Keith Bostic
More...
over 16 years ago
Stub for Env.open.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Move common error routines into support/err.c.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Write some file-open code to suppor the initial btree code.
Keith Bostic
More...
over 16 years ago
Add code to return the current size of a file -- needed for allocation.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
I'm not using HAVE_DEBUG in WT, just HAVE_DIAGNOSTIC.
Keith Bostic
More...
over 16 years ago
Checkpoint.
Keith Bostic
More...
over 16 years ago
Change to handle more complex lists of arguments.
Keith Bostic
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.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Add a stub Db.open method, I need to set the filename, and that's where it happens.
Keith Bostic
More...
over 16 years ago
Give the get/set verify routines their own file.
Keith Bostic
More...
over 16 years ago
The file name is in IDB, not DB, it's set in the Db.open method.
Keith Bostic
More...
over 16 years ago
Initial btree code, bulk load & dump of leaf pages (no internal nodes) works.
Keith Bostic
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.
Keith Bostic
More...
over 16 years ago
Add alignment macro, flag macro cleanups, add field versions of flag test macros.
Keith Bostic
More...
over 16 years ago
←
1
2
…
823
824
825
826
827
828
829
830
831
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree