summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17586 Update ShardVersionMap in ChunkManager when shard is deleted dur...Daniel Alabi2015-03-182-10/+18
* SERVER-17596 mongo::OID::asTimeT() and mongo::OID::asDateT() should be constroot2015-03-172-3/+3
* SERVER-17496 Move cluster count command into a separate fileKaloian Manassiev2015-03-179-234/+382
* SERVER-17348 Bump mongos upgrade version for v3.2Randolph Tan2015-03-177-121/+29
* SERVER-17556: StatusWith move only type supportMark Benvenuto2015-03-171-27/+59
* SERVER-17615 Return ShardNotFound error if non-existent shard passed to moveC...Daniel Alabi2015-03-175-3/+33
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-176-9/+84
* SERVER-17627 If getMore cursor is not found, report the cursor idKaloian Manassiev2015-03-171-4/+9
* SERVER-8192 add tests for V1 index key generationDavid Storch2015-03-171-0/+236
* SERVER-17590 disallow --fastsync with replica setsBenety Goh2015-03-172-19/+4
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-166-84/+9
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-166-9/+84
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-1620-83/+29
* SERVER-17330 cleaned up receivedInsert - index build not possible in this cod...Benety Goh2015-03-131-5/+3
* SERVER-16073: Allow overrides to OpenSSL ciphersSpencer Jackson2015-03-133-1/+24
* SERVER-8188: make cursor timeout configurable on serverEliot Horowitz2015-03-133-2/+17
* SERVER-17525 Remove QLOG, replace with LOG(5)James Wahlin2015-03-1323-239/+85
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-0/+8
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-15/+57
* SERVER-17348 Consolidate ReplSetTest.upgradeSetRandolph Tan2015-03-131-11/+12
* SERVER-17576 Fix typos in parseFlatPointKamran Khan2015-03-131-2/+2
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-1320-64/+28
* SERVER-15854 Use ShardNotFound error code for deleted shardDaniel Alabi2015-03-131-4/+6
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-1210-20/+97
* SERVER-17437 Case-sensitive mode for FTSQuery/FTSMatcherJason Rassi2015-03-1213-175/+472
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-1263-528/+407
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-03-122-2/+2
* SERVER-17491 better error message when running replSetInitiate against a stan...matt dannenberg2015-03-124-166/+63
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-03-121-1/+1
* SERVER-9220 allow more than two values in the coordinate-array when using 2ds...Siyuan Zhou2015-03-122-23/+36
* SERVER-17504 cleaned up db.shutdownServer() behavior - removed duplicate mess...Benety Goh2015-03-121-7/+11
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-1120-46/+46
* SERVER-17391: Move RocksDB storage engine integration layer to new moduleGeert Bosch2015-03-1124-4792/+0
* SERVER-8088: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-112-41/+12
* SERVER-17496 sharding_client libraryKaloian Manassiev2015-03-114-17/+35
* SERVER-13896 fix dbtest replmatt dannenberg2015-03-111-0/+1
* Revert "SERVER-8008: $unwind of scalar should return 1 doc with scalar"Kaloian Manassiev2015-03-111-12/+8
* SERVER-15854 Don't massert when checking for deleted shardDaniel Alabi2015-03-111-3/+5
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-1114-681/+994
* SERVER-17532: fix dup key error message in wiredtiger indexEliot Horowitz2015-03-112-10/+17
* SERVER-8008: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-111-8/+12
* SERVER-17496 Remove unused functions from cluster_client_internal.h/.cppKaloian Manassiev2015-03-112-146/+0
* SERVER-17273 Fix casing of catchUp in stepdown shell helperSpencer T Brody2015-03-111-4/+4
* SERVER-17504 improved error message when stepping down node in a replica set ...Benety Goh2015-03-111-1/+2
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-1154-374/+662
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-1112-447/+390
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-03-105-7/+5
* SERVER-5522 improve replHandshake log messagematt dannenberg2015-03-101-1/+1
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-1014-32/+49
* SERVER-17496 Move sharding admin commands to individual filesKaloian Manassiev2015-03-1021-1616/+2682