summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-212-87/+53
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-212-0/+32
* SERVER-22970 fix update race with background index buildKyle Suarez2016-04-212-1/+23
* SERVER-23474 runMongoTool with --dialTimeout=30Gabriel Russell2016-04-211-0/+9
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-211-1/+1
* SERVER-23838 Disable warnings for no access control and no bind_ipAndreas Nilsson2016-04-201-24/+25
* SERVER-23394: Prevent AuthorizationManager deadlock with profilingSpencer Jackson2016-04-202-2/+127
* Import wiredtiger-wiredtiger-2.8.0-202-g88b898e.tar.gz from wiredtiger branch...Dan Pasette2016-04-202-11/+38
* SERVER-23766 Remove beta warning for inMemory storage engineGeert Bosch2016-04-201-9/+0
* SERVER-23796 Fix incorrect access control startup warningShane Harvey2016-04-201-0/+1
* SERVER-22599 uassert on cache full errorGeert Bosch2016-04-191-0/+2
* SERVER-22043 attach read preference in count helperAdam Midvidy2016-04-191-1/+1
* SERVER-21414 serverStatus storageEngine.persistentKyle Suarez2016-04-194-1/+13
* SERVER-23775 improved default oplog size for ephemeral storage enginesEric Milkie2016-04-191-23/+46
* SERVER-23784 Don't use 30 second network timeout when sending commands to ShardsSpencer T Brody2016-04-181-1/+5
* SERVER-23044 Simplify window system CA setupJonathan Reams2016-04-181-67/+21
* SERVER-23044 Add system CA keychain support for OSXJonathan Reams2016-04-181-22/+114
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-187-58/+150
* SERVER-23655 invalidate CollectionInfoCache on index buildKyle Suarez2016-04-151-2/+5
* SERVER-23571 Make debug builds of SpiderMonkey distinct from --dbg in sconsWaley Chen2016-04-142-4/+4
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-04-141-2/+2
* SERVER-23544 Always fail to create SyncClusterConnections after CatalogManage...Spencer T Brody2016-04-143-8/+29
* Import wiredtiger-wiredtiger-2.8.0-201-g7ea2631.tar.gz from wiredtiger branch...Ramon Fernandez2016-04-14126-3039/+4553
* SERVER-23184 Reduce listCollections privilegesShane Harvey2016-04-141-3/+0
* 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