Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-14 | prune abandoned circs better | Roger Dingledine | |
add debugging info for the bug weasel found svn:r1626 | |||
2004-04-14 | Retry non-final-hop rendezvous failures | Nick Mathewson | |
svn:r1625 | |||
2004-04-14 | Do not segfault on missing intro points. | Nick Mathewson | |
svn:r1616 | |||
2004-04-13 | Mark service descriptors as dirty when we have lost an intro point | Nick Mathewson | |
svn:r1608 | |||
2004-04-13 | Separate "start-establishing-introduction" from "upload descriptors"; only ↵ | Nick Mathewson | |
upload descriptors containing fully established intro points. svn:r1607 | |||
2004-04-13 | clean up circuit rebuilding some; fix some bugs we hadn't hit yet | Roger Dingledine | |
svn:r1606 | |||
2004-04-13 | Have find_intro_circuit return non-open circs | Nick Mathewson | |
svn:r1600 | |||
2004-04-12 | Use service id instead of hex id in rendservice.c log messages. Rendcommon ↵ | Nick Mathewson | |
and rendclient will follow tomorrow. svn:r1591 | |||
2004-04-09 | Dump introduction point status on kill -USR1 | Nick Mathewson | |
svn:r1584 | |||
2004-04-08 | Be endianly-correct for rendezvous functionality | Nick Mathewson | |
svn:r1565 | |||
2004-04-08 | log which intro points we picked | Roger Dingledine | |
svn:r1564 | |||
2004-04-08 | Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath | Nick Mathewson | |
svn:r1555 | |||
2004-04-08 | Set rend_query on exiting streams | Nick Mathewson | |
svn:r1551 | |||
2004-04-08 | don't log info when we asked for log warn | Roger Dingledine | |
svn:r1548 | |||
2004-04-08 | Do not crash when no desc is found | Nick Mathewson | |
svn:r1546 | |||
2004-04-07 | don't try to build intro circs until you've fetched the directory | Roger Dingledine | |
svn:r1541 | |||
2004-04-07 | Rebuild and re-upload service descriptors every 15 minutes | Nick Mathewson | |
svn:r1537 | |||
2004-04-07 | Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need | Nick Mathewson | |
to worry about 0.0.4 or earlier, because nobody is running them any more.) svn:r1533 | |||
2004-04-06 | Set correct address and port mappings on outgoing rendezvous connections | Nick Mathewson | |
svn:r1513 | |||
2004-04-06 | set the circ windows on the middle hop of the rend circs | Roger Dingledine | |
svn:r1511 | |||
2004-04-06 | router_choose_random_node wants a smartlist of routers, not of nicknames. | Nick Mathewson | |
svn:r1510 | |||
2004-04-06 | Set handshake_state to NULL before appending cpath hops | Nick Mathewson | |
svn:r1505 | |||
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | |
svn:r1502 | |||
2004-04-05 | fix the bob-can't-decode-relays bug | Roger Dingledine | |
now alice can send the begin and bob can receive it. svn:r1499 | |||
2004-04-05 | Use correct payload lengths when sending RENDEZVOUS1 cells | Nick Mathewson | |
svn:r1494 | |||
2004-04-05 | Add a missing offset | Nick Mathewson | |
svn:r1492 | |||
2004-04-05 | Use symbolic constants; make padding types match. | Nick Mathewson | |
svn:r1491 | |||
2004-04-05 | Implement response to RENDEZVOUS2 cell. | Nick Mathewson | |
svn:r1490 | |||
2004-04-05 | It's amazing how wrong things look when you invert the booleans on your | Nick Mathewson | |
sanity checks. svn:r1487 | |||
2004-04-05 | Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell | Nick Mathewson | |
svn:r1486 | |||
2004-04-05 | oaep uses 42 more bytes -- stop clobbering buffers | Roger Dingledine | |
also maybe fix some constants here and there -- nick? svn:r1484 | |||
2004-04-05 | Expect a 20-byte nul-padded-and-terminated nickname | Nick Mathewson | |
svn:r1480 | |||
2004-04-05 | Add some temporary log calls to try to debug the "Hash of session info was ↵ | Nick Mathewson | |
not as expected" problem svn:r1479 | |||
2004-04-03 | Implement acks | Nick Mathewson | |
svn:r1470 | |||
2004-04-03 | Handle rendezvous relay cells | Nick Mathewson | |
svn:r1464 | |||
2004-04-03 | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. | Nick Mathewson | |
svn:r1462 | |||
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ↵ | Nick Mathewson | |
ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458 | |||
2004-04-03 | tabs | Roger Dingledine | |
svn:r1456 | |||
2004-04-03 | Hide smartlist internals | Nick Mathewson | |
svn:r1451 | |||
2004-04-02 | Finish renaming rend_service field | Nick Mathewson | |
svn:r1447 | |||
2004-04-02 | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson | |
svn:r1445 | |||
2004-04-02 | Finish missing comment :p | Nick Mathewson | |
svn:r1444 | |||
2004-04-02 | Implement rennd_services_init | Nick Mathewson | |
svn:r1443 | |||
2004-04-02 | now circuit_get_newest returns an appropriate circ for your purpose | Roger Dingledine | |
connection_ap_handshake_attach_circuit attaches to a circ of the right purpose add a skeletal rendclient.c svn:r1441 | |||
2004-04-02 | Make preferred/excluded intro points configurable | Nick Mathewson | |
svn:r1440 | |||
2004-04-02 | Implement midpoint functionality for rendezvous points. | Nick Mathewson | |
svn:r1439 | |||
2004-04-01 | For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1. | Nick Mathewson | |
Also: - Add a pending final cpath element to build_state - Rename S_RENDEZVOUSING to S_CONNECT_REND - Add [CS]_REND_JOINED - Split out logic to initialize cpath crypto objects. - Have circuits/cpaths remember the KH element from their handshake, so they can use it for other authentication later. (As in ESTABLISH_INTRO) svn:r1438 | |||
2004-04-01 | Finish implementing what-bob-does-on-INTRODUCE2 | Nick Mathewson | |
svn:r1432 | |||
2004-04-01 | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine | |
svn:r1428 | |||
2004-04-01 | Make it compile. | Nick Mathewson | |
svn:r1427 |