Skip to content
Snippets Groups Projects
  1. Mar 19, 2013
    • David Fifield's avatar
      Use option name --test-commandline in tor-fw-helper. · 03efe540
      David Fifield authored and Nick Mathewson's avatar Nick Mathewson committed
      It was previously --Test in the help output and --test-commandline in
      the getopt call. The man page already had --test.
      
        (Originally by David, who resolved the tie in favor of "--test"; I
         chose --test-commandline" instead so that nothing that depended
         on it could break. -Nick)
      03efe540
  2. Mar 11, 2013
  3. Mar 10, 2013
    • Nick Mathewson's avatar
      Fix 8447: use %u to format circid_t. · 339df5df
      Nick Mathewson authored
      Now that circid_t is 4 bytes long, the default integer promotions will
      leave it alone when sizeof(int) == 4, which will leave us formatting an
      unsigned as an int.  That's technically undefined behavior.
      
      Fixes bug 8447 on bfffc1f0.  Bug not
      in any released Tor.
      339df5df
  4. Mar 07, 2013
  5. Mar 01, 2013
  6. Feb 25, 2013
  7. Feb 19, 2013
  8. Feb 15, 2013
  9. Feb 14, 2013
  10. Feb 12, 2013
  11. Feb 11, 2013
Loading