summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-04glog: don't hold mutex when sync'ing (#68)upstream/v1.2.1upstream-masterchressie
2023-11-22glog: add context variants to most log functionsupstream/v1.2.0Chressie Himpel
2023-11-22glog/internal/logsink: add logsink testsChressie Himpel
2023-08-09glog: populate symlinks -log_link directory (#64)upstream/v1.1.2chressie
2023-03-22glog: use os.Stderr directly for writing to stderr (#62)upstream/v1.1.1chressie
2023-03-22glog: update minimum go version to go1.19 (#61)chressie
2023-03-17glog: don't use SIGABRT on platforms that don't support signalschressie
2023-03-17glog: make zero value of vModuleFlag usablechressie
2023-03-17glog: use strings.TrimSuffixchressie
2023-03-03glog: update glog to the latest internal version (#59)upstream/v1.1.0chressie
2021-08-20glog: fix doc comment for V (#47)upstream/v1.0.0Spground
2021-08-20glog: add go.mod (#46)M-A
2021-08-20glog: simplify range loop (#37)Christian Muehlhaeuser
2021-04-29Merge pull request #50 from joaoofreitas/masterRob Pike
2021-04-22Update README file to Markdown 📃joaoofreitas
2016-01-27README: change code.google.com link to GitHubMichael Stapelberg
2015-08-01Merge pull request #13 from michael-berlin/fix_log_before_flag_parseRob Pike
2015-07-24Fix problem that -log_dir will not be respected when anything is logged befor...Michael Berlin
2014-11-05log: Add Exit, Exitf etc.David Symonds
2014-11-05Pad thread ID in log header to 7 spaces, to match C++ format.David Symonds
2014-11-05log: add *Depth function for log wrapping.David Symonds
2014-11-05Fix log format to space pad PID instead of zero pad.David Symonds
2014-11-05Fix non-atomic set of logging.filterLength.David Symonds
2014-11-05Redirect messages written to the standard "log" package to the INFO log,David Symonds
2014-01-15Add a sentence to the documentation that flag.Parse must be called first.Rob Pike
2013-10-09Create a relative symlink for log files.David Symonds
2013-08-13document -log_dir, the one undocumented flag in this package.Rob Pike
2013-08-09Fix typo, reformat top comment slightly.Rob Pike
2013-08-09Add documentation about flushing and flags.Rob Pike
2013-07-18Sanitize username used for constructing log filenames.David Symonds
2013-07-18Use path/filepath instead of path for manipulating OS paths.David Symonds
2013-07-18Gofmt all source files.David Symonds
2013-07-18Use os.TempDir to pick default location for log files.David Symonds
2013-07-17Use filepath.IsAbs to see if temp directory is local. Fixes a problem on Wind...Rob Pike
2013-07-17Fix the license text in the source files. It was incorrect. Should be all con...Rob Pike
2013-07-16Initial commit.Rob Pike
2013-07-15Initial commitRob Pike