summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-12153-340/+42
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-1228-204/+202
* SERVER-27115 refactor tests for local pipeline optimization to use TEST macroDavid Storch2017-04-121-864/+638
* SERVER-28298 Allow OperationContext objects to be created with an optional Lo...samantharitter2017-04-1219-26/+121
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-1211-103/+55
* SERVER-28508 Move DB validation from request parser to command processorMathias Stearn2017-04-127-90/+11
* SERVER-28508 Make BufReader propagate the actual errorsMathias Stearn2017-04-122-25/+10
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-127-7/+53
* SERVER-28690 raise currentOp limit to 1000 bytesMathias Stearn2017-04-121-1/+1
* SERVER-28508 Delete unused DocumentRange rpc cruftMathias Stearn2017-04-1227-486/+4
* SERVER-28508 Clean up rpc interfaces to not overly constrain implementationsMathias Stearn2017-04-1212-63/+14
* SERVER-28508 Tighten invariant in BSONObjBuilder resume constructorMathias Stearn2017-04-121-1/+1
* SERVER-22611 Remove accidentally added temporary files and do cleanupKaloian Manassiev2017-04-115-773/+75
* SERVER-28435 Skeleton code for KeysCollectionCacheReaderRandolph Tan2017-04-114-0/+179
* SERVER-28652 Log when we remove connections from asio poolsamantharitter2017-04-111-1/+15
* SERVER-28645 Add unit test and integration test tweaksGeert Bosch2017-04-111-0/+12
* SERVER-28723 Fix `nullptr` crash with `CollectionInfoCache`ADAM David Alan Martin2017-04-102-14/+12
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-106-60/+35
* SERVER-28719 Use a rescheduling fail point instead of blocking on a condition...Andy Schwerin2017-04-107-37/+39
* SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson2017-04-101-50/+34
* SERVER-28645 Fail operations requiring too many locks, don't crashGeert Bosch2017-04-082-0/+5
* SERVER-28646 Don't report ops as passed if logOps causes txn to failGeert Bosch2017-04-081-1/+3
* SERVER-27988 Add namespace/UUID cache to OperationContextMaria van Keulen2017-04-076-6/+228
* SERVER-28598 Fix ownership in `IndexCatalog`.ADAM David Alan Martin2017-04-072-34/+34
* SERVER-28600 Fix lint & `repl` unit testADAM David Alan Martin2017-04-071-5/+5
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-0716-70/+151
* SERVER-28605 Implement KeysCollectionDocumentJack Mulrow2017-04-074-0/+361
* SERVER-27772 Force noop write on primary when readConcern:afterClusterTime > ...Misha Tyulenev2017-04-076-259/+254
* SERVER-28661 make gatherResults() return vector<AsyncRequestsSender::Response...Esha Maharishi2017-04-077-48/+64
* SERVER-28600 Slice `catalog/collection` cycles.ADAM David Alan Martin2017-04-0714-1604/+2389
* SERVER-28652 Log the size of connection pools when we make new egress connect...samantharitter2017-04-073-3/+27
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-0623-166/+71
* SERVER-28656 consolidate utility functions for forwarding commands to shards ...Esha Maharishi2017-04-069-281/+208
* SERVER-28211 StorageInterfaceImpl supports dropping system collectionsBenety Goh2017-04-062-1/+17
* SERVER-28231 delete Future::spawnCommand/Future::CommandResult interfaceEsha Maharishi2017-04-062-234/+0
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-0611-433/+424
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-0614-25/+266
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-064-67/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-0663-235/+253
* SERVER-27687 Fix cpuAddrSize detection on Linux for hostInfo commandJonathan Reams2017-04-061-1/+1
* SERVER-28304 Profiler level 2 should not filter on sample rateNick Zolnierz2017-04-063-8/+11
* SERVER-28211 added RollbackFixUpInfo.Benety Goh2017-04-057-0/+651
* SERVER-28300 Add a generic LRU cache implementation to utilitiessamantharitter2017-04-053-0/+860
* SERVER-28643 Do not rely on __cplusplus value for inclusion of void_tsamantharitter2017-04-051-1/+1
* SERVER-28638 Provide richer error messages from InitializerDependencyGraph::t...Andy Schwerin2017-04-052-16/+26
* SERVER-28624 Replace references to ReplicationExecutor with references to Tas...Andy Schwerin2017-04-0512-65/+56
* SERVER-28211 added StorageInterface::upsertByIdBenety Goh2017-04-056-2/+248
* SERVER-28211 centralize collection namespace checking on RAII objects in Stor...Benety Goh2017-04-051-31/+52
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-0515-112/+532
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-0513-120/+30