Skip to content
Snippets Groups Projects
Select Git revision
  • ticket40237_046_01
  • main default
  • tls13_048_01
  • ticket41037_048_01
  • ticket41035_048_01
  • ticket40990_049_01
  • ticket40966_048_01
  • ticket11101_048_01
  • ticket40689_048_01
  • intro2-close
  • ticket40932_048_01
  • ticket40908_048_01
  • ticket40921_048_01
  • tor26-changes
  • ticket40791_049_03
  • ticket40816_049_01
  • prop346
  • ticket40791_049_02
  • ticket40870_048_01
  • ticket40791_049_01
  • ticket40739_047_01
  • remove-conflux-bug-log
  • tor-0.4.4.1-alpha
  • tor-0.4.4.0-alpha-dev
  • tor-0.4.5.0-alpha-dev
  • tor-0.4.3.5
  • tor-0.4.3.4-rc
  • tor-0.4.3.3-alpha
  • tor-0.4.2.7
  • tor-0.4.1.9
  • tor-0.3.5.10
  • tor-0.4.3.2-alpha
  • tor-0.4.2.6
  • tor-0.4.1.8
  • tor-0.4.3.1-alpha
  • tor-0.4.2.5
  • tor-0.4.1.7
  • tor-0.4.0.6
  • tor-0.3.5.9
  • tor-0.4.2.4-rc
  • tor-0.4.2.3-alpha
  • tor-0.4.3.0-alpha-dev
42 results

tor

  • Clone with SSH
  • Clone with HTTPS
  • Forked from The Tor Project / Core / Tor
    2848 commits behind, 3 commits ahead of the upstream repository.
    user avatar
    George Kadianakis authored and David Goulet committed
    9047fbed
    History
    Tor protects your privacy on the internet by hiding the connection
    between your Internet address and the services you use. We believe Tor
    is reasonably secure, but please ensure you read the instructions and
    configure it properly.
    
    To build Tor from source:
            ./configure && make && make install
    
    To build Tor from a just-cloned git repository:
            sh autogen.sh && ./configure && make && make install
    
    Home page:
            https://www.torproject.org/
    
    Download new versions:
            https://www.torproject.org/download/download.html
    
    Documentation, including links to installation and setup instructions:
            https://www.torproject.org/docs/documentation.html
    
    Making applications work with Tor:
            https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorifyHOWTO
    
    Frequently Asked Questions:
            https://www.torproject.org/docs/faq.html
    
    Release timeline:
            https://gitlab.torproject.org/tpo/core/team/-/wikis/NetworkTeam/CoreTorReleases
    
    To get started working on Tor development:
            See the doc/HACKING directory.