summaryrefslogtreecommitdiff
path: root/src/os_posix/os_dir.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2672 handle system calls that don't set errno (#2769)Keith Bostic2016-06-031-2/+10
* WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-021-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-40/+49
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-5/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-8/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-2/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-241-1/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-5/+6
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass over os_posix.Keith Bostic2015-09-241-3/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic2014-05-051-2/+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-2/+1
* Lint claimed 'Variable 'logcount' (line 327) may not have been initialized";Keith Bostic2013-11-211-5/+6
* Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic2013-11-161-1/+1
* Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic2013-11-151-1/+2
* Initialize dirsz. build warning.Susan LoVerso2013-07-171-1/+2
* Some fixes to dirlist error path.Susan LoVerso2013-07-101-5/+7
* On some systems the system call can fail without setting errno. OnSusan LoVerso2013-07-101-0/+2
* Fix some signed / unsigned warnings.Michael Cahill2013-06-201-5/+6
* Clean up a few prints. Turn off read testing within log_printf code forSusan LoVerso2013-06-051-3/+0
* Convert paths for __wt_dirlist to be relative to the connection home, as we d...Michael Cahill2013-06-041-3/+7
* Add __wt_dirlist and use it to open to the end of the last log.Susan LoVerso2013-05-301-0/+85