Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine | |
svn:r2644 | |||
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson | |
svn:r2610 | |||
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson | |
svn:r2487 | |||
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | |
plus a whitespace patch on config.c from vicman svn:r2482 | |||
2004-07-22 | now base16_encode() and base32_encode() can't ever fail | Roger Dingledine | |
svn:r2103 | |||
2004-05-18 | Resolve some XXXs | Nick Mathewson | |
svn:r1889 | |||
2004-05-12 | Make some functions static | Nick Mathewson | |
svn:r1857 | |||
2004-05-10 | More doxygenation. | Nick Mathewson | |
svn:r1832 | |||
2004-05-09 | more doxygen markup | Roger Dingledine | |
plenty more remains svn:r1824 | |||
2004-05-05 | Comments for nearly all non-tricky files | Nick Mathewson | |
svn:r1796 | |||
2004-04-25 | use tor_assert | Roger Dingledine | |
remove obsolete BUF_OK macro svn:r1697 | |||
2004-04-12 | ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet) | Nick Mathewson | |
svn:r1597 | |||
2004-04-12 | bump allowed rend desc skew from 60 mins to 90 mins | Roger Dingledine | |
svn:r1593 | |||
2004-04-08 | when rend_cache_store warns, give more detail | Roger Dingledine | |
svn:r1572 | |||
2004-04-08 | stop being so eager to have rend_cache_store reject the | Roger Dingledine | |
service descriptor svn:r1566 | |||
2004-04-08 | Be endianly-correct for rendezvous functionality | Nick Mathewson | |
svn:r1565 | |||
2004-04-08 | Allow service descriptors with no intro points | Nick Mathewson | |
svn:r1557 | |||
2004-04-07 | Remember when we received which service desc. | Nick Mathewson | |
svn:r1536 | |||
2004-04-06 | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine | |
svn:r1506 | |||
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | |
svn:r1502 | |||
2004-04-05 | more alice-side infrastructure | Roger Dingledine | |
handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475 | |||
2004-04-05 | alice can now look up bob's service descriptor, | Roger Dingledine | |
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 | |||
2004-04-03 | Implement acks | Nick Mathewson | |
svn:r1470 | |||
2004-04-03 | Strdup hates finding 0 bytes. | Nick Mathewson | |
svn:r1465 | |||
2004-04-03 | Handle rendezvous relay cells | Nick Mathewson | |
svn:r1464 | |||
2004-04-03 | publish and fetch the right rendezvous urls | Roger Dingledine | |
svn:r1463 | |||
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 | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine | |
and receive a 404 svn:r1455 | |||
2004-04-03 | remember to lower-case the y in y.onion | Roger Dingledine | |
svn:r1449 | |||
2004-04-02 | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson | |
svn:r1445 | |||
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-01 | refactor to use new digest/checksig wrapper, add emacs magic, untabify | Nick Mathewson | |
svn:r1437 | |||
2004-04-01 | teach alice to recognize y.onion addresses | Roger Dingledine | |
svn:r1430 | |||
2004-04-01 | let alice recognize a y.onion address and, uhm, do something | Roger Dingledine | |
svn:r1422 | |||
2004-03-31 | rename hidserv_xx | Nick Mathewson | |
svn:r1406 | |||
2004-03-31 | Implement hidserv_XX functions; there is still an XXX in ↵ | Nick Mathewson | |
directory_handle_command svn:r1404 | |||
2004-03-31 | Parse and generate service descriptors | Nick Mathewson | |
svn:r1403 |