summaryrefslogtreecommitdiff
path: root/src/cursor/cur_backup.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-27/+22
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-1/+1
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-2/+3
* Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-3/+3
* Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-231-3/+3
* Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic2015-03-211-15/+8
* If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-201-2/+2
* Remove call to __wt_filename from __backup_file_create, it's no longerKeith Bostic2015-03-201-12/+3
* Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-201-14/+6
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+1
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-1/+2
| |\
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-221-1/+1
| |\ \
| * \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-1/+1
| |\ \ \
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+1
* | | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
| |_|_|/ |/| | |
* | | | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* | | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
| |_|/ |/| |
* | | Don't support "target=none" as a backup configuration: the empty string means...Michael Cahill2014-12-171-1/+1
| |/ |/|
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
|/
* Check for configurations of "none" in a wrapper around the config string pars...Michael Cahill2014-12-081-1/+1
* whitespaceKeith Bostic2014-11-201-2/+1
* whitespaceKeith Bostic2014-11-191-2/+1
* Merge pull request #1380 from wiredtiger/checkpoint-concurrentcyMichael Cahill2014-11-191-1/+3
|\
| * Finish checkpoint locking: gather data handles in the first pass, then walk t...Michael Cahill2014-11-141-1/+3
* | Review comments. #1183Susan LoVerso2014-11-181-2/+1
* | Fix code movement bug in opening backup file.Susan LoVerso2014-11-131-5/+14
* | Changes to allow recovery to be run between incremental backups. #1183Susan LoVerso2014-11-131-9/+27
* | Support for incremental backup and supporting log-only backup cursors.Susan LoVerso2014-11-101-35/+75
|/
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* Change ae39c3f missed a change, hot backup has to copy the WiredTigerKeith Bostic2014-10-071-1/+1
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* Copy the WiredTiger.basecfg and WiredTiger.config files as part of doingKeith Bostic2014-10-021-2/+8
* __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-2/+2
* Simplify a test for WT_BTREE_BULK, if the flag is set, we're done.Keith Bostic2014-07-151-1/+1
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-6/+3
* Go back to only copying log files when doing a full backup, but still copy lo...Michael Cahill2014-05-051-7/+14
* Change to always copying log files during hot backup, regardless of whether a...Michael Cahill2014-05-051-2/+2
* Copy log files before data files in hot backups. This addresses a problem wh...Michael Cahill2014-05-051-8/+8
* Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-3/+3
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* __open_directory_sync can sync the wrong directory if the applicationKeith Bostic2013-12-201-1/+1
* Remove most uses of WT_STORE_SIZE, it was primarily used to convertKeith Bostic2013-12-201-1/+1
* Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill2013-12-121-1/+3
* Fix various problems with recovery and log archiving:Michael Cahill2013-10-221-1/+2
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-211-2/+1
|\
| * whitespaceKeith Bostic2013-10-171-2/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-171-26/+42
|\ \ | |/
| * Merge branch 'develop' into lsm-bloom-newestMichael Cahill2013-10-151-5/+5
| |\
| | * cleanup, __wt_backup_list_all_append is a local function, remove leading __wt.Keith Bostic2013-10-121-5/+5