summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-0267-634/+740
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-024-289/+634
* SERVER-14080 Have migration result reported in the changelog correctlydaveh862014-06-021-26/+17
* SERVER-14109 migrate tests for OR inexactness to cppDavid Storch2014-06-022-1/+155
* SERVER-13619 basic 2d geohash covering generatorSiyuan Zhou2014-06-027-5/+755
* SERVER-13610 update even number of votes warning due to non-numeric votesmatt dannenberg2014-06-021-1/+1
* SERVER-13610 update even number of votes warning due to non-numeric votesmatt dannenberg2014-06-021-1/+2
* SERVER-14082: freelist scan doesn't short circuit in MaxBucketDan Pasette2014-06-011-1/+1
* Revert "SERVER-14080 Have migration result reported in the changelog correctly"Benety Goh2014-05-311-17/+26
* SERVER-14080 Have migration result reported in the changelog correctlydaveh862014-05-301-26/+17
* Revert "SERVER-13627 disallow 0-vote arbiters"matt dannenberg2014-05-301-1/+0
* SERVER-13960 bug fixes for OR with inexact predicatesDavid Storch2014-05-303-8/+28
* SERVER-13575 log rollback operation progress every 10 secondsmatt dannenberg2014-05-301-1/+9
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-3020-59/+101
* SERVER-14077 if awaitReplication() sees a newer configVersion, reobtain mastermatt dannenberg2014-05-301-2/+2
* SERVER-7596 Basic support for SCRAM-SHA1 using Cyrus SASLAndreas2014-05-308-21/+327
* SERVER-13627 disallow 0-vote arbitersmatt dannenberg2014-05-301-0/+1
* SERVER-14092 ignore local.replset.minvalid in upgradeCheckermatt dannenberg2014-05-301-4/+16
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-3010-34/+46
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-3093-422/+441
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-30144-700/+948
* SERVER-13960 fix access planning for OR with inexact child predicatesDavid Storch2014-05-304-337/+522
* SERVER-11943 display the correct reason for the moveChunk command failing.daveh862014-05-301-4/+5
* SERVER-14089 Remove support for schemaVersion24 users.Andy Schwerin2014-05-299-1285/+3
* SERVER-14064 provide planSummary for slow count commandsDavid Storch2014-05-291-0/+14
* SERVER-14073 allow planSummary string to be longerDavid Storch2014-05-291-1/+1
* SERVER-13883 findAndModify command should accept update:{}Jason Rassi2014-05-291-1/+1
* SERVER-13883 findAndModify return null if !new and doc not foundJason Rassi2014-05-291-9/+12
* SERVER-13022 added option to set permissions on UNIX domain socket filedaveh862014-05-293-3/+18
* SERVER-11776 move port check outside loopBenety Goh2014-05-291-18/+21
* SERVER-11776 Replication 'isself' check should allow mapped portsRajat Chopra2014-05-291-7/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-28169-1446/+1036
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-28169-1036/+1446
* SERVER-13961 Remove thread-local write intentsKaloian Manassiev2014-05-285-176/+7
* SERVER-14056 Cross-DB renameCollection needs to call commitIfNeededJason Rassi2014-05-281-0/+1
* SERVER-14077 make awaitReplication() change configVersion if it sees a higher...matt dannenberg2014-05-281-75/+83
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-2715-46/+47
* SERVER-14065 use namespace mongo::repl in dbtests pertaining to replicationmatt dannenberg2014-05-273-35/+39
* SERVER-14058 Move thread_pool into "foundation" library.Andy Schwerin2014-05-271-1/+1
* SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compiler.h.Andy Schwerin2014-05-271-0/+11
* SERVER-13856 remove unnecessary usage of repl:: from the repl directorymatt dannenberg2014-05-2710-16/+16
* SERVER-13985 Remove server side js usage from printShardingStatusShaun Verch2014-05-271-2/+7
* SERVER-14049 port pull request #681 "fix v8 SConscript python path" to v8-3.25Benety Goh2014-05-271-1/+1
* SERVER-14049 Fix third-party v8 building when required python libs are also i...Ultrabug2014-05-271-1/+1
* SERVER-8192 additional btree key generation unit testsDavid Storch2014-05-271-0/+48
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-27108-361/+361
* SERVER-14042 decrease yea delay from 30 seconds to 3matt dannenberg2014-05-271-1/+1
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-245-485/+175
* SERVER-12803: Use CR/LF in log files on WindowsMark Benvenuto2014-05-231-1/+31
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-236-8/+55