summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-163-11/+4
* WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags (...Keith Bostic2016-09-131-1/+1
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-3/+3
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-7/+7
* WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic2016-08-091-2/+2
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-26/+13
* WT-2711 Change statistics log configuration options (#2834)Keith Bostic2016-07-082-31/+18
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-0/+11
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-2/+2
* WT-2692 Fix race in file system example (#2812)Keith Bostic2016-06-202-277/+220
* WT-2710 WT_FILE_HANDLE_INMEM no longer needs an off field (#2805)Keith Bostic2016-06-171-5/+1
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-081-2/+3
* Wt 2661 coverity (#2746)Keith Bostic2016-05-251-1/+1
* WT-2653: the custom file-system example should show device configuration (#2741)Keith Bostic2016-05-251-32/+118
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-22/+22
* WT-2626 Fix MSVC 2015 snprintf redefinition (#2726)David Hows2016-05-061-1/+1
* WT-2624 Fix example program build with MSVC 2013 (#2725)David Hows2016-05-061-0/+4
* WT-2617 Don't use u_int in the example code. It's not Windows native. (#2722)Alex Gorrod2016-05-051-3/+3
* WT-2617 Fix a bug in pluggable file system example (#2718)Keith Bostic2016-05-0522-110/+225
* WT-2586: examples/ex_config is brokenKeith Bostic2016-04-282-93/+0
* WT-2586: examples/ex_config is brokenKeith Bostic2016-04-281-1/+5
* WT-2586: examples/ex_config is brokenKeith Bostic2016-04-281-2/+2
* WT-2586: examples/ex_config is brokenKeith Bostic2016-04-281-2/+3
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-283-0/+872
* Merge branch 'develop' into wt-2360-join-disjunctionMichael Cahill2016-04-192-0/+19
|\
| * WT-2556: typo in the Java example codeKeith Bostic2016-04-161-1/+1
| * WT-2103: add incremental backup testing to formatKeith Bostic2016-04-152-0/+19
* | Merge branch 'develop' into wt-2360-join-disjunctionDon Anderson2016-04-141-1/+1
|\ \ | |/
| * WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-1/+1
* | WT-2360 Introduced a more complex join example to show nesting and disjunction.Don Anderson2016-04-142-22/+130
|/
* WT-2473 - Add inttypes.h to ex_config_parseDavid Hows2016-03-141-0/+1
* Revert "WT-2473: MSVC doesn't support PRId64"Keith Bostic2016-03-111-1/+1
* WT-2473: MSVC doesn't support PRId64Keith Bostic2016-03-111-1/+1
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-114-21/+30
* WT-2431 The schema example now needs statistics enabled for the connection.Don Anderson2016-02-292-2/+3
* WT-2431 Add examples for join cursor statistics.Don Anderson2016-02-284-4/+84
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-231-1/+1
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-232-16/+19
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-231-1/+13
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-231-5/+5
* WT-2107 Shuffle changes for event handler example.Alex Gorrod2016-02-233-71/+121
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-1/+0
* WT-2107: Add example code including an event handler #2512Keith Bostic2016-02-211-1/+7
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-4/+5
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-212-3/+19
* WT-2107: Add example code including an event handlerKeith Bostic2016-02-211-0/+66
* Merge pull request #2461 from wiredtiger/WT-2215-unionMichael Cahill2016-02-012-21/+21
|\
| * WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-252-21/+21
* | WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-282-28/+0
|/
* WT-2287: WT_SESSION.rebalance support.Keith Bostic2016-01-191-1/+1