aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bugfix: hidden services were broken in cvs•••svn:r2053 Roger Dingledine2004-07-17
* Change rule from "reject non-recommended versions" to "reject obsolete versio...•••svn:r2052 Nick Mathewson2004-07-16
* Remove 1024-router limit in routerparse.c; unify handling of running-routers ...•••svn:r2051 Nick Mathewson2004-07-16
* Resolve all DOCDOCs.•••svn:r2050 Nick Mathewson2004-07-16
* Revert cpuworker to use addr/port•••svn:r2049 Nick Mathewson2004-07-16
* Look in .torrc if no CONFDIR "torrc" is found.•••svn:r2048 Nick Mathewson2004-07-16
* Add generic expand_filename function to handle expanding ~/•••svn:r2047 Nick Mathewson2004-07-15
* Fix warning•••svn:r2046 Nick Mathewson2004-07-15
* give nick enough to keep him busy for a while more•••svn:r2045 Roger Dingledine2004-07-15
* Code to parse tor version numbers so we can do an is-newer-than check.•••svn:r2044 Nick Mathewson2004-07-13
* Finish most pre2 items: make running-routers list work right; rename secret k...•••svn:r2043 Nick Mathewson2004-07-13
* Bugfix: some things (like ctrl-z) can make a second take more than one second•••svn:r2042 Nick Mathewson2004-07-13
* only count bytes transmitted to/from non-local IPs•••svn:r2041 Roger Dingledine2004-07-13
* add is_local_IP() function to help distinguish which bandwidth "matters"•••svn:r2040 Roger Dingledine2004-07-13
* include a css file for tor-doc.html•••(also include it in the tarball) svn:r2039 Roger Dingledine2004-07-13
* ship doc/tor-doc.html in the tarball•••svn:r2038 Roger Dingledine2004-07-13
* checkpoint: start working on bandwidth tracking and•••letting clients evaluate whether they're suitable servers svn:r2037 Roger Dingledine2004-07-13
* refuse to build a circuit before the directory has arrived•••this will prevent a few of the 'couldn't decrypt onionskin' errors, maybe svn:r2036 Roger Dingledine2004-07-13
* when you expire a wedged dir conn, conn_close_if_marked will take•••care of trying to flush before it closes svn:r2035 Roger Dingledine2004-07-13
* bugfix: tell circuits what id_digest to look for, so•••n_conn_open() can find waiting circuits. svn:r2034 Roger Dingledine2004-07-12
* update the todo list a bit•••svn:r2033 Roger Dingledine2004-07-12
* why does gcc not warn me about this at all? that's evil.•••svn:r2032 Roger Dingledine2004-07-12
* tor now tolerates down dirservers better•••svn:r2031 Roger Dingledine2004-07-12
* make unit tests pass again•••but note a bug that i don't know how to address. nick? svn:r2030 Roger Dingledine2004-07-12
* if connecting to an OR fails immediately, mark it as down•••svn:r2029 Roger Dingledine2004-07-12
* add 'advertisedbandwidth' to router descriptor•••svn:r2028 Roger Dingledine2004-07-12
* trivial punctuation tweak•••svn:r2027 Roger Dingledine2004-07-12
* fix a bug related to reading usernames for socks4•••this hasn't bitten us yet, but hey. svn:r2026 Roger Dingledine2004-07-12
* emphasize tor hidden services in the 'why should you use tor' section•••svn:r2025 Roger Dingledine2004-07-08
* changelog for 0.0.7.2 in the main branch•••svn:r2024 Roger Dingledine2004-07-08
* * New upstream release: Fixes another instance of that remote crash bug.•••* Mention another reason why stop/reload may fail in the init script. svn:r2020 Peter Palfrader2004-07-08
* Remove spurious assert•••svn:r2018 Nick Mathewson2004-07-07
* Fix the router_compare_to_my_exit_policy assertion failure once-and-for-all, ...•••svn:r2017 Nick Mathewson2004-07-07
* Yes, I did mean "else if".•••svn:r2016 Nick Mathewson2004-07-06
* Fix bug reported by peter palfrader: an empty address is unresolvable, but no...•••svn:r2015 Nick Mathewson2004-07-06
* s/exit bugs/exit nodes/•••svn:r2014 Peter Palfrader2004-07-05
* New upstream release•••svn:r2012 Peter Palfrader2004-07-05
* touchups all over•••put uptime in descriptor svn:r2011 Roger Dingledine2004-07-04
* add a changelog for 0.0.7.1•••svn:r2008 Roger Dingledine2004-07-04
* two more todo items•••svn:r2007 Roger Dingledine2004-07-04
* When tor_lookup_hostname says 0.0.0.0, treat it as an error.•••svn:r2003 Nick Mathewson2004-07-04
* fix a seg fault when you try to launch a circ•••svn:r2002 Roger Dingledine2004-07-03
* populate circ->n_conn_id_digest when we set circ->n_conn•••svn:r2001 Roger Dingledine2004-07-03
* More digest/nickname fixes•••svn:r2000 Nick Mathewson2004-07-02
* another checkpoint toward letting ORs connect on demand•••svn:r1999 Roger Dingledine2004-07-02
* some of the infrastructure to let ORs connect on demand•••svn:r1998 Roger Dingledine2004-07-02
* Switch most uses of *_by_addr_port to *_by_identity_digest•••svn:r1997 Nick Mathewson2004-07-01
* running-routers now lists down routers too (with a ! before their name)•••svn:r1996 Roger Dingledine2004-07-01
* Update tor-spec with new EXTEND format and info about certificate chains•••svn:r1995 Nick Mathewson2004-07-01
* Track routers by hash of identity key; use hex hash of identity key in place ...•••svn:r1994 Nick Mathewson2004-07-01