aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Note router addr:port in log messagesNick Mathewson2004-04-24
| | | | svn:r1685
* Compare nicknames casei.Nick Mathewson2004-04-24
| | | | svn:r1684
* Merge flagday into main branch.Nick Mathewson2004-04-24
| | | | svn:r1683
* only expire wedged dir conns that haven't already been expiredRoger Dingledine2004-04-20
| | | | svn:r1676
* use the real socketpair if we've got itRoger Dingledine2004-04-19
| | | | | | | now it's just windows that has to use the kludged one svn:r1675
* the socketpair bug is no longer a bugRoger Dingledine2004-04-19
| | | | | | | now it is a documented behavior svn:r1674
* expire wedged dir conns after 5min without write, not simply after 5minRoger Dingledine2004-04-19
| | | | svn:r1673
* give wedged dir conns a last chance to flushRoger Dingledine2004-04-19
| | | | svn:r1671
* tmp patch to also expire old clean rend_ready circs for nowRoger Dingledine2004-04-18
| | | | | | | will have to be fixed once we build-and-open rend circs preemptively svn:r1668
* bugfix: you mean we're supposed to reuse fresh descriptors andRoger Dingledine2004-04-18
| | | | | | | refetch stale ones, not reuse stale ones and refetch fresh ones? svn:r1667
* when you get an intro ack, don't also count it as an intro nackRoger Dingledine2004-04-18
| | | | svn:r1666
* if an intro circ waiting for an ack dies before getting one, thenRoger Dingledine2004-04-18
| | | | | | | count it as a nack svn:r1665
* reverse the logic, captainRoger Dingledine2004-04-18
| | | | svn:r1664
* expire dir connections that live for more than 5 minutesRoger Dingledine2004-04-18
| | | | svn:r1663
* bugfix: give dir_conn a state before building the bridge, so it hasRoger Dingledine2004-04-17
| | | | | | | a state if things fail svn:r1660
* log n_circ_ids when attaching rend streamsRoger Dingledine2004-04-17
| | | | svn:r1657
* a ! goes a long way toward more helpful debug messagesRoger Dingledine2004-04-17
| | | | svn:r1656
* include sys/limits.h if it's foundRoger Dingledine2004-04-17
| | | | svn:r1654
* util.c uses LONG_MAX, needs another include on fbsd 5.xRoger Dingledine2004-04-17
| | | | svn:r1653
* clean up some warningsRoger Dingledine2004-04-17
| | | | svn:r1651
* more useful logs to track weasel's bugRoger Dingledine2004-04-17
| | | | svn:r1649
* more debugging to hunt for a bugRoger Dingledine2004-04-17
| | | | svn:r1647
* bugfix: when you sleep your hidden-service laptop, as soonRoger Dingledine2004-04-17
| | | | | | | | | | as it wakes up it tries to upload a service descriptor, but socketpair fails for some reason (localhost not up yet?) now we simply give up on that upload, and we'll try again later. svn:r1646
* fix another rare bug: when we had tried all the introRoger Dingledine2004-04-16
| | | | | | | | | points for a hidden service, we fetched the descriptor again, but we left our introcirc thinking it had already sent an intro, so it kept waiting for a response... svn:r1644
* fix a pair of duplicate mark-for-closesRoger Dingledine2004-04-16
| | | | svn:r1643
* when alice uses a port that the hidden service doesn't accept,Roger Dingledine2004-04-16
| | | | | | | | it now sends back an end cell (denied by exit policy). otherwise alice would just have to wait to time out. svn:r1642
* more useful logging for rend services and clientsRoger Dingledine2004-04-16
| | | | svn:r1641
* wait a minute, weasel said there was a memory-stomping bug hereRoger Dingledine2004-04-16
| | | | | | | let's see if we find it svn:r1639
* i was wrong about one of my invariantsRoger Dingledine2004-04-16
| | | | | | | | | now it's commented this should fix asserts when you try an intro point, get a nack, and try a second one and it works. svn:r1637
* put in an extra assert, might find a bug these wayRoger Dingledine2004-04-16
| | | | svn:r1636
* compress end-of-second summary into one lineRoger Dingledine2004-04-15
| | | | svn:r1635
* quiet a -l info that should be -l debugRoger Dingledine2004-04-15
| | | | svn:r1634
* Must detach before attaching, or else we infinite-loopNick Mathewson2004-04-15
| | | | svn:r1632
* Strings need room for a NUL.Nick Mathewson2004-04-15
| | | | svn:r1630
* Add a missing return -1Nick Mathewson2004-04-15
| | | | svn:r1629
* make unattached rend streams expire after a while (60s)Roger Dingledine2004-04-15
| | | | | | | | | (they were darned persistent) also make intro circs that are waiting for acks expire after a while (20s) svn:r1628
* narrow in closerRoger Dingledine2004-04-15
| | | | svn:r1627
* prune abandoned circs betterRoger Dingledine2004-04-14
| | | | | | | add debugging info for the bug weasel found svn:r1626
* Retry non-final-hop rendezvous failuresNick Mathewson2004-04-14
| | | | svn:r1625
* Never ever leave ri.platform unset.Nick Mathewson2004-04-14
| | | | svn:r1624
* make rendezvous points work againRoger Dingledine2004-04-14
| | | | | | | (yay. now time to mess them up again.) svn:r1619
* handle more purposes in new_route_lenRoger Dingledine2004-04-14
| | | | svn:r1618
* call circuit_build_failed() even when the failure is immediateRoger Dingledine2004-04-14
| | | | svn:r1617
* Do not segfault on missing intro points.Nick Mathewson2004-04-14
| | | | svn:r1616
* remove unused variableRoger Dingledine2004-04-13
| | | | svn:r1615
* let introcircs receive acks. rend streams now deal correctly again.Roger Dingledine2004-04-13
| | | | | | | (i think) svn:r1614
* Scan list of servers in directory after reloading fingerprint list; remove ↵Nick Mathewson2004-04-13
| | | | | | any servers that are no longer recognized. svn:r1613
* only consider uploading descriptors every 5 secNick Mathewson2004-04-13
| | | | svn:r1612
* or, not andNick Mathewson2004-04-13
| | | | svn:r1610
* Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}Nick Mathewson2004-04-13
| | | | svn:r1609