summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 3.1.0r3.1.0Ramon Fernandez2015-03-171-1/+1
|
* bump tools to r3.1.0Ernie Hershey2015-03-161-1/+1
|
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-167-163/+9
| | | | This reverts commit bb9b4e27c8c31542af52d80f4c3751c435909d69.
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-167-9/+163
|
* SERVER-17487 Raise other timeouts in initial_sync_cloner_dups.jsMathias Stearn2015-03-161-2/+2
|
* 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 ↵Benety Goh2015-03-131-5/+3
| | | | code path
* 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
| | | | | | Closes #936 Signed-off-by: Jason Rassi <rassi@10gen.com>
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-0/+8
| | | | Add more comments
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-15/+57
|
* SERVER-17348 Consolidate ReplSetTest.upgradeSetRandolph Tan2015-03-138-321/+94
| | | | Also removed zero_vote_aribter multiVersion tests.
* SERVER-17576 Fix typos in parseFlatPointKamran Khan2015-03-131-2/+2
| | | | | | Closes #934 Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
* SERVER-17487 Raise awaitReplication timeout in testMathias Stearn2015-03-131-1/+1
|
* 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-1211-20/+124
|
* 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 ↵Andy Schwerin2015-03-1263-528/+407
| | | | mongo::scoped_lock.
* SERVER-17568 Report most-vexing-parse warning as error in MSVC.Andy Schwerin2015-03-121-1/+7
|
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in ↵Andy Schwerin2015-03-122-2/+2
| | | | v8_utils.cpp
* SERVER-9557 Remove deprecated or obsolete scons optionsAndrew Morrow2015-03-122-112/+3
|
* SERVER-17491 better error message when running replSetInitiate against a ↵matt dannenberg2015-03-124-166/+63
| | | | standalone node
* 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 ↵Siyuan Zhou2015-03-122-23/+36
| | | | 2dsphere index
* SERVER-17504 cleaned up db.shutdownServer() behavior - removed duplicate ↵Benety Goh2015-03-121-7/+11
| | | | messages and throw Error on failure
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-1124-56/+53
|
* SERVER-17391: Move RocksDB storage engine integration layer to new moduleGeert Bosch2015-03-1127-6166/+50
|
* SERVER-8088: $unwind of scalar should return 1 doc with scalarEliot Horowitz2015-03-113-41/+27
|
* 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-112-25/+8
| | | | This reverts commit 25feddadeef43fb0668350b40282fcdfbb1f2296.
* 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-112-8/+25
|
* 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
| | | | without {force: true}
* 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-1113-451/+392
| | | | | | | | Also updates the shell to construct the find command according to the new spec. This means that explain with special options (e.g. snapshot()) will not be compatible when mixing 3.2 shell / 3.0 server or 3.0 shell / 3.2 server. Explain of find with standard options like filter, query, projection, sort, and hint will be both backwards and forwards compatible.
* SERVER-17517 Revert RPM conflicts to match 2.6Ernie Hershey2015-03-111-6/+6
|
* 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
|
* SERVER-16436 cleanup unused connections in the NetworkInterface's ConenctionPoolmatt dannenberg2015-03-101-1/+40
|
* SERVER-17329 Fix version.txt management for rocks buildAndrew Morrow2015-03-101-1/+0
|
* SERVER-17486 Crash when parsing invalid polygon coordinatesSiyuan Zhou2015-03-102-3/+27
|