aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* touchups all over•••put uptime in descriptor svn:r2011 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
* Track routers by hash of identity key; use hex hash of identity key in place ...•••svn:r1994 Nick Mathewson2004-07-01
* cleanups on 008pre1 items•••svn:r1993 Roger Dingledine2004-06-30
* Use arguments to routerlist_update_from_runningrouters correctly•••svn:r1992 Nick Mathewson2004-06-30
* Always use get_data_directory() instead of options.DataDirectory; fix a memor...•••svn:r1991 Nick Mathewson2004-06-30
* Always log version when starting tor.•••svn:r1990 Nick Mathewson2004-06-30
* stop leaking options->ContactInfo on hup•••svn:r1989 Roger Dingledine2004-06-29
* add an example ContactInfo line to torrc.sample•••svn:r1988 Roger Dingledine2004-06-29
* Remaining 008pre1 items done; deferred where more design is needed.•••More docs and (way more!) testing needed. Done: - Authdirservers down directories from others. - Generate and use running-routers lists - Cache directories; store across reboots. - Refactor directory parsing a bit; note potential trouble spots. svn:r1985 Nick Mathewson2004-06-25
* Terminate comment•••svn:r1982 Nick Mathewson2004-06-21
* Implement several 008pre1 items: needs more testing•••svn:r1981 Nick Mathewson2004-06-21
* tweaks and bugfix on resolve/resolved code•••svn:r1980 Roger Dingledine2004-06-17
* Implement RESOLVE/RESOLVED cells and socks resolve code•••svn:r1978 Nick Mathewson2004-06-17
* router->is_trusted_dir implies router->dir_port>0•••and add some infrastructure for fetching running-routers list svn:r1973 Roger Dingledine2004-06-16
* include <inttypes.h> if we have it•••openbsd on a sparc64 needs this (apparently) svn:r1971 Roger Dingledine2004-06-16
* if datadirectory isn't owned by this uid, tell the user he must•••fix it before he can proceed. svn:r1968 Roger Dingledine2004-06-13
* what is this "command line" that we can allegedly write to?•••svn:r1967 Roger Dingledine2004-06-13
* Implement code to run tor as an NT service. More testing is needed, as is co...•••svn:r1966 Nick Mathewson2004-06-12
* Break tor_main into startup/loop/shutdown portions, to make NT service refact...•••svn:r1965 Nick Mathewson2004-06-12
* Address can be an IP too•••svn:r1964 Roger Dingledine2004-06-10
* Use intptr_t correctly in test.c; try to resolve ia64 warnings•••svn:r1963 Nick Mathewson2004-06-08
* Update windows version to 0.0.7•••svn:r1962 Nick Mathewson2004-06-07
* provide a prototype for dnsworkers_rotate•••svn:r1961 Roger Dingledine2004-06-07