- 09 Apr, 2004 2 commits
-
-
Roger Dingledine authored
svn:r1588
-
Nick Mathewson authored
set rend exit connection state _before_ calling rend_service_set_connection_addr_port and maybe eventually assert_connection_ok. This solves the other half of the bug weasel found. svn:r1579
-
- 08 Apr, 2004 4 commits
-
-
Roger Dingledine authored
thought it was an exit. i overhauled the edge_type mechanism. hopefully this will help. svn:r1570
-
Roger Dingledine authored
svn:r1561
-
Nick Mathewson authored
svn:r1555
-
Nick Mathewson authored
svn:r1551
-
- 07 Apr, 2004 4 commits
-
-
Roger Dingledine authored
then try to fetch a new one. but if the new fetch fails, use the old one. svn:r1540
-
Nick Mathewson authored
svn:r1536
-
Nick Mathewson authored
svn:r1522
-
Roger Dingledine authored
svn:r1518
-
- 06 Apr, 2004 4 commits
-
-
Nick Mathewson authored
svn:r1514
-
Nick Mathewson authored
svn:r1513
-
Roger Dingledine authored
yay. svn:r1512
-
Roger Dingledine authored
svn:r1506
-
- 05 Apr, 2004 7 commits
-
-
Roger Dingledine authored
svn:r1498
-
Roger Dingledine authored
also maybe fix some constants here and there -- nick? svn:r1484
-
Roger Dingledine authored
don't free it and then return it svn:r1483
-
Roger Dingledine authored
bob's rend service descriptor svn:r1482
-
Roger Dingledine authored
then don't attach it again (and again, and again, and...) svn:r1477
-
Roger Dingledine authored
handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475
-
Roger Dingledine authored
choose an intro point, connect to it, choose a rend point, connect to it and establish a cookie, get an ack from the rendezvous point, and know when both circs are ready for her. APConns don't use conn->purpose anymore don't initiate a renddesc lookup if one is already in progress also fix a buffer overflow in nickname parsing (only exploitable by the operator though) svn:r1471
-
- 03 Apr, 2004 6 commits
-
-
Nick Mathewson authored
svn:r1470
-
Nick Mathewson authored
svn:r1464
-
Nick Mathewson authored
svn:r1462
-
Roger Dingledine authored
svn:r1461
-
Roger Dingledine authored
and receive a 404 svn:r1455
-
Roger Dingledine authored
svn:r1450
-
- 02 Apr, 2004 4 commits
-
-
Roger Dingledine authored
expose connection_ap_handshake_attach_circuit() svn:r1448
-
Roger Dingledine authored
(this breaks the compile; must fix things) let alice react when she learns a new rendezvous descriptor let alice launch intro and rend circuits and mark them with her query svn:r1446
-
Nick Mathewson authored
svn:r1445
-
Roger Dingledine authored
connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441
-
- 01 Apr, 2004 4 commits
-
-
Roger Dingledine authored
and she can set preferences in her options svn:r1433
-
Roger Dingledine authored
svn:r1428
-
Roger Dingledine authored
svn:r1422
-
Roger Dingledine authored
let you specify the purpose of circuits you launch bugfix: we used to be declaring the first successful circuit too early -- when the first hop finished. now we're more accurate. svn:r1421
-
- 31 Mar, 2004 2 commits
-
-
Roger Dingledine authored
(nobody uses this yet) svn:r1417
-
Roger Dingledine authored
This allows us to do a directory connection *through* tor just as if we're doing it as an application. Make ap_conns tolerate it when the application sends stuff before The socks handshake is done (it just buffers it). Tell directory_initiate_command the length of the payload (because it might include nuls). Add a directory_has_arrived function to, for example, start building the rendezvous service descriptor. svn:r1412
-
- 27 Mar, 2004 1 commit
-
-
Roger Dingledine authored
when an AP connection dies early, be sure to do a socks reject for it. if you just hang up, tsocks goes into an infinite loop. svn:r1352
-
- 20 Mar, 2004 2 commits
-
-
Roger Dingledine authored
this was causing the seg faults on sparc processors i wonder if i got them all. svn:r1314
-
Nick Mathewson authored
successful/failed connections, successful/failed extends, and connection uptimes. It's still not done: more tests are needed, and not everything calls connection/circuit_mark_for_close properly. This skews the results. Also, there needs to be a 'testing' mode for non-OP ORs, where they periodically build circuits just to test whether extends work. svn:r1313
-