summaryrefslogtreecommitdiff
path: root/util/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* some safety for setThreadNameEliot Horowitz2011-01-091-0/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-21/+17
* put connectionId in Client and in getLastErrorEliot Horowitz2011-01-031-10/+14
* fix FileAllocator linkingEliot Horowitz2010-12-301-4/+0
* work around a header include dependency issue; plus misc cleaningdwight2010-12-121-0/+14
* Revert "demangle stack trace on gcc"dwight2010-11-241-38/+0
* demangle stack trace on gccdwight2010-11-241-0/+38
* cleaningdwight2010-11-121-1/+1
* replace goingAway with inShutdown() SERVER-1876Eliot Horowitz2010-11-111-2/+0
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-0/+1
* win compiler not happyDwight2010-08-261-11/+18
* faster for windows releaseDwight2010-08-261-2/+9
* clean up logging. now that we show the thread the indentation wasnt usefulDwight2010-08-261-2/+3
* rawOut moredwight2010-08-221-15/+9
* dont heap allocate in rawOut function when avoidabledwight2010-08-221-2/+9
* safe shutdownEliot Horowitz2010-07-281-6/+0
* fix rawOut to use --logpathEliot Horowitz2010-07-231-12/+11
* Eliminate implicit conversionAlberto Lerner2010-07-191-1/+1
* make a global RamLog and display in webserverEliot Horowitz2010-07-171-0/+2
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-1/+1
* git rid of "operator string"Mathias Stearn2010-07-071-1/+1
* better thread name loggingEliot Horowitz2010-06-291-24/+49
* Fix warningAlberto Lerner2010-06-111-3/+4
* i think this is needed because cout can be unsafeEliot Horowitz2010-06-111-2/+8
* Fix warningAlberto Lerner2010-06-111-8/+2
* Pull all the code for defining and printing the version of executables to one...alerner2010-05-281-28/+0
* MutexDebuggerDwight Merriman2010-05-261-1/+1
* log less during unit testsDwight2010-05-191-0/+1
* fix unixDwight2010-05-181-26/+26
* name threadsDwight2010-05-181-5/+36
* build procdess tweakingDwight Merriman2010-05-021-4/+11
* stdafx->pchDwight2010-04-271-1/+1
* vcproj cleaningDwight2010-04-271-1/+1
* allow a chaining style with BSONObjBuilder appendsDwight2010-04-231-2/+5
* fix broken buildDwight2010-04-231-1/+5
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+4
* thread safe stringEliot Horowitz2010-02-261-0/+5
* move util/top to db/stats/topEliot Horowitz2010-02-011-1/+0
* don't assert in rawoutdwight2010-01-241-3/+3
* some Top refactoringEliot Horowitz2009-12-251-9/+0
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* cute hack so log() works before startup is finishedEliot Horowitz2009-10-211-1/+2
* make Top threadsafeDwight2009-10-141-4/+1
* move curNs to Client objectDwight2009-10-131-1/+4
* fix warning on *nixEliot Horowitz2009-09-161-3/+3
* interim ocmmit of new logging stuffdwight2009-09-031-1/+3
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-4/+0
* Moved implementation code from stdafx to correct pre-compiled headersalanw2009-06-041-0/+43
* file allocator compile windows MINORAaron2009-05-281-2/+0
* never destroy log or background job mutexes, as they generated assertions on ...Aaron2009-05-211-1/+1