summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-07164-1321/+1379
* SERVER-17908 Allow getCmdLineOpts to be executed locally against an arbiter i...Amalia Hawkins2015-04-071-0/+1
* SERVER-17909 add missing virtual keywordAdam Midvidy2015-04-071-2/+2
* SERVER-17900 Fix compiler warning in decoration_registry.hKaloian Manassiev2015-04-071-1/+1
* SERVER-17868 Fix potential resource leak in BatchedRequestMetadata::parseBSONDaniel Alabi2015-04-071-5/+7
* SERVER-17909 move RunOnAllShardsCommand to separate fileAdam Midvidy2015-04-074-126/+261
* SERVER-17817 Use the mongod auth manager state manipulator in dbtest, not the...Andy Schwerin2015-04-071-2/+2
* SERVER-17870 Remove copy constructor for Shard classDaniel Alabi2015-04-071-8/+0
* SERVER-17817 Refix compile error involving using auto when defining static co...Andy Schwerin2015-04-071-1/+1
* SERVER-17876 Remove useless const qualifier on primitive return typesDaniel Alabi2015-04-072-3/+3
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-0723-31/+41
* SERVER-17817 Fix compile error that clang liked but gcc did not.Andy Schwerin2015-04-071-1/+2
* SERVER-17450 Remove accidentally checked in fileSpencer T Brody2015-04-071-321/+0
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-0715-72/+127
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-0713-187/+272
* SERVER-17898 Add logging of config server check failuresKaloian Manassiev2015-04-071-0/+4
* SERVER-7775 add killOp commandAdam Midvidy2015-04-0620-80/+336
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-0619-27/+85
* SERVER-17817 Remove inoperative code from client.h/cppAndy Schwerin2015-04-063-15/+4
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-0610-137/+342
* SERVER-17450 Cleanup SSL test infrastructureSpencer T Brody2015-04-067-81/+7
* SERVER-17817 Make ClientInfo::get behave as get-or-create.Andy Schwerin2015-04-061-1/+5
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-069-33/+43
* SERVER-17892 Explicitly turn checksum on for all collections/indexes in Wired...Dan Pasette2015-04-062-0/+2
* SERVER-17663 fixed NextAction enumeration values. Removed kNumNextActions. Ad...Benety Goh2015-04-062-5/+5
* SERVER-17880 fix dbtests in dbg modeEric Milkie2015-04-061-2/+4
* SERVER-17817 Move Locker cache in Client onto a decoration.Andy Schwerin2015-04-064-48/+49
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-0622-52/+173
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-068-41/+36
* SERVER-17880 remove ReplTimeEric Milkie2015-04-067-40/+12
* SERVER-17880 fix bug in topology coordinator two-primary optimizationEric Milkie2015-04-061-2/+2
* SERVER-17816 Fix DecorationRegistry::declareDecoration compile error.Andy Schwerin2015-04-031-4/+5
* SERVER-17663 added data replication fetcherBenety Goh2015-04-034-0/+1122
* SERVER-17663 fixed typo in ReplicationExecutor::wait() commentsBenety Goh2015-04-031-1/+1
* SERVER-17663 converts error in cursor result to status. stores error status i...Benety Goh2015-04-031-1/+43
* SERVER-17663 _runCommand should still return a successful response when downc...Benety Goh2015-04-031-8/+2
* SERVER-17816 Implementation of a generic decoration facility.Andy Schwerin2015-04-037-6/+740
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-0387-303/+309
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-033-0/+88
* SERVER-15395 Remove lock stats from web interfaceJames Wahlin2015-04-033-57/+46
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-037-2226/+2252
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-0351-101/+60
* SERVER-17820: Handle long running exitCleanly in Service StopMark Benvenuto2015-04-031-5/+30
* SERVER-17745: Improve dirty page estimation in mmapv1 on WindowsMark Benvenuto2015-04-039-8/+101
* Revert "SERVER-17850 add utility to convert an exception to a Status"Adam Midvidy2015-04-033-92/+0
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-0218-12/+780
* SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy2015-04-023-0/+92
* SERVER-17663 added find and getMore command downconversion to replication exe...Benety Goh2015-04-024-5/+227
* SERVER-17548: Refactor SSLManager's Param classSpencer Jackson2015-04-026-99/+50
* SERVER-17795 support commit level on primary, fix compileEric Milkie2015-04-022-1/+2