aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-10-24Merge remote-tracking branch 'tor-github/pr/409'Nick Mathewson
2018-10-23Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-23Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-10-23Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-10-23Merge rem
                    This file lists the authors for Tor,
        a free software project to provide anonymity on the Internet.

       For more information about Tor, see https://www.torproject.org/.

             If you got this file as a part of a larger bundle,
        there are probably other authors that you should be aware of.

Main authors:
-------------

Roger Dingledine <arma@freehaven.net> overhauled all of the code, did
a bunch of new design work, etc.

Nick Mathewson <nickm@freehaven.net> wrote lots of stuff too, in
particular the router and descriptor parsing, and the crypto and tls
wrappers.

Matej Pfajfar <badbytes@freehaven.net> wrote the first version of the code
(called OR) in 2001-2002.

Contributors:
-------------

John Bashinski <jbash@velvet.com> contributed the initial rpm spec file.

Christian Grothoff <grothoff@cs.purdue.edu> contributed better daemonizing
behavior.

Steven Hazel <sah@thalassocracy.org> made 'make install' do the right
thing.

Jason Holt <jason@lunkwill.org> contributed patches to the instructions
and the man page.

Peter Palfrader <peter@palfrader.org> maintains everything that's
debian-specific, and has written other useful features.

Aaron Turner <aturner@netscreen.com> contributed the first version of
the tor.sh initscripts shell script.
eeb76'>Extract addr-policy parsing code.Nick Mathewson 2018-10-01extract networkstatus parsing to its own file.Nick Mathewson 2018-10-01Pull detached-signatures code into dirauth.Nick Mathewson 2018-10-01Split microdescriptor parser into its own file.Nick Mathewson 2018-10-01Move v2 hs parsing into feature/rendNick Mathewson 2018-10-01Split the authority-cert and signature/hash code from routerparseNick Mathewson 2018-10-01Extract logic for dumping unparseable junk from routerparse.cNick Mathewson 2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson 2018-09-27Merge branch 'split_stats'Nick Mathewson 2018-09-27Always initialize the periodic events list.Nick Mathewson 2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson 2018-09-27Remove excess dependencies from geoip.cNick Mathewson 2018-09-27Split geoip from geoip-related stats.Nick Mathewson 2018-09-27Move the predicted ports code out of rephist.cNick Mathewson 2018-09-25Revise things that had included router.h beforeNick Mathewson 2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson 2018-09-25Move key-loading and crosscert-checking out of feature/relayNick Mathewson 2018-09-24Merge branch 'ticket26744'Nick Mathewson