Tor: Developers
Browse the Tor CVS repository: (which may not necessarily work or even compile)
- Regularly updated cvs sandbox
- ViewCVS
- anonymous pserver access (password is guest):
- Make a new empty directory and cd into it.
- cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login
- cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor
- cd tor; ./autogen.sh; make; make install if you like.
- (use -r tor-0_0_9 or equivalent to fetch a particular version.)
- (To check out the maintenance branch, use -r tor-0_0_9-patches)
Read the Guide to Tor's source code for an overview of the various files and components of the system.
The list of stuff the developers know they need to do.
The Java Anon Proxy (JAP) project has implemented the Tor client protocol in their client. More on that coming soon.