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