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 assert, API flags, database format and strerror-backed error functions. 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. More... over 16 years ago
Add fcntl -- we use fcntl in our open call to deny forked children access to our file descriptors. More... over 16 years ago
Add <stdint.h> to the standard include files, we need types it knows about. More... over 16 years ago
Checkpoint before switching to multiple arguments. More... over 16 years ago
Account for fixed name prefixes when calculating tab offsets. More... over 16 years ago
Add script to auto-generate simple getter/setter functions. More... over 16 years ago
Cleanup when the getset.py script went in, add getset.py. More... over 16 years ago
Add {Env,Db}.{err,errx} methods. More... over 16 years ago
First version of error handling -- just the basics, errcall, errfile and errpfx. More... over 16 years ago
ANSI C memory allocation -- separated out because applications often want to control memory allocation. More... over 16 years ago
ANSI C abort call -- separated out because magic is often required for abort. More... over 16 years ago
Add a script to execute all the others. 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. 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. More... over 16 years ago
Add errcall, errfile, and errpfx support. More... over 16 years ago
Add ability to specify flags in the dist/api_defines file Minor include file updates. More... over 16 years ago
Remove --enable-debug in favor of --enable-diagnostic More... over 16 years ago
Add API flag masks for easy flag checking at the API layer. 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. More... over 16 years ago
Add flag-checking macros, a way to abort & dump core. More... over 16 years ago
Forgot #define prefix. More... over 16 years ago
Use WT_XXX consistently, rename basic data structures to be as short as possible. More... over 16 years ago
Minor cleanup, first real working version. More... over 16 years ago
Add flag macros. More... over 16 years ago
Add DEBUG option. More... over 16 years ago
Rename srcfiles to be filelist. More... over 16 years ago
Add file of API flags to wiredtiger.h More... over 16 years ago
Add a script to build internal function prototypes. More... over 16 years ago
Python function + input file to keep API flags minimal and consistent. More... over 16 years ago