aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
Commit message (Expand)AuthorAge
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Build without warnings on mac gcc 3.3Nick Mathewson2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* Resolve some XXXsNick Mathewson2004-05-18
* Make some functions staticNick Mathewson2004-05-12
* More doxygenation.Nick Mathewson2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
* use tor_assertRoger Dingledine2004-04-25
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson2004-04-12
* bump allowed rend desc skew from 60 mins to 90 minsRoger Dingledine2004-04-12
* when rend_cache_store warns, give more detailRoger Dingledine2004-04-08
* stop being so eager to have rend_cache_store reject theRoger Dingledine2004-04-08
* Be endianly-correct for rendezvous functionalityNick Mathewson2004-04-08
* Allow service descriptors with no intro pointsNick Mathewson2004-04-08
* Remember when we received which service desc.Nick Mathewson2004-04-07
* checkpoint commit: rend closer to working, still not there yetRoger Dingledine2004-04-06
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* more alice-side infrastructureRoger Dingledine2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Implement acksNick Mathewson2004-04-03
* Strdup hates finding 0 bytes.Nick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03
* publish and fetch the right rendezvous urlsRoger Dingledine2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* tabsRoger Dingledine2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* remember to lower-case the y in y.onionRoger Dingledine2004-04-03
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
* refactor to use new digest/checksig wrapper, add emacs magic, untabifyNick Mathewson2004-04-01
* teach alice to recognize y.onion addressesRoger Dingledine2004-04-01
* let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine2004-04-01
* rename hidserv_xxNick Mathewson2004-03-31
* Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson2004-03-31
* Parse and generate service descriptorsNick Mathewson2004-03-31