Skip to content
Snippets Groups Projects
  1. Jun 30, 2016
  2. Jun 19, 2016
  3. Jun 15, 2016
  4. May 27, 2016
  5. May 23, 2016
  6. May 11, 2016
  7. Apr 27, 2016
  8. Apr 13, 2016
  9. Apr 07, 2016
  10. Mar 29, 2016
  11. Mar 28, 2016
  12. Mar 27, 2016
  13. Mar 26, 2016
  14. Mar 24, 2016
  15. Mar 23, 2016
  16. Mar 11, 2016
  17. Mar 01, 2016
  18. Feb 26, 2016
  19. Feb 11, 2016
  20. Feb 03, 2016
  21. Feb 01, 2016
  22. Jan 28, 2016
  23. Jan 27, 2016
  24. Jan 08, 2016
  25. Dec 23, 2015
    • Nick Mathewson's avatar
      Remove config.log from CLEANFILES · 2b9b6944
      Nick Mathewson authored
      Fixes bug 17924; bugfix on 0.2.4.1-alpha.
      
      In ddf5020e, we added config.log to CLEANFILES in doc/Makefile.am
      so that distcheck would be happy about the presence of doc/config.log.
      But when we moved to nonrecursie makefiles in 2a4a1496, we
      accidentally left that filename unchanged, so that it referred to
      config.log instead.
      
      Patch from cypherpunks.
      2b9b6944
  26. Dec 22, 2015
  27. Dec 18, 2015
  28. Dec 15, 2015
    • Nick Mathewson's avatar
      remove redundant section in tor.1.txt · 125e0c70
      Nick Mathewson authored
      125e0c70
    • Nick Mathewson's avatar
      Update KeepCapabilities based on comments from asn · 405a8d3f
      Nick Mathewson authored
      * The option is now KeepBindCapabilities
      * We now warn if the user specifically asked for KeepBindCapabilities
        and we can't deliver.
      * The unit tests are willing to start.
      * Fewer unused-variable warnings.
      * More documentation, fewer misspellings.
      405a8d3f
    • Nick Mathewson's avatar
      Add ability to keep the CAP_NET_BIND_SERVICE capability on Linux · e8cc839e
      Nick Mathewson authored
      This feature allows us to bind low ports when starting as root and
      switching UIDs.
      
      Based on code by David Goulet.
      
      Implement feature 8195
      e8cc839e
    • teor (Tim Wilson-Brown)'s avatar
      Prop210: Close excess connections once a consensus is downloading · 2212530b
      teor (Tim Wilson-Brown) authored
      Once tor is downloading a usable consensus, any other connection
      attempts are not needed.
      
      Choose a connection to keep, favouring:
      * fallback directories over authorities,
      * connections initiated earlier over later connections
      
      Close all other connections downloading a consensus.
      2212530b
    • teor (Tim Wilson-Brown)'s avatar
      Prop210: Add schedules for simultaneous client consensus downloads · 35bbf2e4
      teor (Tim Wilson-Brown) authored
      Prop210: Add attempt-based connection schedules
      
      Existing tor schedules increment the schedule position on failure,
      then retry the connection after the scheduled time.
      
      To make multiple simultaneous connections, we need to increment the
      schedule position when making each attempt, then retry a (potentially
      simultaneous) connection after the scheduled time.
      
      (Also change find_dl_schedule_and_len to find_dl_schedule, as it no
      longer takes or returns len.)
      
      Prop210: Add multiple simultaneous consensus downloads for clients
      
      Make connections on TestingClientBootstrapConsensus*DownloadSchedule,
      incrementing the schedule each time the client attempts to connect.
      
      Check if the number of downloads is less than
      TestingClientBootstrapConsensusMaxInProgressTries before trying any
      more connections.
      35bbf2e4
    • teor (Tim Wilson-Brown)'s avatar
      Add UseDefaultFallbackDirs for hard-coded directory mirrors · 080ae03e
      teor (Tim Wilson-Brown) authored and Nick Mathewson's avatar Nick Mathewson committed
      UseDefaultFallbackDirs enables any hard-coded fallback
      directory mirrors. Default is 1, set it to 0 to disable fallbacks.
      
      Implements ticket 17576.
      Patch by "teor".
      080ae03e
Loading