summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-26New upstream release candidate.debian-version-0.0.5+0.0.6rc2-1Peter Palfrader
svn:r1714
2004-04-26bump us to rc2Roger Dingledine
svn:r1713
2004-04-26tell us when we're rotating thingsRoger Dingledine
svn:r1712
2004-04-26since we don't support truncateds much, don't bother sending them;Roger Dingledine
just close the circ. (this wasn't relevant before, because we were mis-handling destroys.) svn:r1711
2004-04-26fix a bug that's been lurking since 27 may 03 (!)Roger Dingledine
when passing back a destroy cell, we would use the wrong circ id. how the heck did this work? svn:r1710
2004-04-26Call tls_log_errors at a more appropriate location; we can remove the other ↵Nick Mathewson
calls in tor_tls_verify once we are sure they never happen. svn:r1709
2004-04-26Better error msg on unknown circuit id.Nick Mathewson
svn:r1708
2004-04-26Very blunt debugging code: log pending errors at start and end of tor_tls_verifyNick Mathewson
svn:r1707
2004-04-26tell us the nickname of the OR that hung up on usRoger Dingledine
svn:r1706
2004-04-25Check for machine/limits.h in addition to sys/limits.hNick Mathewson
svn:r1705
2004-04-25don't crash, if a conn that sent a begin has suddenly lost its circuitRoger Dingledine
svn:r1704
2004-04-25Note another item I changed since the last package release in changelogPeter Palfrader
svn:r1703
2004-04-25resolve a double-mark-for-close when things die inside connection_handle_writeRoger Dingledine
svn:r1702
2004-04-25New upstream release candidate.Peter Palfrader
svn:r1701
2004-04-25give us a new dirservers fileRoger Dingledine
svn:r1700
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
svn:r1699
2004-04-25bump version to 0.0.6rc1Roger Dingledine
svn:r1698
2004-04-25use tor_assertRoger Dingledine
remove obsolete BUF_OK macro svn:r1697
2004-04-25use tor_assert and PUBLIC_KEY_OKRoger Dingledine
but don't use tor_assert inside log.c, to avoid loops svn:r1696
2004-04-25Add a tor_assert macro that logs failed assertions.Nick Mathewson
svn:r1695
2004-04-25Add assert on crypto_pk_write_private_key,and macros to make sure we have ↵Nick Mathewson
real keys svn:r1694
2004-04-25Remove onion_pkey from connection, since onion keys can change more often ↵Nick Mathewson
than connections. Also add more log messages svn:r1693
2004-04-25remove spurious router_rebuild_descriptorNick Mathewson
svn:r1692
2004-04-25don't build and upload a new desc twice in a rowRoger Dingledine
svn:r1691
2004-04-25log correctly if decoding onion failedRoger Dingledine
svn:r1690
2004-04-25don't warn when private_decrypt_hybrid failsRoger Dingledine
svn:r1689
2004-04-25bugfix: when rotating onion key, do it (more) correctlyRoger Dingledine
svn:r1688
2004-04-24more touch-upsRoger Dingledine
svn:r1687
2004-04-24Spurious link-key should not be an errorNick Mathewson
svn:r1686
2004-04-24Note router addr:port in log messagesNick Mathewson
svn:r1685
2004-04-24Compare nicknames casei.Nick Mathewson
svn:r1684
2004-04-24Merge flagday into main branch.Nick Mathewson
svn:r1683
2004-04-24Mention tor web site and mailinglists in description.Peter Palfrader
svn:r1682
2004-04-22rewrite the todo listRoger Dingledine
svn:r1681
2004-04-21another maybe-todo itemRoger Dingledine
svn:r1680
2004-04-21Update flag-day statusNick Mathewson
svn:r1679
2004-04-20only expire wedged dir conns that haven't already been expiredRoger Dingledine
svn:r1676
2004-04-19use the real socketpair if we've got itRoger Dingledine
now it's just windows that has to use the kludged one svn:r1675
2004-04-19the socketpair bug is no longer a bugRoger Dingledine
now it is a documented behavior svn:r1674
2004-04-19expire wedged dir conns after 5min without write, not simply after 5minRoger Dingledine
svn:r1673
2004-04-19bump cvs version to 0.0.6pre6-cvsRoger Dingledine
svn:r1672
2004-04-19give wedged dir conns a last chance to flushRoger Dingledine
svn:r1671
2004-04-18Add and tenatively assign some items in flag-day todoNick Mathewson
svn:r1669
2004-04-18tmp patch to also expire old clean rend_ready circs for nowRoger Dingledine
will have to be fixed once we build-and-open rend circs preemptively svn:r1668
2004-04-18bugfix: you mean we're supposed to reuse fresh descriptors andRoger Dingledine
refetch stale ones, not reuse stale ones and refetch fresh ones? svn:r1667
2004-04-18when you get an intro ack, don't also count it as an intro nackRoger Dingledine
svn:r1666
2004-04-18if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine
count it as a nack svn:r1665
2004-04-18reverse the logic, captainRoger Dingledine
svn:r1664
2004-04-18expire dir connections that live for more than 5 minutesRoger Dingledine
svn:r1663
2004-04-18add more flagday items to todoNick Mathewson
svn:r1661