summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4615: Added db.hostInfo() commandBen Becker2012-02-291-0/+5
* SERVER-5129 sh.waitForDLock() needs to handle no-lock caseGreg Studer2012-02-281-1/+2
* Dont add addUser lines to shell history SERVER-3768Mathias Stearn2012-02-241-1/+4
* SERVER-5073 fix failing test in 32-bit WindowsTad Marshall2012-02-241-2/+6
* Changes to address code review comments for SERVER-3702Ren2012-02-171-5/+8
* SERVER-3702 printShardingStatus interprets database name as regular expressionRen2012-02-173-5/+9
* pop everything for consistencyEric Milkie2012-02-161-2/+3
* SERVER-4621 noBalance flag for sharded collectionsGreg Studer2012-02-161-0/+60
* shut down mongobridges explicitly, at the end of a replsettestEric Milkie2012-02-151-3/+12
* Allow members a long time to come online during tests for slow buildbotsKristina2012-02-061-1/+1
* SERVER-4577: removing padding.js from parallel tests until bug is fixedagirbal2012-02-021-1/+2
* too many p typoDwight2012-01-261-2/+2
* buildbot make port ranges not interfere in linuxGreg Studer2012-01-261-1/+1
* print amount of time for sharding testEliot Horowitz2012-01-231-1/+5
* move md5.c to md5.cppEliot Horowitz2012-01-211-1/+1
* Working on fixing Visual Studio buildTad Marshall2012-01-192-1/+10
* fix isnull assertion messageAaron2012-01-181-1/+1
* SERVER-4641 make sure stopBalancer() handles case where mongos is actively lo...gregs2012-01-161-30/+125
* avoid unit test hangs on exitEric Milkie2012-01-061-1/+1
* remove fstream from pch.hEliot Horowitz2012-01-051-0/+1
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-052-15/+18
* remove fork available messageagirbal2012-01-051-1/+1
* avoid unhandled exception if the process is already goneEric Milkie2012-01-041-1/+1
* SERVER-2939 add several static_cast<unsigned char>() castsTad Marshall2012-01-041-1/+1
* SERVER-4602 use 'var' to prevent accidental global variablesTad Marshall2012-01-032-5/+5
* SERVER-4530: repl.js now uses correct hostagirbal2011-12-291-3/+5
* avoid deadlock on shell exitEric Milkie2011-12-291-1/+1
* move mr_auth test into the auth suite since it starts a mongod; reinstate rem...Aaron2011-12-281-4/+0
* add support for building Win2008Plus with Visual StudioEric Milkie2011-12-281-0/+132
* these four tests caused the v8 linux build to hang in the parallel test suite.Eric Milkie2011-12-271-0/+4
* add util/assert_util.h to shell file listTad Marshall2011-12-272-0/+4
* SERVER-4551 adapt Visual Studio projects to new directory structureTad Marshall2011-12-252-118/+694
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-2416-0/+9670