summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/counters.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14364 Make OpCounters 64-bitJacob Evans2018-10-301-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-29534 Place network and op counters on independent cache linesAndrew Morrow2017-07-071-18/+40
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-1/+0
* SERVER-25466 Add MessageCompressor stats to server statusJonathan Reams2016-08-101-8/+28
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-1/+1
* SERVER-20167: Flip stats counters to be signed (forgot const type)Martin Bligh2015-08-311-1/+1
* SERVER-20091: turn network counters into atomicsMartin Bligh2015-08-271-18/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-97/+99
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-25/+25
* SERVER-14341 OpCounters missing calls to _checkWrap() added backJason Rassi2014-06-261-1/+35
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+5
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-98/+20
* fix mongos linkingEliot Horowitz2012-05-171-1/+1
* SERVER-5784 - don't sample index stats since we can use Record cache now whic...Eliot Horowitz2012-05-171-4/+1
* Make sure OpCounters are always naturally aligned.Jani Monoses2012-04-041-34/+24
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+207