summaryrefslogtreecommitdiff
path: root/src/os_posix/os_remove.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-1/+1
* Fix places where we were using the wrong link for traversing hash buckets.Keith Bostic2015-04-251-1/+1
* Switch the block and file-handle from TAILQ structures to SLISTKeith Bostic2015-02-091-2/+1
* whitespaceMichael Cahill2015-02-091-2/+1
* Need to mod hash by array size. #1634Susan LoVerso2015-02-041-1/+2
* Add name_hash and hash bucket queues for fh and block. #1643Susan LoVerso2015-02-041-1/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* There's no need to inline __remove_file_check, let the compiler decide.Keith Bostic2014-10-061-1/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-1/+1
* 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
* fix unused variable warnings.Keith Bostic2013-03-141-0/+3
* Separate out the diagnostic code, it's cleaner this way.Keith Bostic2013-03-141-14/+23
* Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod2013-03-141-4/+10
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* If we try and remove a file, and it doesn't exist, call it good.Keith Bostic2012-07-041-1/+1
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-071-1/+1
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-2/+2
* Close btree handles in the list: otherwise we can't safely remove or rename t...Michael Cahill2012-03-111-2/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Add a "WT" prefix to SYSCALL_RETRY, change the open call to use the standardKeith Bostic2012-01-021-1/+1
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-2/+1
* whitespace.Keith Bostic2011-12-211-1/+1
* automatically prepend verbose messages with their particular tag lineKeith Bostic2011-11-291-1/+1
* Remove the workQ -- have application threads notify the read and eviction ser...Michael Cahill2011-11-031-2/+2
* Fix a memory leak: don't use a scratch buffer for paths: we may not have a re...Michael Cahill2011-10-111-5/+4
* The SYSCALL_RETRY() macro was just wrong (it counted down, not up, andKeith Bostic2011-10-011-2/+2
* Support the home-directory argument to the wiredtiger_open function.Keith Bostic2011-09-291-1/+9
* Add simple support for restarting system calls, open needs it, although theKeith Bostic2011-08-081-7/+7
* Add a table-level "drop" operation.Michael Cahill2011-07-151-0/+42