summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'alanw/master'Eliot Horowitz2009-06-087-0/+421
|\
| * Fixed unix compile erroralanw2009-06-041-1/+1
| * Moved implementation code from stdafx to correct pre-compiled headersalanw2009-06-047-0/+422
| * Added support for running mongod as a Windows NT Servicealanw2009-06-042-0/+225
* | make lognoquiet and make --quit not print connect/disconnectEliot Horowitz2009-06-052-1/+10
* | better error detection when max namespaces reachedDwight2009-06-041-4/+13
* | Added support for running mongod as a Windows NT Servicealanw2009-06-042-0/+225
|/
* BUG SERVER-79Dwight2009-06-011-5/+25
* comments MINORAaron2009-05-283-2/+6
* Windows:Dwight2009-05-281-1/+1
* file allocator compile windows MINORAaron2009-05-282-4/+12
* wait for file allocator to finish before removing filesAaron2009-05-271-2/+2
* sm encoding checkpointAaron2009-05-271-56/+0
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-272-1/+10
|\
| * support compilation under FreeBSD 7.xEliot Horowitz2009-05-271-0/+3
| * don't print namespaces ending in dot from dbtop MINORAaron2009-05-261-1/+7
* | sm encoding checkpointAaron2009-05-261-1/+1
* | sm encoding checkpointAaron2009-05-261-0/+56
|/
* never destroy log or background job mutexes, as they generated assertions on ...Aaron2009-05-214-4/+4
* add reads/writes to dbtopAaron2009-05-182-14/+36
* disable http interface authentication for localhostAaron2009-05-133-5/+8
* 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
* DBDirectClient uses main db mutex recursively and preserves database contextAaron2009-05-061-0/+2
* inclode strerror in recv error message MINORAaron2009-05-041-1/+1
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-295-6/+15
* Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ...Aaron2009-04-281-3/+0
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function...Aaron Staple2009-04-271-0/+3
* use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniquenessAaron2009-04-271-3/+0
* fix compiler warning MINORAaron2009-04-241-1/+1
* optime separate fileAaron2009-04-231-0/+99
* tests for db and mem based id setsAaron2009-04-231-0/+4
* don't seg fault when run out of disk spaceAaron2009-04-231-0/+4
* clean asio shutdownEliot Horowitz2009-04-201-0/+7
* make old boost happy MINORAaron2009-04-171-1/+1
* listener handle closed socket MINORAaron2009-04-171-1/+1
* simple blocking queueEliot Horowitz2009-04-171-0/+57
* hopefully compile winAaron2009-04-162-4/+5
* compile visual studio windowsDwight2009-04-161-1/+1
* update size in map and allocate asap interfacesAaron2009-04-155-6/+8
* 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-152-34/+52
* Revert "Revert "allocate files in background""Aaron2009-04-156-38/+183
* Revert "allocate files in background"Aaron2009-04-156-183/+38
* Revert "do preallocation after initial allocation too, make file allocator in...Aaron2009-04-152-52/+34
* 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