summaryrefslogtreecommitdiff
path: root/src/logging.cc
AgeCommit message (Expand)AuthorFilesLines
2015-08-12Merge pull request #26 from theopolis/feature-mode-flagFumitoshi Ukai1-1/+3
2015-08-10[#23] Add logfile_mode to control logfile permissionsTeddy Reed1-1/+3
2015-04-11don't remove sinks_ elements.Fumitoshi Ukai1-3/+0
2015-03-27delete LogDestination::sinks_ at DeleteLogDestinations().Fumitoshi Ukai1-0/+5
2015-03-23Adds color output support for tmux terminalsMichael Tanner1-0/+1
2015-03-13Fix x64/Debug build on MSVStbennun1-1/+1
2014-08-19Fixes for the latest MSVS.1-0/+5
2013-10-31Add StrError and replace posix_strerror_r calls1-9/+15
2013-05-29Reduce dynamic allocation from 3 to 1 per log message1-35/+16
2013-02-18Attempt to improve mingw-w64 support1-1/+38
2013-01-23Follow up for the color log patch1-15/+12
2013-01-23Output logs with colors to stderr1-7/+133
2013-01-10Move LogMessageData from .h to .cc1-14/+62
2013-01-09Eliminate use of strstream based on internal changes1-26/+74
2012-05-14Compile error fix for QNX1-0/+11
2012-02-24Add --disable-rtti1-1/+6
2012-01-12Remove trivial warnings produced by clang1-1/+1
2012-01-12Put __attribute__((noreturn)) for declartions of function pointers1-6/+12
2012-01-11Define GLOG_ prefixed log severities1-9/+9
2011-09-05Suppress warnings around return value of write and symlink.1-4/+10
2011-09-05Destruct global objects in ShutdownGoogleLogging1-1/+21
2011-09-05Create a new log files after pid has changed1-1/+2
2010-01-20Use GLOG_* environment variables even when gflags is installed.1-39/+39
2009-10-07Use intptr_t instead of int to cast from char* for Snow Leopard.1-1/+1
2009-07-30Call glog_internal_namespace_::ProgramInvocationShortName() explicitly.1-4/+6
2009-07-30Fix posix_strerror_r for OpenBSD.1-1/+1
2009-07-29Initializes the length of machine name properly.1-2/+2
2009-03-04Introduce RecordCrashReason().1-11/+17
2009-01-28Add license information for all source code.1-0/+29
2009-01-15* Add LOG_TO_STRING.1-157/+269
2009-01-09Define ARRAYSIZE in utilities.h and use it.1-1/+1
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.1-121/+161
2008-10-07glog 0.11-0/+1592