summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-8269 use sigaction instead of signal for SIGPIPE in the shellEric Milkie2013-01-231-1/+6
* SERVER-8302 print something every once in a while so test doesn't time out on...Eric Milkie2013-01-231-0/+3
* SERVER-8249 Increase timeouts in jstests/connections_opened.jsSpencer T Brody2013-01-231-2/+3
* SERVER-8269 ignore SIGPIPE in the shell; fixes Solaris testsEric Milkie2013-01-231-6/+3
* SERVER-8296 Print more useful information when pipe call fails in ProgramRunn...Spencer T Brody2013-01-231-1/+5
* Try to make jstests/replsets/sync2.js more robust and add loggingSpencer T Brody2013-01-231-1/+5
* SERVER-7122 SERVER-8283 Merge serverAdmin role into clusterAdminSpencer T Brody2013-01-223-60/+30
* Further stability improvement to connections_opened.js test. SERVER-8249Spencer T Brody2013-01-221-1/+1
* SERVER-8060: MinKey/MaxKey fixes for V8Scott Hernandez2013-01-223-21/+63
* Fix incorrect range testTad Marshall2013-01-221-1/+2
* Increase stability of jstests/repl/repl12.js when run with authSpencer T Brody2013-01-221-3/+9
* Make connections_opened.js more reliableSpencer T Brody2013-01-222-11/+17
* SERVER-7423 more thorough testing of commands and read preferences on mongosA. Jesse Jiryu Davis2013-01-221-22/+193
* SERVER-7122 Change replica set commands to be part of clusterAdmin, not serve...Spencer T Brody2013-01-221-8/+8
* SERVER-7122 Grant cloneCollectionLocalSource (used by renameCollection) to db...Spencer T Brody2013-01-221-0/+1
* SERVER-7122 Grant killCursors to serverAdmin roleSpencer T Brody2013-01-224-3/+8
* SERVER-8117: listDatabases - config/admin db should come from config serversScott Hernandez2013-01-222-1/+73
* SERVER-8254: load new js helpers from spidermonkeyBen Becker2013-01-221-0/+9
* SERVER-939 Removed unused default parameter from extract functionShaun Verch2013-01-2217-141/+110
* SERVER-939 Made source argument of parseBSON const refShaun Verch2013-01-2222-22/+22
* SERVER-939 Change FIELD_VALID to FIELD_SETShaun Verch2013-01-2215-80/+80
* SERVER-939 Made is*Set methods constShaun Verch2013-01-2211-56/+56
* expand geo_s2nearComplexHari Khalsa2013-01-221-1/+22
* add comments to some jstestsHari Khalsa2013-01-227-6/+14
* 2d not suitable for within: geometry queries, more testsHari Khalsa2013-01-2212-43/+225
* unindexed center uses same math funcs as indexed. expand testsHari Khalsa2013-01-224-105/+113
* Fix compileTad Marshall2013-01-221-1/+1
* Added test for oplog timeoutKristina2013-01-222-0/+63
* SERVER-8266 fix deadlock between MongoFiles and DBRead lockEric Milkie2013-01-221-5/+6
* Visual Studio -- add mongos_v8 project and solution filesTad Marshall2013-01-223-0/+6724
* Visual Studio -- add test_v8 project and solution filesTad Marshall2013-01-223-0/+7952
* Fix Windows compile warning on ARRAYSIZETad Marshall2013-01-221-0/+2
* Fix Windows compileTad Marshall2013-01-221-1/+1
* buildbot upgrade_cluster_v3_to_v4_db.js field parser signature has unused par...Greg Studer2013-01-211-2/+2
* buildbot config_version_upgrade*.js excluding field is no longer written if e...Greg Studer2013-01-213-3/+3
* SERVER-8255 warn and abort if starting from-side zero-version migrationGreg Studer2013-01-211-0/+6
* fix multiVersion test; version.excluding is not there in older versionsEric Milkie2013-01-211-1/+1
* removing test - this was not a good idea; Greg will revisit later with someth...Eric Milkie2013-01-211-400/+0
* do not run connections_opened as part of sharding_passthroughEric Milkie2013-01-211-1/+1
* buildbot multiversion script for installing various mongodb versionsGreg Studer2013-01-211-0/+175
* SERVER-8209 with weak validation, 'no certificate' is not an errorEric Milkie2013-01-211-1/+1
* use separate paths for servers; fixes Windows buildEric Milkie2013-01-211-2/+2
* use separate directories for two running serversEric Milkie2013-01-191-2/+2
* fix colliding jstestsEric Milkie2013-01-191-1/+1
* fix for lintEric Milkie2013-01-191-1/+1
* SERVER-8116 - mongostat doesn't divide lock% by sampling intervalDan Pasette2013-01-191-1/+3
* SERVER-7641 - added jstest mrShardedOutputAuth.jsDan Pasette2013-01-191-0/+96
* Use fast thread-local for loggingMathias Stearn2013-01-192-4/+5
* SERVER-8244 Pass log levels from MONGO_LOG to LogstreamMathias Stearn2013-01-191-6/+25
* Return nullstream in don't-log case of MONGO_LOGMathias Stearn2013-01-191-1/+1