summaryrefslogtreecommitdiff
path: root/src/support/filename.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-1/+1
* Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-1/+1
* Add flags to wt_fopen/fclose. #1785Susan LoVerso2015-03-231-1/+1
* Merge develop, __wt_close now takes a (WT_FH *).Keith Bostic2015-03-221-1/+1
* Separate out the code to flush a file handle and rename the file intoKeith Bostic2015-03-211-0/+49
* Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-201-41/+0
* Create the base configuration file in a temporary file and rename itKeith Bostic2015-03-191-0/+56
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Abstract out the "is it an absolute path" function, and the pathKeith Bostic2014-10-091-15/+2
* Initial Windows PortMark Benvenuto2014-10-081-0/+4
* 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-4/+4
* Convert paths for __wt_dirlist to be relative to the connection home, as we d...Michael Cahill2013-06-041-1/+1
* Fix a bug where absolute path names URIs were not being parsed correctlyAlex Gorrod2013-03-181-5/+23
* Add a new server thread that can be configured to periodically outputKeith Bostic2013-02-201-0/+10
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* __wt_filename doesn't need to know about WT_BUF structures, or stealingKeith Bostic2012-01-121-4/+8
* Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt andKeith Bostic2011-10-111-1/+1
* Fix a memory leak: don't use a scratch buffer for paths: we may not have a re...Michael Cahill2011-10-111-8/+5
* Support the home-directory argument to the wiredtiger_open function.Keith Bostic2011-09-291-0/+29