Age | Commit message (Expand) | Author |
2004-05-12 | don't flush the buf from inside connection_write_to_buf | Roger Dingledine |
2004-05-12 | break connection_edge_end out of connection_mark_for_close | Roger Dingledine |
2004-05-12 | Make "connected" a different case from "finished_flushing"; always close_imme... | Nick Mathewson |
2004-05-10 | More doxygenation. | Nick Mathewson |
2004-05-10 | tweak comment in connection_or | Roger Dingledine |
2004-05-09 | more doxygen markup | Roger Dingledine |
2004-05-09 | bugfix: do directory_send_command only after we've established a socket | Roger Dingledine |
2004-05-07 | comment the functions in connection_or.c | Roger Dingledine |
2004-05-05 | Only connection_add connections once they have conn->s sett; refactor code ar... | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-25 | use tor_assert | Roger Dingledine |
2004-04-25 | Remove onion_pkey from connection, since onion keys can change more often tha... | Nick Mathewson |
2004-04-24 | Note router addr:port in log messages | Nick Mathewson |
2004-04-24 | Compare nicknames casei. | Nick Mathewson |
2004-04-24 | Merge flagday into main branch. | Nick Mathewson |
2004-04-08 | note which preexisting or connection we found. | Nick Mathewson |
2004-04-07 | Put ourself in router list; act accordingly. | Nick Mathewson |
2004-03-28 | make it less noisy for normal ORs when a server uses a false nickname | Roger Dingledine |
2004-03-26 | fix two assert triggers (darn it, I hate releasing software) | Roger Dingledine |
2004-03-21 | 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-20 | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson |
2004-03-09 | stop troubling router operators with unapproved router connect attempts | Roger Dingledine |
2004-03-06 | stop asserting that computers always go forward in time | Roger Dingledine |
2004-03-03 | use conn->hold_open_until_flushed for streams | Roger Dingledine |
2004-02-28 | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson |
2004-01-11 | oh, and make it compile | Roger Dingledine |
2003-12-23 | checkpoint: revamp relay cell packaging and handling | Roger Dingledine |
2003-12-17 | remove trailing whitespace | Roger Dingledine |
2003-12-16 | move cell size to 512 bytes | Roger Dingledine |
2003-11-20 | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine |
2003-11-19 | removed unused variable; silence warning | Nick Mathewson |
2003-11-18 | 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-12 | make dir parsing robust to invalid but well-formed descriptors | Roger Dingledine |
2003-11-11 | Rename aci to circ_id throughout. | Nick Mathewson |
2003-10-21 | move closer to being able to reload config on HUP | Roger Dingledine |
2003-10-19 | Example code to get nickname from cert | Nick Mathewson |
2003-10-15 | Build without warnings on OS X. | Nick Mathewson |
2003-10-10 | change WARNING to WARN | Roger Dingledine |
2003-10-09 | Refactor, rename, and clarify | Nick Mathewson |
2003-10-08 | 0.0.2pre11, new license | Roger Dingledine |
2003-10-08 | Update LICENSE and copyright dates. | Nick Mathewson |
2003-10-07 | more details to track a warning in tls handshakes | Roger Dingledine |
2003-10-04 | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine |
2003-10-04 | refactor so connection_write_to_buf() never fails | Roger Dingledine |
2003-10-01 | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine |
2003-09-30 | fix the SSL_read() bug again. this time for sure! | Roger Dingledine |