summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-25give us a new dirservers fileRoger Dingledine
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
2004-04-25bump version to 0.0.6rc1Roger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
2004-04-25Add a tor_assert macro that logs failed assertions.Nick Mathewson
2004-04-25Add assert on crypto_pk_write_private_key,and macros to make sure we have rea...Nick Mathewson
2004-04-25Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson
2004-04-25remove spurious router_rebuild_descriptorNick Mathewson
2004-04-25don't build and upload a new desc twice in a rowRoger Dingledine
2004-04-25log correctly if decoding onion failedRoger Dingledine
2004-04-25don't warn when private_decrypt_hybrid failsRoger Dingledine
2004-04-25bugfix: when rotating onion key, do it (more) correctlyRoger Dingledine
2004-04-24more touch-upsRoger Dingledine
2004-04-24Spurious link-key should not be an errorNick Mathewson
2004-04-24Note router addr:port in log messagesNick Mathewson
2004-04-24Compare nicknames casei.Nick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-24Mention tor web site and mailinglists in description.Peter Palfrader
2004-04-22rewrite the todo listRoger Dingledine
2004-04-21another maybe-todo itemRoger Dingledine
2004-04-21Update flag-day statusNick Mathewson
2004-04-20only expire wedged dir conns that haven't already been expiredRoger Dingledine
2004-04-19use the real socketpair if we've got itRoger Dingledine
2004-04-19the socketpair bug is no longer a bugRoger Dingledine
2004-04-19expire wedged dir conns after 5min without write, not simply after 5minRoger Dingledine
2004-04-19bump cvs version to 0.0.6pre6-cvsRoger Dingledine
2004-04-19give wedged dir conns a last chance to flushRoger Dingledine
2004-04-18Add and tenatively assign some items in flag-day todoNick Mathewson
2004-04-18tmp patch to also expire old clean rend_ready circs for nowRoger Dingledine
2004-04-18bugfix: you mean we're supposed to reuse fresh descriptors andRoger Dingledine
2004-04-18when you get an intro ack, don't also count it as an intro nackRoger Dingledine
2004-04-18if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine
2004-04-18reverse the logic, captainRoger Dingledine
2004-04-18expire dir connections that live for more than 5 minutesRoger Dingledine
2004-04-18add more flagday items to todoNick Mathewson
2004-04-17bugfix: give dir_conn a state before building the bridge, so it hasRoger Dingledine
2004-04-17log n_circ_ids when attaching rend streamsRoger Dingledine
2004-04-17a ! goes a long way toward more helpful debug messagesRoger Dingledine
2004-04-17add back in a todo that i thought we'd got but we clearly haven'tRoger Dingledine
2004-04-17include sys/limits.h if it's foundRoger Dingledine
2004-04-17util.c uses LONG_MAX, needs another include on fbsd 5.xRoger Dingledine
2004-04-17freebsd 5.x needs sys/limits.hRoger Dingledine
2004-04-17clean up some warningsRoger Dingledine
2004-04-17add a list of backward-incompatible things we need to doRoger Dingledine
2004-04-17more useful logs to track weasel's bugRoger Dingledine
2004-04-17more debugging to hunt for a bugRoger Dingledine
2004-04-17bugfix: when you sleep your hidden-service laptop, as soonRoger Dingledine
2004-04-16fix another rare bug: when we had tried all the introtor-0.0.6incompat-mergedRoger Dingledine
2004-04-16fix a pair of duplicate mark-for-closesRoger Dingledine