summaryrefslogtreecommitdiff
path: root/src/mongo/util/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* removed some old unneeded code from setShardversionEliot Horowitz2012-06-131-8/+0
* SERVER-5000 only have a 1 connection id counter and passEliot Horowitz2012-06-131-37/+13
* SERVER-5648 Replace old implementation of AtomicUInt64 with new one.Andy Schwerin2012-06-061-5/+4
* Rename sayDbContext() to logContext(), and move from util.{h,cpp} to log.{h,c...Andy Schwerin2012-05-311-10/+0
* include what you useEric Milkie2012-05-181-0/+1
* SERVER-4985: ensure connection id counter is atomicBen Becker2012-05-091-2/+4
* Log file library.Andy Schwerin2012-04-241-8/+0
* SERVER-5557: Higher performance timer on Linux.Andy Schwerin2012-04-231-13/+0
* SERVER-5557: Rearrange mongo::Timer implementation, for clarity, code reuse.Andy Schwerin2012-04-191-2/+3
* pare down pch.h some moreEric Milkie2012-04-051-18/+0
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-5/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-15/+15
* SERVER-4985: use 64-bit integer for connection and thread id.Ben Becker2012-02-271-7/+11
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+220