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