| Commit message (Expand) | Author | Age |
* | fix design bug: circ->n_conn is shared among circs, so it can't | Roger Dingledine | 2003-05-27 |
* | correct the comments, plus a question for nick | Roger Dingledine | 2003-05-26 |
* | remove dead code | Roger Dingledine | 2003-05-20 |
* | add circuit-level sendme relay cells | Roger Dingledine | 2003-05-20 |
* | replace malloc with tor_malloc; remove broken/unused crypto_pk_set_key | Roger Dingledine | 2003-05-20 |
* | Fail less spectacularly on macos | Nick Mathewson | 2003-05-09 |
* | Fix build on linux; macos is still messed up | Nick Mathewson | 2003-05-09 |
* | One is the language; the other is the compiler | Nick Mathewson | 2003-05-09 |
* | work on versioning; new log_fn function | Nick Mathewson | 2003-05-09 |
* | make router_dump_token only for debugging; clean backslashes | Roger Dingledine | 2003-05-09 |
* | still removing version.h | Roger Dingledine | 2003-05-09 |
* | removed obsolete version.h | Roger Dingledine | 2003-05-09 |
* | obsolete, removed | Roger Dingledine | 2003-05-09 |
* | Routerinfos are no longer linked | Nick Mathewson | 2003-05-09 |
* | We cant recognize ourself until we resolve all the routers. | Nick Mathewson | 2003-05-09 |
* | more debugging on build_directory | Nick Mathewson | 2003-05-09 |
* | more debugging on build_directory | Nick Mathewson | 2003-05-09 |
* | Thats the letter I and the number 2. (Apologies to Negativland) | Nick Mathewson | 2003-05-09 |
* | Get directories working. | Nick Mathewson | 2003-05-08 |
* | (possibly incorrect) code to make routers get resolved when they're | Nick Mathewson | 2003-05-08 |
* | Call the right signed-directory functions; try to describe the difference bet... | Nick Mathewson | 2003-05-08 |
* | cheap hack so the dirservers have a signing key | Roger Dingledine | 2003-05-07 |
* | sign directories with the signing key | Roger Dingledine | 2003-05-07 |
* | hints for nick on where to integrate | Roger Dingledine | 2003-05-07 |
* | Do not replace old directory if new one is invalid | Nick Mathewson | 2003-05-07 |
* | Tested backends for directory signing and checking. Directory parser complet... | Nick Mathewson | 2003-05-07 |
* | fix double-semicolon parse error | Roger Dingledine | 2003-05-07 |
* | Decrease DH group length to 1024. (Roger, you may want to read section 1 of ... | Nick Mathewson | 2003-05-07 |
* | More work on directories. Signed directories not yet tested. No support for ... | Nick Mathewson | 2003-05-07 |
* | update the todo | Roger Dingledine | 2003-05-07 |
* | Refactor directories; add unit tests; add router keyword | Nick Mathewson | 2003-05-06 |
* | put some symbolic constants to the onion skin lengths | Roger Dingledine | 2003-05-06 |
* | incremental path building in; uses ephemeral DH; onions are gone | Roger Dingledine | 2003-05-05 |
* | Tests, headers, and debugging for onion skin backend | Nick Mathewson | 2003-05-05 |
* | streams are now 8 bytes, and are recognized by intermediate hops | Roger Dingledine | 2003-05-02 |
* | remove obsolete test code | Roger Dingledine | 2003-05-01 |
* | cpath is now a doubly linked list, not an array | Roger Dingledine | 2003-05-01 |
* | Implement core of onion-skin-based handshake | Nick Mathewson | 2003-05-01 |
* | terminology shift: data->relay, topic->relay, topic->stream | Roger Dingledine | 2003-05-01 |
* | Basic diffie-helman wrappers with fixed modulus and tests | Nick Mathewson | 2003-05-01 |
* | update based on discussions at discex iii | Roger Dingledine | 2003-04-25 |
* | bugfix: a circ can't be youngest if it's still connecting to the first hop | Roger Dingledine | 2003-04-20 |
* | bugfix: refactor to always use circuit_remove | Roger Dingledine | 2003-04-20 |
* | bugfix: don't segfault if there's no valid circuit open | Roger Dingledine | 2003-04-19 |
* | update docs to reflect a bit more reality | Roger Dingledine | 2003-04-18 |
* | bugfix: only close old circuits if they have no connections! | Roger Dingledine | 2003-04-18 |
* | Adjust straggling users of payload field | Nick Mathewson | 2003-04-17 |
* | Choose correct abstraction for topic_foo. Abstract random-integer code | Nick Mathewson | 2003-04-17 |
* | Use cell.topic* fields in ap_handshake_send_begin | Nick Mathewson | 2003-04-17 |
* | Rebuild or and test binaries when a libor.a changes but or/*.c does not. | Nick Mathewson | 2003-04-17 |