summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-15767 Refuse to start up with invalid locally stored rs configSpencer T Brody2014-10-292-16/+19
* SERVER-15738 Check return value of syncApply and retry if neededSpencer T Brody2014-10-291-2/+32
* SERVER-15527 explain should report planner info and exec stats when query exe...David Storch2014-10-2910-35/+49
* SERVER-15659 make MockStage return actual mock statsSamantha Ritter2014-10-295-9/+189
* Revert "SERVER-14674 Shard dies during chunk migration if running repairDatab...Kaloian Manassiev2014-10-291-121/+101
* SERVER-15262 Map/reduce incremental collection code should be called without ...Kaloian Manassiev2014-10-291-11/+3
* SERVER-15593 Initial autosplit heuristics are very aggressive when config ser...Randolph Tan2014-10-295-13/+54
* SERVER-15565 Include memberID in log messageSpencer T Brody2014-10-291-2/+2
* SERVER-15694 unit test replSetUpdatePosition in the ReplicationCoordinatormatt dannenberg2014-10-294-9/+222
* SERVER-15847 Make sure producer thread wakes up and terminates when we're shu...Spencer T Brody2014-10-293-6/+12
* SERVER-15495 add tests for query_stage_countTyler Brock2014-10-292-1/+344
* SERVER-15495 move query_stage_count to query_stage_count_scanTyler Brock2014-10-291-29/+29
* SERVER-15710 Add better leak sanitizer integrationAndrew Morrow2014-10-291-1/+4
* Revert "SERVER-15767 Refuse to start up with invalid locally stored rs config"Kaloian Manassiev2014-10-281-19/+8
* SERVER-15771 Do not step down a remote primary unless you plan to replace it ...Andy Schwerin2014-10-282-26/+57
* SERVER-15562 Estimate density before near searchSiyuan Zhou2014-10-286-49/+385
* SERVER-15767 Refuse to start up with invalid locally stored rs configSpencer T Brody2014-10-281-8/+19
* Fix signed/unsigned warning errorKaloian Manassiev2014-10-281-1/+1
* SERVER-15835 Require brackets around hostname for ipv6 addressesCharlie Swanson2014-10-283-2/+13
* SERVER-13962 access windows headers through platform/basic.h for windows fix ...Benety Goh2014-10-282-13/+13
* SERVER-15262 Very long lock acquisitions should put warning in the logKaloian Manassiev2014-10-283-53/+72
* SERVER-15780 use namespace stdx not std for bind pt2matt dannenberg2014-10-281-1/+1
* SERVER-15780 use namespace stdx not std for bindmatt dannenberg2014-10-281-1/+1
* SERVER-15262 Chunk migration should yield the MMAP V1 flush lockKaloian Manassiev2014-10-284-10/+53
* SERVER-15531 serverID for WBL no longer usedGreg Studer2014-10-283-41/+1
* SERVER-15590 dead ShardConnection::runCommand codeGreg Studer2014-10-282-17/+0
* SERVER-15590 remove unneeded minor version tracking from heuristicsGreg Studer2014-10-284-87/+12
* SERVER-15780 improve thread naming, remove any hex identifiers from namesmatt dannenberg2014-10-289-12/+59
* SERVER-15492 do not swallow errors from subclasses' run() methods in Backgrou...matt dannenberg2014-10-281-4/+2
* SERVER-13962 prefer memcpy to undefined reinterpret_cast for UNALIGNED_LOAD/S...Benety Goh2014-10-281-3/+6
* SERVER-15742 Coverity analysis defect 24463: Unchecked return valueSiyuan Zhou2014-10-281-1/+1
* SERVER-15844 improve TopologyCoordinator unittest coveragematt dannenberg2014-10-281-14/+227
* SERVER-13962 upgrade snappy from 1.03 to 1.1.2Benety Goh2014-10-281-3/+5
* SERVER-13962 fixed snappy-1.1.2 windows buildBenety Goh2014-10-281-0/+14
* SERVER-13635 Clean up KVCatalog ident generationMathias Stearn2014-10-282-12/+40
* SERVER-15527 change default explain verbosity on the server to allPlansExecutionDavid Storch2014-10-281-4/+4
* SERVER-13962 add generated snappy-stubs-public.h and SCons configuration (inc...Benety Goh2014-10-282-0/+113
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-2815-75/+22
* SERVER-15262 Do not reuse write units of workKaloian Manassiev2014-10-286-25/+59
* SERVER-15541 Remove PlanYieldPolicy::yield() unused default argJason Rassi2014-10-282-10/+2
* SERVER-13962 import snappy-1.1.2 (commit 1ff9be9b8fafc8528ca9e055646f5932aa5d...Benety Goh2014-10-2838-0/+44515
* SERVER-15836 Add TODO and improve messaging in ReplSetTest.initiate().Andy Schwerin2014-10-281-6/+15
* SERVER-15836 Clean up several rollback js tests.Andy Schwerin2014-10-282-4/+12
* SERVER-15779 Clear drain mode flag when switching out of primary state.Andy Schwerin2014-10-283-19/+21
* SERVER-15832 Prevent primary from stepping down while holding global lock.Andy Schwerin2014-10-283-44/+26
* SERVER-15833 Require basic compatibility between old and new configs for forc...Andy Schwerin2014-10-282-35/+4
* SERVER-15768 Proactively dispose of dead connections in NetworkInterfaceImpl'...Andy Schwerin2014-10-281-26/+39
* SERVER-15768 Better propagate auth failures up the network interface.Andy Schwerin2014-10-281-5/+7
* SERVER-15813 Add documentation to advanceTo() and customLocate().Max Hirschhorn2014-10-281-12/+62
* SERVER-15527 rename find command 'query' field to 'filter'David Storch2014-10-283-32/+32