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