summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17294 Boost 1.60 Build IntegrationMark Benvenuto2016-03-312-1/+84
* SERVER-17294 Boost 1.60 Mongo compilation fixesMark Benvenuto2016-03-315-9/+9
* SERVER-17294 Boost 1.60 Compilation fix & ASAN leak fixMark Benvenuto2016-03-312-0/+22
* SERVER-17294 Boost 1.60Mark Benvenuto2016-03-314316-2/+830950
* SERVER-17294 Boost 1.60 Import ScriptMark Benvenuto2016-03-311-0/+94
* SERVER-23444 Fixed pessimizing move.Benjamin Murphy2016-03-311-1/+1
* SERVER-21170 NetworkInterface::startCommand should be able to reject requests...Waley Chen2016-03-3011-88/+282
* SERVER-23434 Make find and getMore return InvalidNamespace on bad namespacesKaloian Manassiev2016-03-304-9/+11
* SERVER-23435 Sharded count command should fail at invalid collection nameKaloian Manassiev2016-03-303-7/+11
* SERVER-23377 Make sure _migrateClone always advances to next documentKaloian Manassiev2016-03-302-15/+15
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-3010-3/+577
* SERVER-23371 Add initializer_list constructor for Documents.Charlie Swanson2016-03-304-27/+57
* SERVER-23414 Get rid of Command::runAgainstRegisteredKaloian Manassiev2016-03-303-35/+32
* SERVER-23429 Get rid of Command::htmlHelp and _webCommandsKaloian Manassiev2016-03-303-127/+104
* SERVER-22371 Migrate ICU build system integration from 56.1 to 57.1Jason Rassi2016-03-303-22/+26
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-3017-519/+515
* SERVER-23412 Get rid of Command::logIfSlowKaloian Manassiev2016-03-303-10/+0
* SERVER-23243 Extract time-keeping from ListenerWaley Chen2016-03-308-15/+17
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-2914-55/+50
* SERVER-23294 DocumentSourceMergeCursors accept any valid cursor nsJason Rassi2016-03-293-35/+54
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-293-0/+117
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-293-9/+100
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-2916-24/+82
* SERVER-7695 Add ISO versions of date expressions.Jens Fahnenbruck2016-03-292-0/+192
* SERVER-23382 Drop JS scope cache when shutting down dbtestsAndrew Morrow2016-03-291-0/+15
* SERVER-22858 Add LIBDEP edge from oplog_entry to optime libraries.Andy Schwerin2016-03-281-0/+1
* SERVER-23191 group should pass an owned BSONObj to the reduce functionJonathan Reams2016-03-281-1/+2
* SERVER-23199 switch setAlarm to use system clockMatt Cotter2016-03-281-4/+3
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
* SERVER-23217 Hang in network_interface_asio_testWaley Chen2016-03-281-2/+2
* SERVER-23010: always wait for snapshot on WriteConcern.MajorityScott Hernandez2016-03-281-14/+11
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-277-44/+72
* SERVER-23010: do not update durable OpTime, and update commited snapshot, if ...Scott Hernandez2016-03-274-27/+50
* SERVER-23010: improved logging readconcern usageScott Hernandez2016-03-275-7/+38
* SERVER-23010: change commmitted snapshot by either durable or applied optimeScott Hernandez2016-03-273-34/+22
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-274-10/+30
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-2717-82/+175
* SERVER-22580 Remove invalid UTF-8 from log messagesBenjamin Murphy2016-03-251-8/+6
* SERVER-23356 ExpressionSubstrCPTest does not null-terminate char*.Benjamin Murphy2016-03-251-4/+4
* SERVER-22708 Fixed whitespace lint errorAndreas Nilsson2016-03-251-1/+1
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-255-40/+63
* SERVER-23069 improve tcmalloc freelist statsKyle Suarez2016-03-256-5/+94
* SERVER-22178 Move calls that cannot throw out of try/catch block.Charlie Swanson2016-03-252-2/+2
* SERVER-22178 Always retry sorted findAndModify upon write conflict.Charlie Swanson2016-03-258-112/+281
* SERVER-23338 Don't fassert down the process if the listen socket closes on Wi...Andrew Morrow2016-03-251-7/+7
* SERVER-20163 Aggregation now supports the zip expression.Benjamin Murphy2016-03-252-0/+187
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-253-15/+191
* SERVER-13476 Make the gperftools cpu profiler work againAndrew Morrow2016-03-243-2/+24
* SERVER-23274 renameCollection on a temporary collection correctly replicates.Benjamin Murphy2016-03-241-2/+2
* SERVER-22735 Extend woCompare() to optionally accept a StringData::Comparator...Tess Avitabile2016-03-248-18/+155