summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-09-16WT-2104 Add log_flush example usage in 3.0.Susan LoVerso
2015-03-22We've got a WT_SESSION, use it instead of cursor->session.Keith Bostic
2015-03-20Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic
2015-03-19Clean up the #includes.Keith Bostic
2015-03-18Add LZ4 to the documentation.Keith Bostic
2015-03-04Include the variable types in the example code.Keith Bostic
2015-02-18Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill
2015-02-12Add recover config setting and use it in the wt command. #1651Susan LoVerso
2015-02-10Allow 'wt' command to run with or without recovery. #1651Susan LoVerso
2015-02-02Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic
2015-01-17Fixup Java examples.Alex Gorrod
2015-01-17Merge branch 'develop' into cursor-equalMichael Cahill
2015-01-17Merge branch 'develop' into cursor-equalMichael Cahill
2015-01-17Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill
2015-01-14Merge branch 'develop' into cursor-reconfigureMichael Cahill
2015-01-14Rename WT_CURSOR compare_equal to be equals.Alex Gorrod
2015-01-10Add support for the WT_CURSOR.compare_equal method.Keith Bostic
2015-01-09Merge branch 'develop' into java-examplesDon Anderson
2015-01-09Set of fixes to get most java examples to run. Refs #1526.Don Anderson
2015-01-07Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill
2015-01-04Copyright notices: add MongoDB, update to 2015.Keith Bostic
2015-01-02Fixed a timing error in the example startup, as well as closing handles.Don Anderson
2014-12-24Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic
2014-12-24Invalid configuration strings, add some missing commas.Keith Bostic
2014-12-15Merge branch 'develop' into cursor-reconfigureKeith Bostic
2014-12-15Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill
2014-12-12Old-style function declaration.Keith Bostic
2014-12-11Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic
2014-12-10Fix the example, missing comma.Keith Bostic
2014-12-10Add an example a large leaf-page value overflow configKeith Bostic
2014-12-09Separate the btree maximum key/value sizes from the underlying pageKeith Bostic
2014-12-04Clean up the clean up.Keith Bostic
2014-12-02Fix accidental commit of ex_log.c.Susan LoVerso
2014-12-02Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso
2014-12-01Merge branch 'develop' into log-recycleSusan LoVerso
2014-11-26fix ex_stat compilation on WindowsMark Benvenuto
2014-11-26Pre-allocate logs into a temporary file to avoid racing. #1373Susan LoVerso
2014-11-22Don't divide by 0 if the file is 0 bytes.Keith Bostic
2014-11-20whitespaceKeith Bostic
2014-11-19ex_backup.c:58:29: error: unused parameter 'session'Michael Cahill
2014-11-19Merge pull request #1370 from wiredtiger/incremental-backupMichael Cahill
2014-11-18Review comments. #1183Susan LoVerso
2014-11-18Remove whitespace.Alex Gorrod
2014-11-18Add support for immutable indices.Alex Gorrod
2014-11-14Update backup documentation. #1183Susan LoVerso
2014-11-14Lint.Susan LoVerso
2014-11-14Add restriction and error checking for having run recovery. UpdateSusan LoVerso
2014-11-13Remove debugging remnant.Susan LoVerso
2014-11-13Lint.Susan LoVerso
2014-11-13Changes to allow recovery to be run between incremental backups. #1183Susan LoVerso