summaryrefslogtreecommitdiff
path: root/util/file_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* long instead of int for file sizeEliot Horowitz2009-07-091-10/+10
* comments MINORAaron2009-05-281-1/+2
* file allocator compile windows MINORAaron2009-05-281-2/+12
* wait for file allocator to finish before removing filesAaron2009-05-271-2/+2
* support compilation under FreeBSD 7.xEliot Horowitz2009-05-271-0/+3
* check exception when cleaning up file on failed allocation MINORAaron2009-05-121-5/+8
* when exhaust disk space, delete file and exit immediatelyAaron2009-05-121-0/+7
* clean up locking in file allocator; unlike in doc example, lock may be held w...Aaron2009-05-121-37/+25
* hopefully compile winAaron2009-04-161-2/+2
* compile visual studio windowsDwight2009-04-161-1/+1
* update size in map and allocate asap interfacesAaron2009-04-151-1/+1
* Revert "Revert "add errno header for non osx MINOR""Aaron2009-04-151-0/+1
* Revert "Revert "fix compile warning, rename condition_variable -> condition t...Aaron2009-04-151-2/+2
* Revert "Revert "abort allocation on failed write""Aaron2009-04-151-2/+2
* Revert "Revert "do preallocation after initial allocation too, make file allo...Aaron2009-04-151-30/+49
* Revert "Revert "allocate files in background""Aaron2009-04-151-0/+171
* Revert "allocate files in background"Aaron2009-04-151-171/+0
* Revert "do preallocation after initial allocation too, make file allocator in...Aaron2009-04-151-49/+30
* Revert "abort allocation on failed write"Aaron2009-04-151-2/+2
* Revert "fix compile warning, rename condition_variable -> condition to make o...Aaron2009-04-151-2/+2
* Revert "add errno header for non osx MINOR"Aaron2009-04-151-1/+0
* add errno header for non osx MINORAaron2009-04-151-0/+1
* fix compile warning, rename condition_variable -> condition to make old boost...Aaron2009-04-151-2/+2
* abort allocation on failed writeAaron2009-04-151-2/+2
* do preallocation after initial allocation too, make file allocator interface ...Aaron2009-04-151-30/+49
* allocate files in backgroundAaron2009-04-151-0/+171