aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* quiet a -l info that should be -l debugRoger Dingledine2004-04-15
| | | | svn:r1634
* a todo item for sometimeRoger Dingledine2004-04-15
| | | | svn:r1633
* Must detach before attaching, or else we infinite-loopNick Mathewson2004-04-15
| | | | svn:r1632
* bump version to 0.0.6pre4Roger Dingledine2004-04-15
| | | | svn:r1631
* 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
* some more todo itemsRoger Dingledine2004-04-14
| | | | svn:r1623
* another todo itemRoger Dingledine2004-04-14
| | | | | | | (want to take a stab at this one, nick?) svn:r1622
* bump cvs to 0.0.6pre3Roger Dingledine2004-04-14
| | | | svn:r1621
* one todo item done, another put off until laterRoger Dingledine2004-04-14
| | | | svn:r1620
* 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
* Note a couple of finished itemsNick Mathewson2004-04-13
| | | | svn:r1611
* or, not andNick Mathewson2004-04-13
| | | | svn:r1610
* Handle END_STREAM_REASON_{EXITPOLICY|RESOLVEFAILED}Nick Mathewson2004-04-13
| | | | svn:r1609
* Mark service descriptors as dirty when we have lost an intro pointNick Mathewson2004-04-13
| | | | svn:r1608
* Separate "start-establishing-introduction" from "upload descriptors"; only ↵Nick Mathewson2004-04-13
| | | | | | upload descriptors containing fully established intro points. svn:r1607
* clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine2004-04-13
| | | | svn:r1606
* more todo itemsRoger Dingledine2004-04-13
| | | | svn:r1605
* Handle the rendezvous-circ elements of retrying introductions.Nick Mathewson2004-04-13
| | | | svn:r1604
* <arma> you should make r and i and use r for r and i for iNick Mathewson2004-04-13
| | | | svn:r1603
* Handle introduce naks. Arma: Is this right?Nick Mathewson2004-04-13
| | | | svn:r1602
* Get the rest of intro-ack/nak handling in ... except for the tricky "pick a ↵Nick Mathewson2004-04-13
| | | | | | new intro and re-extend and re-try" part. svn:r1601
* Have find_intro_circuit return non-open circsNick Mathewson2004-04-13
| | | | svn:r1600
* Document ACKs/NAKsNick Mathewson2004-04-13
| | | | svn:r1599
* Re-number the new relay command so as to maintain backward compatibility. Doh!Nick Mathewson2004-04-13
| | | | svn:r1598
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson2004-04-12
| | | | svn:r1597
* break circuit_build_needed_circs into its own funcRoger Dingledine2004-04-12
| | | | svn:r1596
* normal circs are 3 hops, but rend/intro circs are 4, becauseRoger Dingledine2004-04-12
| | | | | | | the initiator doesn't get to choose the last hop svn:r1595
* Use service IDs in rendmid. (rendclient and common require no changes, it seems)Nick Mathewson2004-04-12
| | | | svn:r1594
* bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine2004-04-12
| | | | svn:r1593
* Fix two dumb leaks in crypto.cNick Mathewson2004-04-12
| | | | svn:r1592
* Use service id instead of hex id in rendservice.c log messages. Rendcommon ↵Nick Mathewson2004-04-12
| | | | | | and rendclient will follow tomorrow. svn:r1591
* Cosmetic patch for arma's fix for The Bug: Don't set the state toNick Mathewson2004-04-11
| | | | | | | | RESOLVEFAILED if the resolve didn't fail; set it to CONNECTING instead. svn:r1590
* clean/update todoRoger Dingledine2004-04-10
| | | | svn:r1589
* continue beating at pieces of The BugRoger Dingledine2004-04-09
| | | | svn:r1588
* if dns resolve is valid, but our exit policy rejects it orRoger Dingledine2004-04-09
| | | | | | | | | | | the connect attempt fails immediately, we were trying to double-remove it from the dns pending list. i think this might have been The Bug. (thanks weasel!) svn:r1587
* give better instructions than just 'mail arma'Roger Dingledine2004-04-09
| | | | svn:r1586
* expire old CIRCUIT_PURPOSE_C_REND_READY circs tooRoger Dingledine2004-04-09
| | | | svn:r1585