| Commit message (Expand) | Author | Age |
... | |
* | Resolve all DOCDOCs.•••svn:r2050
| Nick Mathewson | 2004-07-16 |
* | Revert cpuworker to use addr/port•••svn:r2049
| Nick Mathewson | 2004-07-16 |
* | Look in .torrc if no CONFDIR "torrc" is found.•••svn:r2048
| Nick Mathewson | 2004-07-16 |
* | Fix warning•••svn:r2046
| Nick Mathewson | 2004-07-15 |
* | Code to parse tor version numbers so we can do an is-newer-than check.•••svn:r2044
| Nick Mathewson | 2004-07-13 |
* | Finish most pre2 items: make running-routers list work right; rename secret k...•••svn:r2043
| Nick Mathewson | 2004-07-13 |
* | Bugfix: some things (like ctrl-z) can make a second take more than one second•••svn:r2042
| Nick Mathewson | 2004-07-13 |
* | only count bytes transmitted to/from non-local IPs•••svn:r2041
| Roger Dingledine | 2004-07-13 |
* | checkpoint: start working on bandwidth tracking and•••letting clients evaluate whether they're suitable servers
svn:r2037
| Roger Dingledine | 2004-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 Dingledine | 2004-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 Dingledine | 2004-07-13 |
* | bugfix: tell circuits what id_digest to look for, so•••n_conn_open() can find waiting circuits.
svn:r2034
| Roger Dingledine | 2004-07-12 |
* | why does gcc not warn me about this at all? that's evil.•••svn:r2032
| Roger Dingledine | 2004-07-12 |
* | tor now tolerates down dirservers better•••svn:r2031
| Roger Dingledine | 2004-07-12 |
* | make unit tests pass again•••but note a bug that i don't know how to address. nick?
svn:r2030
| Roger Dingledine | 2004-07-12 |
* | if connecting to an OR fails immediately, mark it as down•••svn:r2029
| Roger Dingledine | 2004-07-12 |
* | add 'advertisedbandwidth' to router descriptor•••svn:r2028
| Roger Dingledine | 2004-07-12 |
* | fix a bug related to reading usernames for socks4•••this hasn't bitten us yet, but hey.
svn:r2026
| Roger Dingledine | 2004-07-12 |
* | Remove spurious assert•••svn:r2018
| Nick Mathewson | 2004-07-07 |
* | Fix the router_compare_to_my_exit_policy assertion failure once-and-for-all, ...•••svn:r2017
| Nick Mathewson | 2004-07-07 |
* | Fix bug reported by peter palfrader: an empty address is unresolvable, but no...•••svn:r2015
| Nick Mathewson | 2004-07-06 |
* | touchups all over•••put uptime in descriptor
svn:r2011
| Roger Dingledine | 2004-07-04 |
* | When tor_lookup_hostname says 0.0.0.0, treat it as an error.•••svn:r2003
| Nick Mathewson | 2004-07-04 |
* | fix a seg fault when you try to launch a circ•••svn:r2002
| Roger Dingledine | 2004-07-03 |
* | populate circ->n_conn_id_digest when we set circ->n_conn•••svn:r2001
| Roger Dingledine | 2004-07-03 |
* | More digest/nickname fixes•••svn:r2000
| Nick Mathewson | 2004-07-02 |
* | another checkpoint toward letting ORs connect on demand•••svn:r1999
| Roger Dingledine | 2004-07-02 |
* | some of the infrastructure to let ORs connect on demand•••svn:r1998
| Roger Dingledine | 2004-07-02 |
* | Switch most uses of *_by_addr_port to *_by_identity_digest•••svn:r1997
| Nick Mathewson | 2004-07-01 |
* | running-routers now lists down routers too (with a ! before their name)•••svn:r1996
| Roger Dingledine | 2004-07-01 |
* | Track routers by hash of identity key; use hex hash of identity key in place ...•••svn:r1994
| Nick Mathewson | 2004-07-01 |
* | cleanups on 008pre1 items•••svn:r1993
| Roger Dingledine | 2004-06-30 |
* | Use arguments to routerlist_update_from_runningrouters correctly•••svn:r1992
| Nick Mathewson | 2004-06-30 |
* | Always use get_data_directory() instead of options.DataDirectory; fix a memor...•••svn:r1991
| Nick Mathewson | 2004-06-30 |
* | stop leaking options->ContactInfo on hup•••svn:r1989
| Roger Dingledine | 2004-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 Mathewson | 2004-06-25 |
* | Terminate comment•••svn:r1982
| Nick Mathewson | 2004-06-21 |
* | Implement several 008pre1 items: needs more testing•••svn:r1981
| Nick Mathewson | 2004-06-21 |
* | tweaks and bugfix on resolve/resolved code•••svn:r1980
| Roger Dingledine | 2004-06-17 |
* | Implement RESOLVE/RESOLVED cells and socks resolve code•••svn:r1978
| Nick Mathewson | 2004-06-17 |
* | router->is_trusted_dir implies router->dir_port>0•••and add some infrastructure for fetching running-routers list
svn:r1973
| Roger Dingledine | 2004-06-16 |
* | include <inttypes.h> if we have it•••openbsd on a sparc64 needs this (apparently)
svn:r1971
| Roger Dingledine | 2004-06-16 |
* | Implement code to run tor as an NT service. More testing is needed, as is co...•••svn:r1966
| Nick Mathewson | 2004-06-12 |
* | Break tor_main into startup/loop/shutdown portions, to make NT service refact...•••svn:r1965
| Nick Mathewson | 2004-06-12 |
* | Use intptr_t correctly in test.c; try to resolve ia64 warnings•••svn:r1963
| Nick Mathewson | 2004-06-08 |
* | provide a prototype for dnsworkers_rotate•••svn:r1961
| Roger Dingledine | 2004-06-07 |
* | Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too•••svn:r1950
| Nick Mathewson | 2004-06-06 |
* | Unbork windows whitespace•••svn:r1949
| Nick Mathewson | 2004-06-05 |
* | Make tor build on win32 again; handle locking for server•••svn:r1948
| Nick Mathewson | 2004-06-05 |
* | bump an info message down to a debug•••svn:r1947
| Roger Dingledine | 2004-06-03 |