0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add README (auto-generated from dist/s_readme) to CVS. More... over 15 years ago
Further integration of Huffman compression: add DB.huffman_set method (there's no getter function because the table gets converted during the setter, there's nothing to return in a getter). More... over 15 years ago
Further integration of Huffman compression: add DB.huffman_set method (there's no getter function because the table gets converted during the setter, there's nothing to return in a getter). More... over 15 years ago
It's not really multi-byte -- it's more 8- or 16-bit, we can't handle 32-bit. More... over 15 years ago
Integrate Brian's code into WiredTiger. Get rid of the math(3) library functions. Error handling, lint, KNF formatting. More... over 15 years ago
lint More... over 15 years ago
LintCVS: ---------------------------------------------------------------------- More... over 15 years ago
Initial code drop from Brian Pollack. More... over 15 years ago
Don't pass API flags arguments unless they're actually used. More... over 15 years ago
checkpoint More... over 15 years ago
Ignore WT_MEMORY_FLUSH if we're running lint. More... over 15 years ago
Make the WT_SERIAL api_gen and WT_TOC serial fields volatile, we spin on them. Flush memory after setting the WT_TOC api_gen field, the workQ needs to see that update. Rename wt_env_create, wt_strerror and wt_version -> wiredtiger_XXX, don't step on the application's namespace. Add support for writes (the Db.put method). Add support for restarting calls when the underlying data structure changes. Change serialize macros into functions, it's easier to debug. More... over 15 years ago
Move mutex macros into a source file, it's easier to debug a function call. More... over 15 years ago
checkpoint More... over 15 years ago
Rename wt_strerror -> wiredtiger_strerror, avoid user's namespace More... over 15 years ago
Rename wt_version -> wiredtiger_version, avoid user's namespace More... over 15 years ago
Don't complain about WT_MEMORY_FLUSH More... over 15 years ago
Rename wt_version to wiredtiger_version to avoid user's namespace More... over 15 years ago
Move mutex support into a source file, it's easier to debug. More... over 15 years ago
lint More... over 15 years ago
Start the API generation at a specific value, not 1 + another value. More... over 15 years ago
Move serialization code into a source file. More... over 15 years ago
add min/max macros More... over 15 years ago
Get rid of stored root_addr, use root_page as the definitive "we have a root page" value. More... over 15 years ago
Move engine/* into env/. More... over 15 years ago
Initial implementation of Db.put. More... over 15 years ago
Initial implementation of Db.put. More... over 15 years ago
Re-work implementation of "private serialization". More... over 15 years ago
Re-work implementation of "private serialization". Replace special toc->serial "waiting" value with a flag, we can never depend on it being set, so a flag makes more sense. More... over 15 years ago
Initial implementation of Db.put. Re-work implementation of "private serialization". More... over 15 years ago