summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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-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
* post 2.7.1Ernie Hershey2014-05-231-1/+1
* BUMP 2.7.1r2.7.1Ernie Hershey2014-05-231-1/+1
* SERVER-14033 Topology coordinator for replicationEric Milkie2014-05-236-5/+578
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-234-7/+94
* SERVER-9526 a more elegant solution to printout of BinData in log messagesJohan Hedin2014-05-231-4/+9
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-2213-47/+266
* SERVER-10044: Add more diagnostic information on OOMMark Benvenuto2014-05-221-0/+12
* SERVER-13910: Warn the user when running a 32-bit build on Win64Mark Benvenuto2014-05-223-0/+35
* SERVER-13912 Capped collections with size=0 are promoted to the minimum Exten...Mathias Stearn2014-05-221-2/+4
* SERVER-13675 do not cache plans if there is a tieDavid Storch2014-05-223-10/+26
* SERVER-13645 kill dead codeEric Milkie2014-05-222-8/+1
* SERVER-14001 remove reIndex branch from rollback code since we do not oplog r...matt dannenberg2014-05-221-3/+0
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-22102-291/+442
* SERVER-13519 benchRun doesn't pass through correct documents.Davide Italiano2014-05-221-6/+5
* SERVER-13923 Update and re-enable btree builder testsGeert Bosch2014-05-223-149/+142
* SERVER-13482 Add a check for hugepages in Linux.Davide Italiano2014-05-221-0/+52
* Revert "SERVER-8995 changed gperftools version in build configuration and sou...Benety Goh2014-05-222-2/+2
* SERVER-13945 Match x.509 cluster certs per attributeAndreas Nilsson2014-05-222-11/+39
* SERVER-13641 remove dead index stats and storage details cmdsHari Khalsa2014-05-222-1452/+0
* SERVER-13641 break up cloner.cpp into commands and functionality to make usag...Hari Khalsa2014-05-228-322/+656
* SERVER-13641 remove some more killCurrentOp usesHari Khalsa2014-05-224-38/+7
* SERVER-13446 Add timegm Solaris implementation to third_partyShaun Verch2014-05-223-1/+433
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-229-76/+76
* SERVER-8492 Change socket check to be sun_path[0] != '\0'daveh862014-05-211-1/+2