summaryrefslogtreecommitdiff
path: root/src/cursor/cur_backup.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2378 Always wait for the handle list lock.Michael Cahill2016-02-031-1/+1
* WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-3/+5
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Merge branch 'develop' into wt-2073-metadata-cleanupKeith Bostic2015-11-171-6/+8
|\
| * WT-2135 Fix log_only setting for backup cursor. Fix initialization.Susan LoVerso2015-11-121-6/+8
* | Rework the metadata cursor change to transparently support openingKeith Bostic2015-11-071-8/+13
* | WT-2073: review comments, rename __wt_metadata_cursor toKeith Bostic2015-10-201-1/+1
* | WT-2073: change hot backup to use the existing WT_SESSION metadataKeith Bostic2015-10-201-20/+12
|/
* Boolean conversion pass over include.Keith Bostic2015-09-271-2/+2
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-1/+1
* I introduced a bug in the boolean conversion, back out part of the change.Keith Bostic2015-09-241-8/+5
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-23/+21
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+2
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-1/+1
* Rename WT_LASFILE_URI to WT_LAS_URI, get rid of "file".Keith Bostic2015-08-261-1/+1
* Consistently use "lookaside table", rather than "lookaside file".Keith Bostic2015-08-261-1/+1
* Don't backup the lookaside file.Keith Bostic2015-08-101-1/+7
* WT-1962 Make the hot_backup_lock a read/write lock.Susan LoVerso2015-07-101-4/+4
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-1/+1
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-1/+1
* Make --with-spinlock=pthread_logging option compile again.Keith Bostic2015-04-021-4/+4
* 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