0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Aaron
83be71666f wait for file allocator to finish before removing files 2009-05-27 17:23:47 -04:00
Eliot Horowitz
b8c3d46986 support compilation under FreeBSD 7.x
merged from goosmurf
Conflicts:

	README
2009-05-27 10:44:45 -04:00
Aaron
b7c67bbf4a check exception when cleaning up file on failed allocation MINOR 2009-05-12 14:27:23 -04:00
Aaron
f2b9332f97 when exhaust disk space, delete file and exit immediately 2009-05-12 13:38:33 -04:00
Aaron
9adf110885 clean up locking in file allocator; unlike in doc example, lock may be held when notification sent 2009-05-12 12:18:43 -04:00
Aaron
56e2e866bd hopefully compile win 2009-04-16 10:33:21 -04:00
Dwight
3fce2036d8 compile visual studio windows 2009-04-16 09:16:43 -04:00
Aaron
f86d33372d update size in map and allocate asap interfaces 2009-04-15 16:11:54 -04:00
Aaron
ab078d2e96 Revert "Revert "add errno header for non osx MINOR""
This reverts commit ae473981f5.
2009-04-15 16:10:54 -04:00
Aaron
a8abf5e6ef Revert "Revert "fix compile warning, rename condition_variable -> condition to make old boost happy MINOR""
This reverts commit 836e92e7dd.
2009-04-15 16:10:48 -04:00
Aaron
9e6d8a769d Revert "Revert "abort allocation on failed write""
This reverts commit 9ccebf3f4c.
2009-04-15 16:10:41 -04:00
Aaron
e8c1ce4dc1 Revert "Revert "do preallocation after initial allocation too, make file allocator interface more flexible""
This reverts commit 668cf57c52.
2009-04-15 16:10:34 -04:00
Aaron
c99883578c Revert "Revert "allocate files in background""
This reverts commit e577a2c64e.
2009-04-15 16:10:21 -04:00
Aaron
e577a2c64e Revert "allocate files in background"
This reverts commit 0033bd91df.
2009-04-15 15:40:16 -04:00
Aaron
668cf57c52 Revert "do preallocation after initial allocation too, make file allocator interface more flexible"
This reverts commit 5d9cb32605.
2009-04-15 15:39:57 -04:00
Aaron
9ccebf3f4c Revert "abort allocation on failed write"
This reverts commit c511cb6139.
2009-04-15 15:39:49 -04:00
Aaron
836e92e7dd Revert "fix compile warning, rename condition_variable -> condition to make old boost happy MINOR"
This reverts commit 5dde63de12.
2009-04-15 15:39:28 -04:00
Aaron
ae473981f5 Revert "add errno header for non osx MINOR"
This reverts commit 170106ace9.
2009-04-15 15:39:15 -04:00
Aaron
170106ace9 add errno header for non osx MINOR 2009-04-15 15:28:04 -04:00
Aaron
5dde63de12 fix compile warning, rename condition_variable -> condition to make old boost happy MINOR 2009-04-15 15:23:47 -04:00
Aaron
c511cb6139 abort allocation on failed write 2009-04-15 15:00:15 -04:00
Aaron
5d9cb32605 do preallocation after initial allocation too, make file allocator interface more flexible 2009-04-15 14:57:37 -04:00
Aaron
0033bd91df allocate files in background 2009-04-15 11:58:38 -04:00