| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 1 | -1/+1 |
* | Merge branch 'develop' into custom-extractors | Michael Cahill | 2014-10-16 | 9 | -0/+2897 |
|\ |
|
| * | Java examples to match similarly named examples from C. | Don Anderson | 2014-10-06 | 9 | -0/+2897 |
| * | Don't assign WT_ITEMs in example code, some WT_ITEM fields are private. | Keith Bostic | 2014-09-20 | 1 | -3/+3 |
* | | More implementation of custom extractors: pass the number of columns calculat... | Michael Cahill | 2014-10-10 | 1 | -2/+2 |
* | | More implementation of the custom extractor API. Still working on generating... | Michael Cahill | 2014-10-09 | 2 | -3/+8 |
* | | Fix bug setting extractor key to year. Add debug and remove support. | Susan LoVerso | 2014-10-08 | 1 | -2/+45 |
* | | Simplify the custom extractor API so that: | Michael Cahill | 2014-10-07 | 2 | -77/+21 |
* | | Flesh out extractor example program. | Susan LoVerso | 2014-09-23 | 1 | -23/+104 |
* | | Add more to extractor example. | Susan LoVerso | 2014-09-22 | 1 | -7/+46 |
* | | Add example of how to use custom extractor. | Alex Gorrod | 2014-09-22 | 2 | -0/+153 |
* | | Add an API for multi-key index extractors. | Michael Cahill | 2014-09-11 | 1 | -3/+4 |
|/ |
|
* | Statistics logging of sources only currently supports lsm: and file: URIs. | Keith Bostic | 2014-09-08 | 1 | -3/+3 |
* | typo | Keith Bostic | 2014-09-08 | 1 | -1/+1 |
* | Statistics logging requires a wait time, reference #1172. | Keith Bostic | 2014-09-08 | 1 | -2/+2 |
* | Minor shuffling to turn on more clang warnings: | Keith Bostic | 2014-09-01 | 17 | -30/+39 |
* | More documentation changes: explicit calls to begin_transaction and | Keith Bostic | 2014-08-28 | 1 | -8/+12 |
* | Coordinate log cursors and log archiving. #1163 | Susan LoVerso | 2014-08-27 | 1 | -4/+3 |
* | WiredTiger only has one kind of backup, quit calling it "hot backup". | Keith Bostic | 2014-08-26 | 1 | -7/+7 |
* | Merge develop. | Michael Cahill | 2014-08-26 | 16 | -32/+32 |
|\ |
|
| * | Merge branch 'develop' into log-printf | Susan LoVerso | 2014-08-25 | 15 | -30/+30 |
| |\ |
|
| | * | Fix cleanup of home directories for example code, and fix use of system witho... | Michael Cahill | 2014-08-25 | 15 | -30/+30 |
| * | | Move step_count back out of conditional. Fix example printing. | Susan LoVerso | 2014-08-25 | 1 | -2/+2 |
* | | | Switch ex_log to the new develop branch's naming for home directories, | Keith Bostic | 2014-08-23 | 2 | -9/+10 |
* | | | Merge branch 'log-printf' into log-printf-docs | Keith Bostic | 2014-08-23 | 17 | -55/+209 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'develop' into log-printf | Keith Bostic | 2014-08-23 | 17 | -55/+209 |
| |\ \
| | |/ |
|
| | * | We're setting "home" to NULL, and then using it in error messages, which | Keith Bostic | 2014-08-23 | 15 | -23/+177 |
| | * | Lint: primarily make sure no WiredTiger call that returns an error value | Keith Bostic | 2014-08-23 | 16 | -46/+46 |
* | | | Add more information and examples for the log cursors (a few bug fixes, | Keith Bostic | 2014-08-23 | 1 | -53/+105 |
|/ / |
|
* | | Add log_printf call to ex_log. Plus some fixes for it. #1171 | Susan LoVerso | 2014-08-21 | 1 | -3/+6 |
|/ |
|
* | Add WT_COLLATOR::customize, allowing collators to be customized for specific ... | Michael Cahill | 2014-08-15 | 3 | -5/+9 |
* | Minor cleanup to the log cursor example. | Michael Cahill | 2014-08-13 | 1 | -3/+2 |
* | Engage brain: applications have to use <group>=(<key>) syntax for nested conf... | Michael Cahill | 2014-08-11 | 1 | -1/+1 |
* | Change ex_all.c to match grouping of eviction settings. | Michael Cahill | 2014-08-11 | 1 | -1/+1 |
* | Fix a bug in new eviction thread parsing. | Alex Gorrod | 2014-08-11 | 1 | -2/+2 |
* | Return EBUSY if no async handles available and fix ex_async to look for it. #... | Susan LoVerso | 2014-08-05 | 1 | -2/+9 |
* | Uninitialized variable, thanks, Jenkins! | Keith Bostic | 2014-08-05 | 1 | -0/+2 |
* | Review/edit the new asynchronous doc page, lots of random | Keith Bostic | 2014-08-05 | 1 | -81/+97 |
* | Add a section to docs for async operations. #1139 | Susan LoVerso | 2014-08-04 | 1 | -4/+4 |
* | ex_log.c:227:2: error: implicit declaration of function 'system' | Keith Bostic | 2014-08-01 | 1 | -0/+1 |
* | Visit all log record headers (including commits) at step zero. | Michael Cahill | 2014-08-01 | 1 | -1/+1 |
* | Remove use of prev_txnid from examples. | Susan LoVerso | 2014-07-31 | 1 | -4/+3 |
* | Make step-mode cursors the only log cursor type. #1106 | Susan LoVerso | 2014-07-31 | 1 | -79/+17 |
* | Add a few comments about the saved LSN. | Susan LoVerso | 2014-07-31 | 1 | -0/+15 |
* | Turn off archiving and close/reopen the connection so we see other types of l... | Susan LoVerso | 2014-07-30 | 1 | -2/+16 |
* | Add cursor log documentation. Minor example code changes for doc | Susan LoVerso | 2014-07-30 | 1 | -15/+16 |
* | Add replay and verification code to example. #1106 | Susan LoVerso | 2014-07-30 | 1 | -8/+112 |
* | Clean up example. Add a couple comments. | Susan LoVerso | 2014-07-30 | 1 | -24/+20 |
* | Minor code movement. | Susan LoVerso | 2014-07-29 | 1 | -1/+1 |
* | Add fileid to value format. #1106 | Susan LoVerso | 2014-07-29 | 1 | -12/+14 |