summaryrefslogtreecommitdiff
path: root/src/mongo/logger
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19307 clean up strcpy in Ramlog and removed ErrorMsgBenety Goh2015-07-271-1/+1
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-25/+6
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-6/+5
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-0/+2
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-302-1/+6
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2045-2999/+3130
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-3/+3
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-175-20/+18
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-107-13/+7
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-4/+4
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-042-0/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-134-7/+14
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-123-9/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-123-2/+9
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-1/+1
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-2/+2
* SERVER-18133 Make LogstreamBuilder movable, other C++11 improvements.Andy Schwerin2015-04-202-62/+58
* SERVER-15901: Correctly finalize the ThreadOstreamCache in unittestsGeert Bosch2015-04-101-0/+11
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-262-4/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-5/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-063-5/+5
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-156-31/+50
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-053-3/+0
* SERVER-16209 test fixMatt Kangas2014-11-181-4/+4
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-182-3/+3
* SERVER-16209 LogComponent::kJournaling -> kJournalMatt Kangas2014-11-184-6/+6
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-183-4/+4
* SERVER-16209 LogComponent::kIndexing -> kIndexMatt Kangas2014-11-182-3/+3
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-184-5/+5
* SERVER-16209 Simplify log component namesMatt Kangas2014-11-181-9/+9
* SERVER-15604 log component kControlMatt Kangas2014-10-272-3/+6
* SERVER-15486 parse_log_component_settingsMatt Kangas2014-10-164-0/+376
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15550 rename LogComponent::kS2 to LogComponent::kGeoMatt Kangas2014-10-072-3/+3
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-071-2/+1
* SERVER-4217 use hyphen to display default component in log messageBenety Goh2014-08-281-1/+1
* SERVER-14729 removed MONGO_LOG_DEFAULT_COMPONENT_FILE and MONGO_LOG_DEFAULT_C...Benety Goh2014-08-121-123/+0
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-1/+2
* SERVER-14729 support overriding of default log component in unconditional log...Benety Goh2014-08-124-42/+276
* SERVER-14467 log S2 debug messages as query log message at level 5Benety Goh2014-08-072-0/+3
* SERVER-4217 updated detailed log format to include log severity and component...Benety Goh2014-07-299-35/+275
* SERVER-14415 extended LogComponent and LogComponentSettings to support hierar...Benety Goh2014-07-154-22/+146
* SERVER-5092 removed LogTag typedef and macros.Benety Goh2014-06-301-2/+0
* SERVER-5092 renamed LogTag to LogComponentBenety Goh2014-06-3012-390/+408
* SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.Andy Schwerin2014-06-271-2/+0