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
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 813 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add README (auto-generated from dist/s_readme) to CVS.
Keith Bostic
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).
Keith Bostic
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).
Keith Bostic
More...
over 15 years ago
It's not really multi-byte -- it's more 8- or 16-bit, we can't handle 32-bit.
Keith Bostic
More...
over 15 years ago
Integrate Brian's code into WiredTiger. Get rid of the math(3) library functions. Error handling, lint, KNF formatting.
Keith Bostic
More...
over 15 years ago
lint
Keith Bostic
More...
over 15 years ago
LintCVS: ----------------------------------------------------------------------
Keith Bostic
More...
over 15 years ago
Initial code drop from Brian Pollack.
Keith Bostic
More...
over 15 years ago
Don't pass API flags arguments unless they're actually used.
Keith Bostic
More...
over 15 years ago
checkpoint
Keith Bostic
More...
over 15 years ago
Ignore WT_MEMORY_FLUSH if we're running lint.
Keith Bostic
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.
Keith Bostic
More...
over 15 years ago
Move mutex macros into a source file, it's easier to debug a function call.
Keith Bostic
More...
over 15 years ago
checkpoint
Keith Bostic
More...
over 15 years ago
Rename wt_strerror -> wiredtiger_strerror, avoid user's namespace
Keith Bostic
More...
over 15 years ago
Rename wt_version -> wiredtiger_version, avoid user's namespace
Keith Bostic
More...
over 15 years ago
Don't complain about WT_MEMORY_FLUSH
Keith Bostic
More...
over 15 years ago
Rename wt_version to wiredtiger_version to avoid user's namespace
Keith Bostic
More...
over 15 years ago
Move mutex support into a source file, it's easier to debug.
Keith Bostic
More...
over 15 years ago
lint
Keith Bostic
More...
over 15 years ago
Start the API generation at a specific value, not 1 + another value.
Keith Bostic
More...
over 15 years ago
Move serialization code into a source file.
Keith Bostic
More...
over 15 years ago
add min/max macros
Keith Bostic
More...
over 15 years ago
Get rid of stored root_addr, use root_page as the definitive "we have a root page" value.
Keith Bostic
More...
over 15 years ago
Move engine/* into env/.
Keith Bostic
More...
over 15 years ago
Initial implementation of Db.put.
Keith Bostic
More...
over 15 years ago
Initial implementation of Db.put.
Keith Bostic
More...
over 15 years ago
Re-work implementation of "private serialization".
Keith Bostic
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.
Keith Bostic
More...
over 15 years ago
Initial implementation of Db.put. Re-work implementation of "private serialization".
Keith Bostic
More...
over 15 years ago
←
1
2
…
809
810
811
812
813
814
815
816
817
…
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