summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* select() change broke USR1Eliot Horowitz2010-05-021-1/+8
* build procdess tweakingDwight Merriman2010-05-021-4/+11
* Merge branch 'master' of github.com:mongodb/mongoDwight Merriman2010-04-291-0/+4
|\
| * oplog debuggingEliot Horowitz2010-04-281-0/+4
* | boost can now be at \boost on windows; various vs2010 vcproj make clenaupDwight Merriman2010-04-291-1/+1
|/
* elim some 64 bit warnings etc.Dwight Merriman2010-04-281-2/+1
* uassert option for richer messages and better logging for geo issuesEliot Horowitz2010-04-281-0/+11
* whatsmyuri support for mongosEliot Horowitz2010-04-273-4/+16
* don't define __linux__ on sunEliot Horowitz2010-04-271-1/+1
* stdafx.h -> pch.h part 2Eliot Horowitz2010-04-271-1/+1
* stdafx->pchDwight2010-04-2729-29/+29
* fix errnosDwight2010-04-271-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-04-272-67/+93
|\
| * tweaks for posix_fallocateEliot Horowitz2010-04-271-3/+11
| * sunEliot Horowitz2010-04-271-1/+1
| * windowsEliot Horowitz2010-04-271-1/+4
| * use posix_fallocate on linux SERVER-1057Eliot Horowitz2010-04-271-26/+41
| * line endings and compileEliot Horowitz2010-04-271-41/+41
* | replsetcnfig workDwight2010-04-271-2/+2
|/
* vcproj cleaningDwight2010-04-271-1/+1
* dbwebserverDwight2010-04-271-0/+41
* vcproj tweaksDwight Merriman2010-04-261-1/+1
* kill warningDwight Merriman2010-04-261-1/+1
* cleaning socket error logging and move demangleName to global locationEliot Horowitz2010-04-263-4/+40
* helper to load collection names so not to use DBDirectClientEliot Horowitz2010-04-251-1/+10
* bson cleaningDwight Merriman2010-04-251-3/+1
* linux compileEliot Horowitz2010-04-241-1/+1
* compileEliot Horowitz2010-04-242-5/+5
* bson separationDwight Merriman2010-04-242-101/+1
* towards 3Dwight Merriman2010-04-243-210/+2
* towards a clena bson cpp libDwight Merriman2010-04-241-25/+3
* decruftDwight Merriman2010-04-241-11/+0
* more compile fixDwight Merriman2010-04-242-2/+2
* fix compile for unixDwight Merriman2010-04-241-4/+4
* less defines - use inlines instead. uassert etc.Dwight Merriman2010-04-242-8/+17
* missed one errnowithdescriptionDwight Merriman2010-04-241-2/+2
* get rid of macros in log.hDwight Merriman2010-04-248-46/+50
* null->NULL in ntservice.cppDwight Merriman2010-04-241-13/+11
* fix ntservice.cppMathias Stearn2010-04-231-1/+1
* Macro smashing. Also sequester lower-case null to ntservice.cppMathias Stearn2010-04-233-4/+4
* Get rid of xassertMathias Stearn2010-04-234-6/+3
* replace pragmas push_macro and pop_macro SERVER-1042Mathias Stearn2010-04-235-31/+65
* Remove yassertMathias Stearn2010-04-232-5/+0
* allow a chaining style with BSONObjBuilder appendsDwight2010-04-231-2/+5
* fix broken buildDwight2010-04-231-1/+5
* cleanup namespace pollution SERVER-1042Mathias Stearn2010-04-233-1/+5
* cleaningDwight2010-04-222-2/+10
* moving towards better thread safey SERVER-944Eliot Horowitz2010-04-221-2/+2
* try_lock and more scoped optionsEliot Horowitz2010-04-221-11/+37
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-04-211-0/+4
|\