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