1. 861d094 glog: don't hold mutex when sync'ing (#68) by chressie · 3 weeks ago master v1.2.1
  2. b256bbe glog: add context variants to most log functions by Chressie Himpel · 5 months ago v1.2.0
  3. bcf3184 glog/internal/logsink: add logsink tests by Chressie Himpel · 5 months ago
  4. 6b9d7f7 glog: populate symlinks -log_link directory (#64) by chressie · 9 months ago v1.1.2
  5. 03ad3c2 glog: use os.Stderr directly for writing to stderr (#62) by chressie · 1 year, 1 month ago v1.1.1
  6. 6ce8ac9 glog: update minimum go version to go1.19 (#61) by chressie · 1 year, 1 month ago
  7. c0f9e3d glog: don't use SIGABRT on platforms that don't support signals by chressie · 1 year, 1 month ago
  8. 9c9801e glog: make zero value of vModuleFlag usable by chressie · 1 year, 1 month ago
  9. 2cef961 glog: use strings.TrimSuffix by chressie · 1 year, 1 month ago
  10. 115d1f9 glog: update glog to the latest internal version (#59) by chressie · 1 year, 2 months ago v1.1.0
  11. 9ef845f glog: fix doc comment for V (#47) by Spground · 2 years, 8 months ago v1.0.0
  12. cba94dd glog: add go.mod (#46) by M-A · 2 years, 8 months ago
  13. d5eac5e glog: simplify range loop (#37) by Christian Muehlhaeuser · 2 years, 8 months ago
  14. 424d233 Merge pull request #50 from joaoofreitas/master by Rob Pike · 3 years ago
  15. 1c82741 Update README file to Markdown 📃 by joaoofreitas · 3 years ago
  16. 23def4e README: change code.google.com link to GitHub by Michael Stapelberg · 8 years ago
  17. fca8c88 Merge pull request #13 from michael-berlin/fix_log_before_flag_parse by Rob Pike · 9 years ago
  18. 65d6746 Fix problem that -log_dir will not be respected when anything is logged before flag.Parse(). by Michael Berlin · 9 years ago
  19. 44145f0 log: Add Exit, Exitf etc. by David Symonds · 10 years ago
  20. c56a6cb Pad thread ID in log header to 7 spaces, to match C++ format. by David Symonds · 10 years ago
  21. c741557 log: add *Depth function for log wrapping. by David Symonds · 10 years ago
  22. b83197c Fix log format to space pad PID instead of zero pad. by David Symonds · 10 years ago
  23. 5066b11 Fix non-atomic set of logging.filterLength. by David Symonds · 10 years ago
  24. 49850ea Redirect messages written to the standard "log" package to the INFO log, by David Symonds · 10 years ago
  25. d1c4472 Add a sentence to the documentation that flag.Parse must be called first. by Rob Pike · 10 years ago
  26. 20cea4d Create a relative symlink for log files. by David Symonds · 11 years ago
  27. c6f9652 document -log_dir, the one undocumented flag in this package. by Rob Pike · 11 years ago
  28. 228ba85 Fix typo, reformat top comment slightly. by Rob Pike · 11 years ago
  29. f74c4c6 Add documentation about flushing and flags. by Rob Pike · 11 years ago
  30. ab6a54c Sanitize username used for constructing log filenames. by David Symonds · 11 years ago
  31. c2ab0c9 Use path/filepath instead of path for manipulating OS paths. by David Symonds · 11 years ago
  32. 47832e5 Gofmt all source files. by David Symonds · 11 years ago
  33. 029e58e Use os.TempDir to pick default location for log files. by David Symonds · 11 years ago
  34. 496d3b7 Use filepath.IsAbs to see if temp directory is local. Fixes a problem on Windows, since the old code assumed a rooted path starts with /. by Rob Pike · 11 years ago
  35. 2b6b498 Fix the license text in the source files. It was incorrect. Should be all consistent now. by Rob Pike · 11 years ago
  36. 3e682cc Initial commit. by Rob Pike · 11 years ago
  37. 2d42ba6 Initial commit by Rob Pike · 11 years ago