Age | Commit message (Expand) | Author |
2005-12-03 | 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-11-29 | Make arguments to circuit_set_circid_orconn match the connection that is clos... | Nick Mathewson |
2005-11-26 | "How about 'never'? Does 'never' work for you?" | Nick Mathewson |
2005-11-25 | Start the process of treating internal circuits and exit circuits | Roger Dingledine |
2005-11-19 | Recover better from TCP connections to Tor servers that are broken but | Roger Dingledine |
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson |
2005-11-11 | when we were cannibalizing a circuit with a particular exit | Roger Dingledine |
2005-10-25 | 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-24 | Use LD_BUG as appropriate; convert rend* and router* to new logging interface... | Nick Mathewson |
2005-10-05 | 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-04 | Check for named servers when looking them up by nickname; | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-08-15 | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine |
2005-08-13 | predict required circuits better, with an eye toward making | Roger Dingledine |
2005-08-12 | We weren't cannibilizing circuits correctly for | Roger Dingledine |
2005-07-14 | trivial changes on nick's rendezvous commit | Roger Dingledine |
2005-06-29 | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-05-15 | clean up some log entries | Roger Dingledine |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-04-26 | clean up this TOR_FRAGILE business | Roger Dingledine |
2005-04-07 | Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor... | Nick Mathewson |
2005-04-06 | Rename circuit_get_by_stream to circuit_get_by_edge_conn, and actually start ... | Nick Mathewson |
2005-04-06 | Add a pointer from edge connections to their corresponding circuit (ulp!); ad... | Nick Mathewson |
2005-04-06 | Hopefully, this will make ORs much faster, and not break them: keep a big spl... | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-04-01 | when building testing circuits, always use middle hops | Roger Dingledine |
2005-04-01 | when the or-connect succeeded and the tls handshake succeeded | Roger Dingledine |
2005-03-31 | still publish your descriptor if orport is reachable but dirport isn't | Roger Dingledine |
2005-03-24 | cleanup so connection_ap_handshake_attach_chosen_circuit() always | Roger Dingledine |
2005-03-24 | Bulletproof connection_ap_handshake_attach_chosen_circuit | Nick Mathewson |
2005-03-22 | clean up and refactor some more | Roger Dingledine |
2005-03-22 | Implement controller's "extendcircuit" directive. | Roger Dingledine |
2005-03-19 | Turn addr_policy_compare from a tristate to a quadstate; this should help add... | Nick Mathewson |
2005-03-19 | make hidden services more likely to work from the server-side | Roger Dingledine |
2005-03-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed functi... | Nick Mathewson |
2005-03-15 | re-enable reachability testing stuff. | Roger Dingledine |
2005-03-14 | Renormalize whitespace | Nick Mathewson |
2005-03-12 | Implement the common case of ATTACHSTREAM. | Nick Mathewson |
2005-02-27 | Checkpoint in-progress fixes: | Roger Dingledine |
2005-02-22 | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine |
2005-02-02 | bugfix: tor-resolve requests were ignoring .exit if there was | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-20 | The crowning hidden-service patch: prefer non-internal circuits | Roger Dingledine |
2005-01-19 | Handle unavailable hidden services better. We try each intro point | Roger Dingledine |