summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* keep UNICODE on windows; look for js32r.lib etc. in scons on widnowsdwight2010-06-144-8/+19
* Improvements related to SERVER-1225.Justin Dearing2010-06-141-10/+19
* Implemented SERVER-1225 --serviceName and --servicePassword for mongod startup.Justin Dearing2010-06-142-6/+22
* Implemented --reinstall.Justin Dearing2010-06-141-1/+1
* don't SIGTRAP when running testsEliot Horowitz2010-06-121-6/+9
* Improced service messages.unknown2010-06-121-6/+14
* Fix warningAlberto Lerner2010-06-111-3/+4
* i think this is needed because cout can be unsafeEliot Horowitz2010-06-111-2/+8
* better boost assertEliot Horowitz2010-06-111-2/+3
* Fix warningAlberto Lerner2010-06-111-8/+2
* Histogram only needs simple integer math reallyAlberto Lerner2010-06-081-2/+3
* Build fix, take two (truly disambiguate pow)Alberto Lerner2010-06-081-1/+1
* Build fix (disambiguate call to pow())Alberto Lerner2010-06-081-1/+1
* Response times are better understood in exponential bucketsAlberto Lerner2010-06-082-12/+47
* QueryOption_Exhaustdwight2010-06-061-371/+371
* towards QueryOption_Exhaustdwight2010-06-061-4/+21
* make a .vcxproj/.sln for the shelldwight2010-06-052-2/+2
* Clean remerge of SERVER-1189 Improves logging in util/ntservice.cppJustin Dearing2010-06-054-17/+83
* rsDwight2010-06-041-1/+23
* Add license headers for some files.Richard Kreuter2010-06-045-0/+78
* fix buildMathias Stearn2010-06-031-4/+4
* Exit if can't bind to port SERVER-1141Mathias Stearn2010-06-031-4/+4
* fix exitCleanly prototypeMathias Stearn2010-06-031-1/+1
* cleaning and compile vcxproj for text.cppDwight Merriman2010-06-031-1/+1
* isValidUTF8 functionMathias Stearn2010-06-032-0/+69
* Licence for util/text.hMathias Stearn2010-06-031-0/+15
* Fixed mongod hanging when issuing a "mongod --remove" with the service running.Justin Dearing2010-06-041-2/+5
* remove old boost warning since we use pthread for old boost versions nowEliot Horowitz2010-06-031-4/+0
* mutexdebuggerDwight2010-06-022-2/+29
* prettierDwight2010-06-021-4/+8
* dont debug shared locksDwight2010-06-021-19/+7
* mutexdebDwight2010-06-022-1/+3
* mutexdebugger tryDwight2010-06-023-6/+29
* handle recursive in mutexdebuggerDwight2010-06-021-17/+33
* mutexdebugger recrusiveDwight2010-06-021-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-06-021-3/+16
|\
| * Expose a Message's sizeAlberto Lerner2010-06-021-3/+16
* | mutexdebuggerDwight2010-06-021-3/+5
|/
* Merge branch 'master' of github.com:mongodb/mongoAlberto Lerner2010-06-021-1/+14
|\
| * Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-06-022-0/+114
| |\
| * | some debuggingEliot Horowitz2010-06-021-1/+14
* | | Build fix (Win 64bit)Alberto Lerner2010-06-021-2/+2
| |/ |/|
* | Support for cumulative stats for mongodAlberto Lerner2010-06-022-0/+114
|/
* try to fix solaris compileEliot Horowitz2010-06-021-12/+14
* Initial support for histograms (eg. cumulative stats)Alberto Lerner2010-06-022-0/+220
* rsDwight Merriman2010-06-011-2/+8
* cleaning db.vcxprojDwight Merriman2010-06-013-3/+3
* update vcxprojDwight Merriman2010-05-291-2/+2
* LastError cleanup SERVER-1165Eliot Horowitz2010-05-283-0/+8
* mongos now accepts a --bind_ip argument [SERVER-1156]alerner2010-05-283-20/+24