| Commit message (Expand) | Author | Age |
* | 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-25 |
* | remove spurious router_rebuild_descriptor | Nick Mathewson | 2004-04-25 |
* | don't build and upload a new desc twice in a row | Roger Dingledine | 2004-04-25 |
* | log correctly if decoding onion failed | Roger Dingledine | 2004-04-25 |
* | bugfix: when rotating onion key, do it (more) correctly | Roger Dingledine | 2004-04-25 |
* | more touch-ups | Roger Dingledine | 2004-04-24 |
* | Spurious link-key should not be an error | 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-24 |
* | only expire wedged dir conns that haven't already been expired | Roger Dingledine | 2004-04-20 |
* | the socketpair bug is no longer a bug | Roger Dingledine | 2004-04-19 |
* | expire wedged dir conns after 5min without write, not simply after 5min | Roger Dingledine | 2004-04-19 |
* | give wedged dir conns a last chance to flush | Roger Dingledine | 2004-04-19 |
* | tmp patch to also expire old clean rend_ready circs for now | Roger Dingledine | 2004-04-18 |
* | bugfix: you mean we're supposed to reuse fresh descriptors and | Roger Dingledine | 2004-04-18 |
* | when you get an intro ack, don't also count it as an intro nack | Roger Dingledine | 2004-04-18 |
* | if an intro circ waiting for an ack dies before getting one, then | Roger Dingledine | 2004-04-18 |
* | reverse the logic, captain | Roger Dingledine | 2004-04-18 |
* | expire dir connections that live for more than 5 minutes | Roger Dingledine | 2004-04-18 |
* | bugfix: give dir_conn a state before building the bridge, so it has | Roger Dingledine | 2004-04-17 |
* | log n_circ_ids when attaching rend streams | Roger Dingledine | 2004-04-17 |
* | a ! goes a long way toward more helpful debug messages | Roger Dingledine | 2004-04-17 |
* | include sys/limits.h if it's found | Roger Dingledine | 2004-04-17 |
* | clean up some warnings | Roger Dingledine | 2004-04-17 |
* | more useful logs to track weasel's bug | Roger Dingledine | 2004-04-17 |
* | more debugging to hunt for a bug | Roger Dingledine | 2004-04-17 |
* | bugfix: when you sleep your hidden-service laptop, as soon | Roger Dingledine | 2004-04-17 |
* | fix another rare bug: when we had tried all the intro | Roger Dingledine | 2004-04-16 |
* | fix a pair of duplicate mark-for-closes | Roger Dingledine | 2004-04-16 |
* | when alice uses a port that the hidden service doesn't accept, | Roger Dingledine | 2004-04-16 |
* | more useful logging for rend services and clients | Roger Dingledine | 2004-04-16 |
* | wait a minute, weasel said there was a memory-stomping bug here | Roger Dingledine | 2004-04-16 |
* | i was wrong about one of my invariants | Roger Dingledine | 2004-04-16 |
* | put in an extra assert, might find a bug these way | Roger Dingledine | 2004-04-16 |
* | compress end-of-second summary into one line | Roger Dingledine | 2004-04-15 |
* | Must detach before attaching, or else we infinite-loop | Nick Mathewson | 2004-04-15 |
* | Strings need room for a NUL. | Nick Mathewson | 2004-04-15 |
* | Add a missing return -1 | Nick Mathewson | 2004-04-15 |
* | make unattached rend streams expire after a while (60s) | Roger Dingledine | 2004-04-15 |
* | narrow in closer | Roger Dingledine | 2004-04-15 |
* | prune abandoned circs better | Roger Dingledine | 2004-04-14 |
* | Retry non-final-hop rendezvous failures | Nick Mathewson | 2004-04-14 |
* | Never ever leave ri.platform unset. | Nick Mathewson | 2004-04-14 |
* | make rendezvous points work again | Roger Dingledine | 2004-04-14 |
* | handle more purposes in new_route_len | Roger Dingledine | 2004-04-14 |
* | call circuit_build_failed() even when the failure is immediate | Roger Dingledine | 2004-04-14 |
* | Do not segfault on missing intro points. | Nick Mathewson | 2004-04-14 |
* | remove unused variable | Roger Dingledine | 2004-04-13 |