summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.2.3-rc1r2.2.3-rc1Dan Pasette2013-01-242-2/+2
|
* SERVER-7434 Do not spawn a thread in grandparent process when using --fork.Andy Schwerin2013-01-232-17/+14
|
* SERVER-8132: removed unordered_* and re-ordered imports in hostandport.hDan Pasette2013-01-223-7/+5
| | | | to enable backport to 2.2.
* SERVER-8097: make test more stableEliot Horowitz2013-01-221-0/+1
|
* SERVER-8255 warn and abort if starting from-side zero-version migrationGreg Studer2013-01-221-0/+6
|
* SERVER-8255: buildbot sharding_balance4.js DEBUG sorting chunks by lastmodGreg Studer2013-01-221-1/+10
| | | | necessary when retrieving otherwise cursor yields can miss newer versions
* SERVER-8132: fix caching of writeback initEliot Horowitz2013-01-222-6/+13
|
* SERVER-8132: speed up getServerAddressEliot Horowitz2013-01-222-11/+20
|
* SERVER-8117: listDatabases - config/admin db should come from config serversScott Hernandez2013-01-222-1/+73
|
* post 2.2.3-rc0Eliot Horowitz2013-01-121-1/+1
|
* Revert "SERVER-7652 Use minvalid to determine if initial sync is needed"r2.2.3-rc0Kristina2013-01-104-34/+17
| | | | This reverts commit 832a4c0ccf4fb4135429487477ba93dd9370b5e0.
* SERVER-8128 require a database be specified for ShardConnection::sync()Greg Studer2013-01-094-11/+14
|
* SERVER-7511: fix backport for 2.2Eliot Horowitz2013-01-092-4/+5
|
* SERVER-7511: fix update with positional mod or index offsetEliot Horowitz2013-01-094-41/+213
|
* Revert "post 2.2.3-rc0"Dan Pasette2013-01-092-2/+2
| | | | This reverts commit c5c64e3ace3f764f100f7d007d2542ada84bf205.
* post 2.2.3-rc0Dan Pasette2013-01-092-2/+2
|
* SERVER-8112 use a scopeddbconnection for auth to unsharded auth collectionGreg Studer2013-01-081-1/+3
|
* BUMP 2.2.3-rc0Dan Pasette2013-01-082-2/+2
|
* During a chunk migration, log when receiving shard begins cloning data ↵Spencer T Brody2013-01-081-0/+4
| | | | SERVER-8081
* SERVER-7787 Do not read character before checking countTad Marshall2013-01-081-1/+1
| | | | | Change the order of tests in copyString32to8counted() to check the count of input characters before reading a possibly uninitialized character.
* SERVER-7869 Report errno and description on file rename failureTad Marshall2013-01-081-4/+9
| | | | | Also report target filename on rename failure at startup, add missing 'endl' to logRotate rename failure log line.
* SERVER-7435 Set symbol path in call to SymInitialize()Tad Marshall2013-01-081-1/+22
| | | | | | Set a symbol search path for Windows stack trace, starting with the directory where the running executable is located. Include Windows directories as well, using default locations.
* SERVER-7523 Add license notice for linenoise, s2, murmurhashIan Whalen2013-01-081-11/+82
|
* top command doesn't need a global lock as it has its own SERVER-7614Eliot Horowitz2013-01-081-1/+1
|
* SERVER-7660 findAndModify with auth + sort fixEliot Horowitz2013-01-082-3/+21
|
* SERVER-7652 Use minvalid to determine if initial sync is neededKristina2013-01-084-17/+34
|
* SERVER-7704 - linux compile warningEliot Horowitz2013-01-081-0/+1
|
* SERVER-7704 extra comment in ConnectionStringEliot Horowitz2013-01-081-0/+1
|
* SERVER-7704 - clean some of the equality semantics for sync and set ↵Eliot Horowitz2013-01-084-12/+32
| | | | ConnectionString
* SERVER-7704 - make Shard == handle replica set changesEliot Horowitz2013-01-085-8/+107
| | | | | | | Conflicts: src/mongo/SConscript note: removed mocklib from shard_test.cpp deps
* SERVER-5487 do not call SSL_shutdown on an SSL context while another thread ↵Eric Milkie2013-01-082-10/+12
| | | | is using it
* SERVER-7428 Regression test.Andy Schwerin2013-01-081-0/+16
|
* SERVER-7428 Only obtain a ReadContext on the "local" database when ↵Andy Schwerin2013-01-081-2/+1
| | | | | | performing replAuthenticate. No need for global write privilege, just database read to read the local.system.users collection.
* SERVER-6915 use ::_exit() in toolsSiddharth Singh2013-01-082-7/+86
| | | | | | | | | use ::_exit() to prevent static destructors from running in tools to prevent static destructors. Conflicts: src/mongo/tools/tool.cpp
* SERVER-6167 - reduce distlock verbosity, add logging on lock_tryDan Pasette2013-01-081-2/+2
| | | | Convert LOG() to log()
* SERVER-6167 reduce distlock verbosity, add logging on lock_tryGreg Studer2013-01-081-3/+8
| | | | | | Conflicts: src/mongo/client/distlock.cpp
* SERVER-8097 increment writebackSince on every request but GLEGreg Studer2013-01-073-1/+64
|
* SERVER-8000 minor other cleanup sharding_balance4.jsGreg Studer2012-12-271-6/+1
|
* SERVER-8000 make sharding_balance4.js test deterministicGreg Studer2012-12-271-4/+22
|
* SERVER-7958 - make test more resilient to gle field orderingEliot Horowitz2012-12-191-1/+3
|
* SERVER-7958 - when an old operation has a writeback,Eliot Horowitz2012-12-195-15/+133
| | | | | make sure not to use that info in the user writeback just block
* SERVER-4532 can't call ClientInfo::addShard on things you don't really useEliot Horowitz2012-12-146-15/+75
| | | | | | Conflicts: src/mongo/s/s_only.cpp
* SERVER-7343 turn within on in queryoptimizer, add jstestsHari Khalsa2012-12-0410-67/+219
|
* SERVER-7405 Stage banners as requested in modulesAndrew Morrow2012-12-032-10/+30
| | | | Backported from dfeb366b82a6eda05d54b4a5a4566d8f018d4461
* CS-4068 add additional tests to within-in-matcher, allow points to be array ↵Hari Khalsa2012-11-303-16/+18
| | | | or key/val
* CS-4068 add to matcherHari Khalsa2012-11-306-452/+676
|
* post 2.2.2Eliot Horowitz2012-11-281-1/+1
|
* BUMP 2.2.2r2.2.2Dan Pasette2012-11-263-3/+3
|
* post 2.2.2-rc1Dan Pasette2012-11-192-2/+2
|
* BUMP 2.2.2-rc1r2.2.2-rc1Dan Pasette2012-11-182-2/+2
|