summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27936 Fix yielding in handleDuplicateDbNameGeert Bosch2017-02-131-1/+1
* SERVER-27930 Invalidate old index record IDs after renaming collectionsMaria van Keulen2017-02-131-0/+9
* SERVER-18407 Fix message delimiters in earlier fix.Matthew Russotto2017-02-131-2/+2
* SERVER-18407 Add check to ensure write concern is satisfiable in initial configMatthew Russotto2017-02-133-2/+131
* SERVER-27860 remove invariants to prevent ShardLocal running on shards and re...r3.5.3Dianna Hohensee2017-02-1022-288/+264
* SERVER-6065 NT Service stop does not exit cleanlyMark Benvenuto2017-02-102-9/+6
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-0933-386/+380
* Add more detailed comments to NetworkTestEnvRandolph Tan2017-02-091-2/+25
* SERVER-26623 Check whether error is BulkWriteError before unpacking itJonathan Reams2017-02-091-7/+96
* SERVER-20811 SpiderMonkey js-confdefs.h missing Windows definesMark Benvenuto2017-02-091-0/+8
* SERVER-27905 fixed race in DataReplicatorTest::DataReplicatorReturnsCallbackC...Benety Goh2017-02-081-0/+8
* SERVER-27828: Pass ServiceContext to oplog and ReplicationCoordinator methods...Misha Tyulenev2017-02-0839-95/+140
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-02-082-10/+38
* SERVER-27940: fix deadlock in ReplicaSetMonitorManager on shutdownMisha Tyulenev2017-02-081-13/+26
* SERVER-27382 Get rid of the DBConfig::reload methodKaloian Manassiev2017-02-082-21/+13
* SERVER-27382 Get rid of DBConfig::reload from ParallelSortClusteredCursorKaloian Manassiev2017-02-072-44/+29
* SERVER-27382 Get rid of DBConfig::getChunkManagerOrPrimaryKaloian Manassiev2017-02-075-91/+36
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-02-072-1/+26
* SERVER-26623 fix lintKyle Suarez2017-02-071-1/+0
* SERVER-26623 Propagate bulk api write errors in shell CRUD apiJonathan Reams2017-02-071-83/+7
* SERVER-24368 Fix lint 2Nathan Myers2017-02-071-1/+2
* SERVER-24368 Fix lintNathan Myers2017-02-072-9/+13
* SERVER-24368 Unit-test CollectionRangeDeleterNathan Myers2017-02-075-56/+338
* SERVER-27297 always log CollectionCloner failure statusesJudah Schvimer2017-02-071-2/+3
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-0616-129/+189
* SERVER-27701 fix race in AsyncResultsMerger error handlingDavid Storch2017-02-062-2/+45
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-0612-19/+19
* SERVER-27802 add comments to PoolForHost headerEsha Maharishi2017-02-062-2/+20
* SERVER-27924 improve comment around event signaling in AsyncResultsMergerEsha Maharishi2017-02-061-3/+4
* SERVER-27378 Narrow scope of enterprise module environment modificationsAndrew Morrow2017-02-053-4/+5
* SERVER-27917: fix pessimizing move and library dependency in logical_clock codeMisha Tyulenev2017-02-042-3/+4
* Revert "SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrima...Kaloian Manassiev2017-02-0315-186/+128
* SERVER-27745: Implement LogicalClockMisha Tyulenev2017-02-038-0/+374
* SERVER-27382 Remove usages of DBConfig::reload/getChunkManagerOrPrimary from ...Kaloian Manassiev2017-02-0315-128/+186
* SERVER-27838 fix serverStatus pinned cursor metricDavid Storch2017-02-031-1/+8
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-0313-32/+151
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-02-0226-344/+598
* SERVER-27743: Implement LogicalTimeMisha Tyulenev2017-02-027-0/+437
* SERVER-27895 Remove MONGO_UNREACHABLE from ScopedMigrationRequest that can ge...Dianna Hohensee2017-02-021-1/+7
* SERVER-27643 Use correct types when setting javascript stack limitJonathan Reams2017-02-021-3/+3
* SERVER-27764 Remove `initSNMP` function pointer.ADAM David Alan Martin2017-02-025-21/+27
* SERVER-27382 Remove usage of DBConfig::reload from ClusterFindKaloian Manassiev2017-02-021-28/+20
* SERVER-27382 Remove usage of DBConfig::reload from ChunkManagerTargeterKaloian Manassiev2017-02-022-18/+11
* SERVER-27889 Handle case in catchup.js where stepUp fails due to node already...Spencer T Brody2017-02-021-0/+6
* SERVER-25713 Remove unnamed namespace and fix up references to it.Matthew Russotto2017-02-023-14/+4
* SERVER-26126 Remove broken lockState cachingGeert Bosch2017-02-026-49/+8
* Revert "SERVER-25713 Remove unnamed namespace and fix up references to it."Matthew Russotto2017-02-012-3/+13
* SERVER-27392 fix bug in FTS index's check for indexed arraysDavid Storch2017-02-013-13/+145
* SERVER-25713 Remove unnamed namespace and fix up references to it.Matthew Russotto2017-02-012-13/+3
* SERVER-27809 Move Chunk::splitIfShould to cluster_write.h/.cppKaloian Manassiev2017-01-3010-612/+491