| Commit message (Expand) | Author | Age |
* | Don't yell loudly about failed internal/bridge connections. These | Roger Dingledine | 2006-04-09 |
* | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine | 2006-03-27 |
* | whoops. inform circuits again when we failed to connect to their | Roger Dingledine | 2006-03-22 |
* | parameterize two more timeout constants in circuit-land. | Roger Dingledine | 2006-03-22 |
* | new config option SocksTimeout: How long do we let a socks connection | Roger Dingledine | 2006-03-21 |
* | don't call circuit_n_conn_done() if the closing conn is already open. | Roger Dingledine | 2006-03-21 |
* | Be more patient before giving up on in-progress circuits. | Roger Dingledine | 2006-03-21 |
* | Finish the transition from the word 'verified' to the words | Roger Dingledine | 2006-03-19 |
* | Comments: cleanups and additions. | Nick Mathewson | 2006-03-17 |
* | Cleanup on time-relaqted constants. New conventions: | Nick Mathewson | 2006-03-12 |
* | Add some functions to escape values from the network before sending them to t... | Nick Mathewson | 2006-03-05 |
* | convert some more source files to the new log convention | Roger Dingledine | 2006-02-13 |
* | Retry pending server downloads as well as pending networkstatus downloads whe... | Nick Mathewson | 2006-02-11 |
* | Happy new year! | Roger Dingledine | 2006-02-09 |
* | entry nodes are now entry guards. | Roger Dingledine | 2006-01-10 |
* | Add reasons to DESTROY and RELAY_TRUNCATED cells. | Nick Mathewson | 2006-01-05 |
* | helper nodes are dead. long live entry nodes. | Roger Dingledine | 2005-12-28 |
* | fix a spacing problem introduced by our 80-column requirement | Roger Dingledine | 2005-12-27 |
* | if the network is down, and we try to connect to a conn because we | Roger Dingledine | 2005-12-27 |
* | Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d... | Nick Mathewson | 2005-12-15 |
* | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson | 2005-12-14 |
* | mark the helper node as down if we time-out on the circuit handshake | Roger Dingledine | 2005-12-11 |
* | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine | 2005-12-10 |
* | Better fix for last bug: avoids trying to double-mark circuits. | Nick Mathewson | 2005-12-05 |
* | Bugfix for trackhostexits: write down the fingerprint of the chosen exit, | Roger Dingledine | 2005-12-05 |
* | Fix another time comparison bug in circuit_stream_is_being_handled(). | Roger Dingledine | 2005-12-04 |
* | ok, i know this one was a bug. we were expiring open general | Roger Dingledine | 2005-12-04 |
* | take back half of my bugfix. comparing times sucks. | Roger Dingledine | 2005-12-04 |
* | fix the first bug with our optimization to circuit_expire_building(): | Roger Dingledine | 2005-12-04 |
* | Clean up some comments; remove some dead code | Nick Mathewson | 2005-12-03 |
* | Use a switch statement and some mild refactoring to try to speed up circuit_e... | Nick Mathewson | 2005-12-03 |
* | Make arguments to circuit_set_circid_orconn match the connection that is clos... | Nick Mathewson | 2005-11-29 |
* | "How about 'never'? Does 'never' work for you?" | Nick Mathewson | 2005-11-26 |
* | Start the process of treating internal circuits and exit circuits | Roger Dingledine | 2005-11-25 |
* | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine | 2005-11-19 |
* | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson | 2005-11-15 |
* | when we were cannibalizing a circuit with a particular exit | Roger Dingledine | 2005-11-11 |
* | Remove last vestiges of old logging interface. | Nick Mathewson | 2005-10-25 |
* | Convert circuituse, command, config, connection, relay, router, test to new l... | Nick Mathewson | 2005-10-25 |
* | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson | 2005-10-24 |
* | replace former relaunches of directory downloads with reset of failure count ... | Nick Mathewson | 2005-10-05 |
* | Note the two places where clients will still try to fetch old-style (v1) dire... | Nick Mathewson | 2005-10-05 |
* | Check for named servers when looking them up by nickname; | Nick Mathewson | 2005-10-04 |
* | Reformat inconsistent function declarations. | Nick Mathewson | 2005-09-30 |
* | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine | 2005-08-15 |
* | predict required circuits better, with an eye toward making | Roger Dingledine | 2005-08-13 |
* | We weren't cannibilizing circuits correctly for | Roger Dingledine | 2005-08-12 |
* | trivial changes on nick's rendezvous commit | Roger Dingledine | 2005-07-14 |
* | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson | 2005-06-29 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |