summaryrefslogtreecommitdiff
path: root/util/log.h
Commit message (Expand)AuthorAgeFilesLines
...
* cleanup namespace pollution SERVER-1042Mathias Stearn2010-04-231-1/+2
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+2
* better errno reportingEliot Horowitz2010-02-041-0/+2
* darwin compile MINOREliot Horowitz2010-01-281-0/+1
* macro for errno so messages are consistent and have full debuggingEliot Horowitz2009-12-211-0/+5
* 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/+6
* quick fix for global namespace pollution (mostly client)metagoto2009-10-181-0/+2
* log rotation with USR1 signal SERVER-358Eliot Horowitz2009-10-161-0/+1
* make logpath use FILE/fopen instead of open - should work on windows SERVER-339Eliot Horowitz2009-10-161-0/+6
* move curNs to Client objectDwight2009-10-131-11/+12
* better unit tests for unique indexes and dropDup : true on indexingDwight2009-09-211-1/+8
* improve how we handle concurrency with loggingdwight2009-09-031-14/+14
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-09-031-7/+13
|\
| * fix logstream and shared_ptrEliot Horowitz2009-09-031-7/+13
* | interim ocmmit of new logging stuffdwight2009-09-031-7/+15
|/
* change to NullStreamdwight2009-09-031-0/+2
* more CmdLine objectDwight2009-08-251-7/+0
* shared_ptr support for log()Eliot Horowitz2009-08-171-0/+9
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-0/+4
* Merge commit 'alanw/master'Eliot Horowitz2009-06-081-0/+1
|\
| * Moved implementation code from stdafx to correct pre-compiled headersalanw2009-06-041-0/+2
* | make lognoquiet and make --quit not print connect/disconnectEliot Horowitz2009-06-051-0/+9
|/
* comments MINORAaron2009-05-281-1/+3
* never destroy log or background job mutexes, as they generated assertions on ...Aaron2009-05-211-1/+1
* Call val() without log mutexAaron2009-03-021-1/+2
* Handle const pointers correctlyAaron2009-02-231-0/+4
* Better LazyStringAaron2009-02-231-26/+31
* Maybe more efficientAaron2009-02-201-1/+1
* windows compileeliot2009-02-201-2/+2
* 'better' LazyStringAaron2009-02-201-24/+23
* LazyString() takes const referenceAaron2009-02-191-1/+4
* Make assertions stringableAaron2009-02-191-0/+13
* Don't create string unless we're actually going to logAaron2009-02-191-0/+18
* Get rid of stringable class, use implicit type conversion to string insteadAaron2009-02-181-14/+0
* virtual dtors == goodAaron2009-02-181-0/+2
* log more on commandsdwight2009-02-181-0/+7
* Add initial perf testsAaron2009-02-111-15/+15
* better error msgsDwight2009-01-291-0/+5
* Don't print chars as intsAaron2009-01-201-0/+3
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-16/+40
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-4/+4
* Indent all lines within namespaces one levelAaron2009-01-151-84/+84
* some cleaning so that client doesn't have to link against java and pcreEliot Horowitz2009-01-151-1/+1
* Replace tab indentation with spacesAaron2009-01-141-1/+3
* Put our code in 'mongo' namespaceAaron2009-01-141-6/+4
* more threadsafeDwight2009-01-061-3/+3
* try not to die in segv printouts with deadlocks and suchDwight2009-01-061-2/+6
* Replace tab indentation with spacesAaron2008-12-281-43/+84
* g++ check return type, fix some warningsAaron2008-12-161-1/+1