summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18199 Import wiredtiger-wiredtiger-2.5.3-371-g1f44c05.tar.gz from wire...Ramon Fernandez2015-04-27136-2610/+4691
* SERVER-18199 WiredTiger changes for 3.1.2.Michael Cahill2015-04-271-9/+0
* SERVER-17770: Replace CollectionLock::relockWithMode by relockAsDatabaseExclu...Geert Bosch2015-04-244-11/+21
* SERVER-18201 Make sure js code is the last argument to mongo shell in startPa...Spencer T Brody2015-04-241-12/+12
* SERVER-9666 Push network and hostandport into util/netAndrew Morrow2015-04-249-44/+61
* SERVER-9666 Push spin_lock down to util/concurrencyAndrew Morrow2015-04-243-7/+21
* SERVER-9666 Push range arithmatic and global timestamp into dbAndrew Morrow2015-04-245-28/+35
* SERVER-9666 Push synchronization under util/concurrencyAndrew Morrow2015-04-245-8/+13
* SERVER-9666 Push index_names and mongohasher into dbAndrew Morrow2015-04-244-14/+24
* SERVER-9666 Push sock_test down to util/net directoryAndrew Morrow2015-04-242-5/+15
* SERVER-9666 Push curop library into db directoryAndrew Morrow2015-04-242-27/+27
* SERVER-9666 Remove orphaned descriptive stats facilityAndrew Morrow2015-04-243-397/+0
* SERVER-9666 Push stringutils lib declaration into utilAndrew Morrow2015-04-244-11/+24
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-2413-62/+85
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-245-80/+151
* SERVER-9666 Move md5 library declaration into mongo/utilAndrew Morrow2015-04-243-13/+24
* SERVER-9666 Use a simpler way of naming subordinate SConscriptsAndrew Morrow2015-04-241-41/+43
* SERVER-17606 fix erroneous initializer in ReplyBuilderAdam Midvidy2015-04-241-1/+1
* SERVER-17592 Fix unit test compile failureRandolph Tan2015-04-241-2/+1
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-2433-823/+1291
* SERVER-18191 make new heartbeat args/response classes for the new election pr...matt dannenberg2015-04-2412-13/+601
* SERVER-18153 add repl subobject to find/getmore responsesmatt dannenberg2015-04-2421-59/+207
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-2340-209/+312
* SERVER-10044: Simplify DurableInterfaceGeert Bosch2015-04-233-47/+19
* SERVER-18131 Add missing include; fix Windows compile.Andy Schwerin2015-04-231-0/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-2339-312/+208
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-2311-158/+218
* Revert "SERVER-18191 make new heartbeat args/response classes for the new ele...matt dannenberg2015-04-235-513/+0
* SERVER-18104 Prevent starting mongos if it's pointing to a standalone config ...Spencer T Brody2015-04-231-5/+9
* SERVER-17971 Make ShardingTest start single-server config servers as replica ...Spencer T Brody2015-04-232-72/+135
* SERVER-18122 Move sharding global settings retrieval to the catalog managerDaniel Alabi2015-04-2317-95/+77
* SERVER-18191 make new heartbeat args/response classes for the new election pr...matt dannenberg2015-04-235-0/+513
* SERVER-18177 remove unnecessary _getReplicationMode_inlock method from Replic...matt dannenberg2015-04-232-28/+16
* Revert "SERVER-10044: Simplify DurableInterface"Geert Bosch2015-04-233-17/+47
* SERVER-10044: Remove confusing message that is no longer applicable with roll...Geert Bosch2015-04-221-15/+1
* SERVER-10044: Simplify DurableInterfaceGeert Bosch2015-04-223-47/+17
* SERVER-17894 moved CurOp into its own libraryBenety Goh2015-04-224-10/+112
* SERVER-17817 SERVER-17894 Make Top a decoration on ServiceContextBenety Goh2015-04-229-47/+183
* SERVER-17662: initial DataReplicator workScott Hernandez2015-04-2211-30/+1038
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-2215-456/+442
* SERVER-17659 CanonicalQuery::sortTree() shouldn't depend on cache keyJason Rassi2015-04-223-59/+143
* SERVER-17606 add message parsers for OP_COMMAND/OP_COMMANDREPLYAdam Midvidy2015-04-2228-28/+1529
* SERVER-18071 SERVER-17971 Store actual ConnectionString into configServerSpencer T Brody2015-04-211-6/+3
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-2134-1292/+1011
* Revert "SERVER-18140 allow getParamter to be executed locally against arbiter...Amalia Hawkins2015-04-211-1/+0
* SERVER-18152 initializers for ReplSetRequestVotes args and responsematt dannenberg2015-04-213-42/+124
* SERVER-18152 create replSetDeclareElectionWinner command arguments and responsesmatt dannenberg2015-04-219-2/+342
* SERVER-18140 allow getParamter to be executed locally against arbiter in auth...Amalia Hawkins2015-04-211-0/+1
* SERVER-18015 added data replication database clonerBenety Goh2015-04-214-0/+1054
* SERVER-18015 SERVER-17894 data replication collection cloner cleanupBenety Goh2015-04-214-265/+57