Skip to content
Snippets Groups Projects
  1. Oct 29, 2015
  2. Oct 22, 2015
  3. Oct 21, 2015
  4. Oct 14, 2015
  5. Oct 09, 2015
  6. Oct 08, 2015
  7. Sep 30, 2015
    • Peter Palfrader's avatar
      Add SyslogIdentityTag · 1cf0d822
      Peter Palfrader authored and Nick Mathewson's avatar Nick Mathewson committed
      When logging to syslog, allow a tag to be added to the syslog identity
      ("Tor"), i.e. the string prepended to every log message.  The tag can be
      configured by setting SyslogIdentityTag and defaults to none.  Setting
      it to "foo" will cause logs to be tagged as "Tor-foo".  Closes: #17194.
      1cf0d822
  8. Sep 24, 2015
  9. Sep 22, 2015
  10. Sep 15, 2015
  11. Sep 08, 2015
  12. Sep 04, 2015
    • Nick Mathewson's avatar
      Add "OfflineMasterKey" option · 0ba4e089
      Nick Mathewson authored
      When this is set, and Tor is running as a relay, it will not
      generate or load its secret identity key.  You can manage the secret
      identity key with --keygen.  Implements ticket 16944.
      0ba4e089
  13. Sep 03, 2015
  14. Sep 02, 2015
  15. Sep 01, 2015
  16. Aug 25, 2015
  17. Aug 21, 2015
  18. Aug 18, 2015
    • teor's avatar
      New TestingDirAuthVote{Exit,Guard,HSDir}IsStrict flags · 359faf5e
      teor authored
      "option to prevent guard,exit,hsdir flag assignment"
      
      "A node will never receive the corresponding flag unless
      that node is specified in the
      TestingDirAuthVote{Exit,Guard,HSDir} list, regardless of
      its uptime, bandwidth, exit policy, or DirPort".
      
      Patch modified by "teor": VoteOnHidServDirectoriesV2
      is now obsolete, so TestingDirAuthVoteHSDir always
      votes on HSDirs.
      
      Closes ticket 14882. Patch by "robgjansen".
      Commit message and changes file by "teor"
      with quotes from "robgjansen".
      359faf5e
    • teor's avatar
      Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPort · 0cb82013
      teor authored
      Fix an error in the manual page and comments for
      TestingDirAuthVoteHSDir, which suggested that a
      HSDir required "ORPort connectivity". While this is true,
      it is in no way unique to the HSDir flag. Of all the flags,
      only HSDirs need a DirPort configured in order for the
      authorities to assign that particular flag.
      
      Fixed as part of 14882. Patch by "teor".
      Bugfix on 0.2.6.3 (f9d57473 on 10 January 2015).
      0cb82013
  19. Aug 05, 2015
  20. Aug 03, 2015
  21. Jul 24, 2015
  22. Jul 23, 2015
  23. Jul 22, 2015
  24. Jul 20, 2015
  25. Jun 29, 2015
  26. Jun 10, 2015
  27. Jun 05, 2015
    • teor's avatar
      Add instructions for clang sanitizers, static analyzer, and coverity · bc0a9843
      teor authored
      Document use of coverity, clang static analyzer, and clang dynamic
      undefined behavior and address sanitizers in doc/HACKING.
      
      Add clang dynamic sanitizer blacklist in
      contrib/clang/sanitizer_blacklist.txt to exempt known undefined
      behavior. Include detailed usage instructions in this blacklist file.
      
      Patch by "teor".
      bc0a9843
  28. May 28, 2015
  29. May 26, 2015
  30. May 20, 2015
    • Yawning Angel's avatar
      Add "HiddenServiceMaxStreams" as a per-HS tunable. · db7bde08
      Yawning Angel authored
      When set, this limits the maximum number of simultaneous streams per
      rendezvous circuit on the server side of a HS, with further RELAY_BEGIN
      cells being silently ignored.
      
      This can be modified via "HiddenServiceMaxStreamsCloseCircuit", which
      if set will cause offending rendezvous circuits to be torn down instead.
      
      Addresses part of #16052.
      db7bde08
  31. May 11, 2015
Loading