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