Skip to content
Snippets Groups Projects
  1. Feb 27, 2019
  2. Feb 26, 2019
  3. Feb 08, 2019
  4. Jan 24, 2019
  5. Jan 18, 2019
  6. Jan 17, 2019
  7. Jan 16, 2019
  8. Jan 15, 2019
  9. Dec 12, 2018
    • Nick Mathewson's avatar
    • Nick Mathewson's avatar
      Fuzzing module for various string operations, currently focusing on · 845e8dbe
      Nick Mathewson authored
      encoding and decoding.
      
      There are bunches of places where we don't want to invest in a full
      fuzzer, but we would like to make sure that some string operation
      can handle all its possible inputs.  This fuzzer uses the first byte
      of its input to decide what to do with the rest of the input.  Right
      now, all the possibilities are decoding a string, and seeing whether
      it is decodeable.  If it is, we try to re-encode it and do the whole
      thing again, to make sure we get the same result.
      
      This turned up a lot of bugs in the key-value parser, and I think it
      will help in other cases too.
      
      Closes ticket 28808.
      845e8dbe
  10. Dec 08, 2018
  11. Dec 07, 2018
  12. Nov 29, 2018
  13. Nov 26, 2018
  14. 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
  15. Nov 22, 2018
  16. Nov 20, 2018
Loading