| Commit message (Expand) | Author | Age |
* | make it less noisy for normal ORs when a server uses a false nickname | Roger Dingledine | 2004-03-28 |
* | fix two assert triggers (darn it, I hate releasing software) | Roger Dingledine | 2004-03-26 |
* | Replace all connection_removes outsice of main.c with connection_mark_for_close | Nick Mathewson | 2004-03-21 |
* | Add a RunTesting option to try to learn link state by creating test circuits,... | Nick Mathewson | 2004-03-21 |
* | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson | 2004-03-20 |
* | stop troubling router operators with unapproved router connect attempts | Roger Dingledine | 2004-03-09 |
* | stop asserting that computers always go forward in time | Roger Dingledine | 2004-03-06 |
* | use conn->hold_open_until_flushed for streams | Roger Dingledine | 2004-03-03 |
* | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson | 2004-02-28 |
* | oh, and make it compile | Roger Dingledine | 2004-01-11 |
* | checkpoint: revamp relay cell packaging and handling | Roger Dingledine | 2003-12-23 |
* | remove trailing whitespace | Roger Dingledine | 2003-12-17 |
* | move cell size to 512 bytes | Roger Dingledine | 2003-12-16 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | removed unused variable; silence warning | Nick Mathewson | 2003-11-19 |
* | revert part of that last change | Roger Dingledine | 2003-11-18 |
* | make more sure we can't end up with two connections to the same OR | Roger Dingledine | 2003-11-18 |
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
* | Simplify post-TLS-handshake checks, and add check for correct nickname | Nick Mathewson | 2003-11-18 |
* | make dir parsing robust to invalid but well-formed descriptors | Roger Dingledine | 2003-11-12 |
* | Rename aci to circ_id throughout. | Nick Mathewson | 2003-11-11 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | Example code to get nickname from cert | Nick Mathewson | 2003-10-19 |
* | Build without warnings on OS X. | Nick Mathewson | 2003-10-15 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 |
* | 0.0.2pre11, new license | Roger Dingledine | 2003-10-08 |
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 |
* | more details to track a warning in tls handshakes | Roger Dingledine | 2003-10-07 |
* | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine | 2003-10-04 |
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 |
* | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine | 2003-10-01 |
* | fix the SSL_read() bug again. this time for sure! | Roger Dingledine | 2003-09-30 |
* | move the tls handshake stuff to connection_or | Roger Dingledine | 2003-09-30 |
* | Write necessary backends for online directory generation. I think. | Nick Mathewson | 2003-09-27 |
* | clean up receiver buckets; prepare for payloads in relay_end; note a few bugs | Roger Dingledine | 2003-09-27 |
* | connection_new() can't ever fail | Roger Dingledine | 2003-09-27 |
* | first pass: obey log convention | Roger Dingledine | 2003-09-26 |
* | various bugfixes and updates | Roger Dingledine | 2003-09-25 |
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
* | cleanups, bugfixes, more verbose logs | Roger Dingledine | 2003-09-24 |
* | phase out non-tls handshake, now that tls is stable. | Roger Dingledine | 2003-09-16 |
* | clean up exported api's | Roger Dingledine | 2003-09-16 |
* | refactor connects into connection_connect() | Roger Dingledine | 2003-09-16 |
* | reshuffle functions for cleaner organization | Roger Dingledine | 2003-09-12 |
* | tls works between routers now too | Roger Dingledine | 2003-09-12 |
* | tls works with onion proxies now. | Roger Dingledine | 2003-09-12 |
* | collect info from peer we just handshaked with | Roger Dingledine | 2003-09-11 |
* | Make crypto structures private to crypto.c | Nick Mathewson | 2003-09-10 |
* | tls infrastructure now in place, give or take | Roger Dingledine | 2003-09-08 |