1. 21 May, 2020 1 commit
  2. 13 May, 2020 1 commit
  3. 25 Mar, 2020 6 commits
  4. 15 Feb, 2020 1 commit
  5. 17 Jan, 2020 1 commit
  6. 10 Jan, 2020 1 commit
  7. 08 Jan, 2020 1 commit
    • Michael Spang's avatar
      Use file offsets in traces if object has no symbols (#513) · 130a3e10
      Michael Spang authored
      Fallback to using file offsets if no symbol is found, like we do if the
      object could not be opened.
      
      This makes backtraces usable even if objects in the trace are stripped,
      since the trace can be symbolized by post-processing it with a tool like
      asan_symbolize.py.
      
      Note that this is not currently compatible with SymbolizeCallback as
      this overwrites the filename in the buffer. The behavior is unchanged
      in that case.
      
      Closes: #514
      130a3e10
  8. 24 Dec, 2019 1 commit
  9. 21 Dec, 2019 1 commit
  10. 02 Dec, 2019 1 commit
    • Alex Stewart's avatar
      Fix missing deletion of custom Logger · 0a6704b4
      Alex Stewart authored
      - If the user specifies a custom Logger via SetLogger(), the docs state
        that the logging module takes ownership of it.  Prior to this change,
        the logging library was not deleting a custom logger when the
        LogDestination which owns it was destroyed.
      0a6704b4
  11. 27 Nov, 2019 3 commits
  12. 20 Nov, 2019 3 commits
  13. 10 Nov, 2019 4 commits
  14. 06 Nov, 2019 1 commit
    • Ezequiel Lara Gomez's avatar
      Added fixed log name support, take 2 (#489) · 58d7f873
      Ezequiel Lara Gomez authored
      * Added fixed log name support, take 2
      
      See https://code.google.com/p/google-glog/issues/detail?id=209 and former https://github.com/google/glog/pull/19 - this is an updated version of that patch.
      
      It adds a flag that allows to switch behavior from base_filename + filename_extension + time_pid_string to base_filename + filename_extension, while still defaulting to the current behavior to avoid breakage in existing code. This change would allow easier log rotation schemes and better control on what's written on disk.
      
      * Ifdef away fcntl on mingw
      
      * Use the defined HAVE_FCNTL instead
      
      * ifdef away tests as well
      
      add have_sys_wait for wait() on mingw.
      
      * OS_WINDOWS bug in fseeking to the end, only triggered here
      58d7f873
  15. 05 Nov, 2019 2 commits
  16. 04 Nov, 2019 2 commits
  17. 02 Nov, 2019 6 commits
  18. 01 Nov, 2019 4 commits