AUTHORS 931 B

12345678910111213141516171819202122232425262728293031323334
  1. Main authors:
  2. -------------
  3. Roger Dingledine <arma@freehaven.net> overhauled all of the code, did
  4. a bunch of new design work, etc.
  5. Nick Mathewson <nickm@freehaven.net> wrote lots of stuff too, in
  6. particular the router and descriptor parsing, and the crypto and tls
  7. wrappers.
  8. Matej Pfajfar <badbytes@freehaven.net> wrote the first version of the code
  9. (called OR) in 2001-2002.
  10. Contributors:
  11. -------------
  12. John Bashinski <jbash@velvet.com> contributed the initial rpm spec file.
  13. Christian Grothoff <grothoff@cs.purdue.edu> contributed better daemonizing
  14. behavior.
  15. Steven Hazel <sah@thalassocracy.org> made 'make install' do the right
  16. thing.
  17. Jason Holt <jason@lunkwill.org> contributed patches to the instructions
  18. and the man page.
  19. Peter Palfrader <peter@palfrader.org> maintains everything that's
  20. debian-specific.
  21. Aaron Turner <aturner@netscreen.com> contributed the first version of
  22. the tor.sh initscripts shell script.