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 830 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add assert, API flags, database format and strerror-backed error functions.
Keith Bostic
More...
over 16 years ago
Algorithm 3 from Richard Black's discussion of CRC32. http://www.cl.cam.ac.uk/ research/srg/bluebook/21/crc/node6.html#SECTION00060000000000000000 I know of no IP restrictions on use of this checksum, and Black's pages appear to think it's public domain.
Keith Bostic
More...
over 16 years ago
Add fcntl -- we use fcntl in our open call to deny forked children access to our file descriptors.
Keith Bostic
More...
over 16 years ago
Add <stdint.h> to the standard include files, we need types it knows about.
Keith Bostic
More...
over 16 years ago
Checkpoint before switching to multiple arguments.
Keith Bostic
More...
over 16 years ago
Account for fixed name prefixes when calculating tab offsets.
Keith Bostic
More...
over 16 years ago
Add script to auto-generate simple getter/setter functions.
Keith Bostic
More...
over 16 years ago
Cleanup when the getset.py script went in, add getset.py.
Keith Bostic
More...
over 16 years ago
Add {Env,Db}.{err,errx} methods.
Keith Bostic
More...
over 16 years ago
First version of error handling -- just the basics, errcall, errfile and errpfx.
Keith Bostic
More...
over 16 years ago
ANSI C memory allocation -- separated out because applications often want to control memory allocation.
Keith Bostic
More...
over 16 years ago
ANSI C abort call -- separated out because magic is often required for abort.
Keith Bostic
More...
over 16 years ago
Add a script to execute all the others.
Keith Bostic
More...
over 16 years ago
First working version of the ENV methods: all you can do is construct, destroy and set a few error message configurations: errcall, errfile, and errpfx.
Keith Bostic
More...
over 16 years ago
First working version of the DB methods: all you can do is construct, destroy and set a few error message configurations: errcall, errfile, and errpfx.
Keith Bostic
More...
over 16 years ago
Add errcall, errfile, and errpfx support.
Keith Bostic
More...
over 16 years ago
Add ability to specify flags in the dist/api_defines file Minor include file updates.
Keith Bostic
More...
over 16 years ago
Remove --enable-debug in favor of --enable-diagnostic
Keith Bostic
More...
over 16 years ago
Add API flag masks for easy flag checking at the API layer.
Keith Bostic
More...
over 16 years ago
Remove --enable-debug option -- in the GNU build process, the correct way to get -g (instead of the default -O2) is to specify CFLAGS as part of the environment when bulding.
Keith Bostic
More...
over 16 years ago
Add flag-checking macros, a way to abort & dump core.
Keith Bostic
More...
over 16 years ago
Forgot #define prefix.
Keith Bostic
More...
over 16 years ago
Use WT_XXX consistently, rename basic data structures to be as short as possible.
Keith Bostic
More...
over 16 years ago
Minor cleanup, first real working version.
Keith Bostic
More...
over 16 years ago
Add flag macros.
Keith Bostic
More...
over 16 years ago
Add DEBUG option.
Keith Bostic
More...
over 16 years ago
Rename srcfiles to be filelist.
Keith Bostic
More...
over 16 years ago
Add file of API flags to wiredtiger.h
Keith Bostic
More...
over 16 years ago
Add a script to build internal function prototypes.
Keith Bostic
More...
over 16 years ago
Python function + input file to keep API flags minimal and consistent.
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