summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23299 When starting mongod, clear temp flags from collections if appro...Andy Schwerin2016-04-076-6/+106
* SERVER-23547 Make the multiversion concept of "latest" more precise.Andy Schwerin2016-04-073-41/+69
* SERVER-23556 Disable mmapv1 on non-x86 platformsAndrew Morrow2016-04-062-83/+115
* SERVER-23351 further refinements to resetting minvalid after rollbackEric Milkie2016-04-061-1/+3
* SERVER-23351 ensure applier aquires new minvalid value after rollbackEric Milkie2016-04-052-15/+12
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-04-041-1/+23
* SERVER-23452 Enable -Werror on SolarisMark Benvenuto2016-04-043-5/+5
* SERVER-23418 Use globally unique snapshot IDsGeert Bosch2016-04-012-5/+11
* SERVER-22869 Guard against an already saved cursor in WT RandomCursorGeert Bosch2016-03-311-1/+3
* SERVER-23277 Update LDR branch range checkMark Benvenuto2016-03-311-1/+4
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-3116-174/+147
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-03-302-5/+42
* SERVER-21681 Replace 'or' with operator || to fix Windows buildKaloian Manassiev2016-03-291-1/+1
* SERVER-21681: Use cursor statistics to derive index sizes for inMemoryGeert Bosch2016-03-291-1/+35
* Revert "SERVER-22937 Retry operations run through the ShardRegistry wherever ...Ramon Fernandez2016-03-2915-123/+166
* SERVER-21863 Prevent map-reduce from inserting >16MB documents.Max Hirschhorn2016-03-291-0/+20
* SERVER-22767 mongos segfault when invoking .explain() on certain operationsWaley Chen2016-03-291-2/+8
* SERVER-22937 Retry operations run through the ShardRegistry wherever possibleSpencer T Brody2016-03-2915-166/+123
* SERVER-23066 Make killOp accept negative opidGeert Bosch2016-03-291-0/+6
* SERVER-22493 don't use boost's initial_path when finding programs in MongoRunnerJonathan Reams2016-03-281-18/+3
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
* SERVER-22708 Fixed whitespace lint errorAndreas Nilsson2016-03-281-1/+1
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-285-40/+63
* Import wiredtiger-wiredtiger-2.7.0-1181-g43e885a.tar.gz from wiredtiger branc...Ramon Fernandez2016-03-25251-3765/+12175
* SERVER-22391 Handle race in connpool hostTimeoutJason Carey2016-03-252-0/+48
* SERVER-23274 renameCollection on a temporary collection correctly replicates.Benjamin Murphy2016-03-241-2/+2
* SERVER-23097 Improve killed executor handling in MapReduceJames Wahlin2016-03-232-23/+24
* SERVER-23097 Handle PlanExecutor error in MapReduceJames Wahlin2016-03-231-2/+16
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-03-231-2/+2
* SERVER-23109 Typo in src/mongo/shell/collection.jsWaley Chen2016-03-221-1/+1
* SERVER-22933 SERVER-22934 make applyOps update the last optime on no-ops, and...Dianna Hohensee2016-03-211-0/+16
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-213-12/+10
* SERVER-18468 add 'fromMultiPlanner' and 'replanned' flags to slow command logsDavid Storch2016-03-1817-17/+62
* SERVER-23088 fix boost's libstdcpp detection under clangMathias Stearn2016-03-151-1/+17
* SERVER-19936 use StringMap in FTSSpec::_scoreStringV2Mathias Stearn2016-03-152-2/+3
* SERVER-19936 Optimize UnicodeFTSTokenizerMathias Stearn2016-03-1512-229/+191
* SERVER-19936 Inline libstemmer utilitiesMathias Stearn2016-03-153-69/+86
* SERVER-19936 Rename unicode::string::prepForSubstrMatch and make easier to useMathias Stearn2016-03-153-49/+65
* SERVER-19936 Vector-optimize FTS phrase matchesMathias Stearn2016-03-155-0/+412
* SERVER-19936 Optimize FTS v3 phrase matchingMathias Stearn2016-03-159-112/+1842
* SERVER-19936 Add boost/tr1/detail/config_all.hpp to our copy of boostMathias Stearn2016-03-151-0/+171
* SERVER-22986: Fix link when OpenSSL disables SSLv3Spencer Jackson2016-03-151-0/+9
* SERVER-22967 ensure UserCacheInvalidator stops before we destroy its stateAdam Midvidy2016-03-112-0/+7
* SERVER-22725 prevent concurrent exitCleanly execution in mongosEric Milkie2016-03-111-0/+12
* SERVER-22504 do not add self to _hbdata when removed from the setmatt dannenberg2016-03-111-1/+4
* SERVER-23003: Wait for synctail to clear the buffer.Scott Hernandez2016-03-111-0/+10
* SERVER-22130: Reset applier lastAppliedOptime after rollbackScott Hernandez2016-03-112-9/+22
* SERVER-22845: Do not busy loop on bgsync start errorsScott Hernandez2016-03-111-0/+1
* BF-1493 add namespace check to cleanupOrphanedMisha Tyulenev2016-03-101-0/+5
* SERVER-23036 Lock ShardRegistry mutex when accessing config server connection...Spencer T Brody2016-03-102-3/+6