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
Add Db.get methodd. auto-generate errors & strerror code. More... over 16 years ago
auto-generate errors & strerror code. More... over 16 years ago
fix typo More... over 16 years ago
Minor wording cleanup. More... over 16 years ago
sfile not used More... over 16 years ago
Update the statistics, make the error messages consistent. More... over 16 years ago
Get rid of the WT_BTREE structure -- until we have two access methods, I'm going to try and store access method specific information in the IDB struct. More... over 16 years ago
Checkpoint More... over 16 years ago
checkpoint More... over 16 years ago
Add Db.stat_clear method. More... over 16 years ago
Add statistics support. Standardize on __tmp as the tmp file name. More... over 16 years ago
Standardize on __tmp as the tmp file name. More... over 16 years ago
Add statistics support. More... over 16 years ago
Add cache-size support. More... over 16 years ago
Checkpoint after adding statistics support. More... over 16 years ago
Basic file handle support, add statistics support. More... over 16 years ago
Add Db.sync method. Break apart the "return pinned page" code and "write the page" code. Add statistics support. More... over 16 years ago
Add Db.stat_print method. More... over 16 years ago
Add Db.sync method. More... over 16 years ago
Add cachesize configuration, don't configure extents by default. More... over 16 years ago
Add cachesize configuration. More... over 16 years ago
Don't configure extents by default? More... over 16 years ago
Verify internal pages, which means they actually work, now. More... over 16 years ago
Minor changes to clean up function naming. More... over 16 years ago
Add a cache to the btree. More... over 16 years ago
Add a cache so that we can get a page from two different parts of the btree code at the same time. More... over 16 years ago
We can't verify the checksum in a dump routine, because the dump routine may be reading from the cache. More... over 16 years ago
Lint. More... over 16 years ago
Getters/setters can be static to the getset.c file. More... over 16 years ago
More lint changes -- check more stuff, ignore more stuff. More... over 16 years ago