Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
  2. Jun 05, 2019
  3. May 22, 2019
  4. May 02, 2019
  5. Apr 30, 2019
  6. Apr 27, 2019
  7. Apr 17, 2019
  8. Apr 11, 2019
  9. Apr 10, 2019
  10. Mar 23, 2019
  11. Mar 22, 2019
  12. Mar 21, 2019
  13. Mar 20, 2019
  14. Mar 13, 2019
  15. Feb 21, 2019
  16. Feb 19, 2019
  17. Feb 07, 2019
  18. Jan 18, 2019
  19. Jan 17, 2019
  20. Jan 16, 2019
  21. Jan 08, 2019
  22. Jan 07, 2019
  23. Dec 21, 2018
    • Nick Mathewson's avatar
      Try @warning_flags to avoid bloating verbose make logs · 97c9ced7
      Nick Mathewson authored
      We now accumulate warning flags in a separate variable,
      "TOR_WARNING_FLAGS", and write it to a "warning_flags" file.  Then
      we test whether the compiler will accept "@warning_flags": if so, we
      put "@warning_flags" in the CFLAGS; if not, we copy the contents of
      "$TOR_WARNING_FLAGS" into the CFLAGS.
      
      Closes ticket 28924.
      97c9ced7
  24. Dec 18, 2018
  25. Nov 25, 2018
    • Nick Mathewson's avatar
      Rewrite updateVersions script in Python, add datestamp functionality. · b16d6453
      Nick Mathewson authored
      This updateVersions.pl script was one of the only essential perl
      scripts left in out maint system, and was the only one that used
      autoconf to fill in the script.
      
      This script adds a feature to define an APPROX_RELEASE_DATE macro
      that is updated when the version changes.  We'll use this to
      implement prop297, so that we have an accurate view of when a
      release date happens.
      b16d6453
Loading