| Commit message (Expand) | Author | Age |
* | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson | 2005-01-12 |
* | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine | 2005-01-12 |
* | when we haven't fetched a directory yet, or the last time we | Roger Dingledine | 2005-01-07 |
* | new config option DirAllowPrivateAddresses for authdirservers. | Roger Dingledine | 2005-01-06 |
* | Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise... | Nick Mathewson | 2005-01-06 |
* | Implement SIGNAL control command. | Nick Mathewson | 2005-01-05 |
* | Stop reversing and re-reversing config lines: keep them in order all the time... | Nick Mathewson | 2005-01-05 |
* | Nothing actually _uses_ socks_port, so why publish it? For backward compatibi... | Nick Mathewson | 2005-01-04 |
* | forward-port the fix for the compiler warning | Roger Dingledine | 2005-01-04 |
* | Use correct logic to decide whether there are more directory servers to retry. | Nick Mathewson | 2005-01-03 |
* | Split mark-dir-failed-and-retry logic into separate function; make it retry r... | Nick Mathewson | 2005-01-03 |
* | require BandwidthRate to be at least 10kB/s | Roger Dingledine | 2004-12-31 |
* | Remove length restriction when generating directories. | Nick Mathewson | 2004-12-24 |
* | move network_init from or/main to common/compat | Roger Dingledine | 2004-12-22 |
* | Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out | Nick Mathewson | 2004-12-22 |
* | Fix a bug in parsing HashedControlPassword. | Nick Mathewson | 2004-12-13 |
* | I'm a bad person. | Roger Dingledine | 2004-12-07 |
* | Make unit tests work on win32 | Nick Mathewson | 2004-12-07 |
* | New circuit building strategy: keep a list of ports that we've used in ... | Roger Dingledine | 2004-12-05 |
* | React to eof immediately on non-open edge connections. | Roger Dingledine | 2004-12-04 |
* | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson | 2004-12-04 |
* | Clarify chosen tag progression | Nick Mathewson | 2004-11-30 |
* | Rename parse_address to parse_extended_hostname (since we have other kinds of... | Nick Mathewson | 2004-11-30 |
* | note possible alternative for how to do CVS versions; ask arma which he likes. | Nick Mathewson | 2004-11-29 |
* | Implement new version format for post 0.1. | Nick Mathewson | 2004-11-29 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson | 2004-11-29 |
* | Fetch cached running-routers from servers that serve it (that is, authdirserv... | Nick Mathewson | 2004-11-29 |
* | put in initial support for ".nickname.exit" addresses, to let alice | Roger Dingledine | 2004-11-29 |
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 |
* | Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp... | Nick Mathewson | 2004-11-23 |
* | Implement weekly/monthly/daily accounting | Nick Mathewson | 2004-11-22 |
* | break reached_eof() out of process_inbuf() | Roger Dingledine | 2004-11-21 |
* | some more debugging aids | Roger Dingledine | 2004-11-21 |
* | be more greedy about filling up all relay cells. | Roger Dingledine | 2004-11-21 |
* | Dont keep rephist info for routers that havent had activity for 24 hours. | Nick Mathewson | 2004-11-21 |
* | Call init_keys() where needed; fix hibernate bug. | Nick Mathewson | 2004-11-21 |
* | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson | 2004-11-20 |
* | Break DirFetchPostPeriod into: | Roger Dingledine | 2004-11-15 |
* | Cache running-routers; compress running-routers; serve compressed running-rou... | Nick Mathewson | 2004-11-15 |
* | fix a bug in configuring accounting in options_act() | Roger Dingledine | 2004-11-15 |
* | Resolve some hibernating-related XXXX009s. | Nick Mathewson | 2004-11-14 |
* | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF | Nick Mathewson | 2004-11-14 |
* | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson | 2004-11-13 |
* | Write most of the implementation for SAVECONF. | Nick Mathewson | 2004-11-12 |
* | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson | 2004-11-12 |
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson | 2004-11-12 |
* | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson | 2004-11-10 |
* | Resolve FIXME items: make circuit_free_cpath_node static | Nick Mathewson | 2004-11-10 |
* | make nick's config patch build | Roger Dingledine | 2004-11-10 |
* | Remvove an XXX | Nick Mathewson | 2004-11-10 |