aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
Commit message (Expand)AuthorAge
...
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Update more files to new log stuff.Nick Mathewson2005-10-18
* clean up the rendezvous warn log msgs, and downgrade some to infoRoger Dingledine2005-09-09
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* we were leaking 616 bytes every time somebody established us asRoger Dingledine2005-05-20
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* update copyright notices.Nick Mathewson2005-04-01
* start generating version 1 style introduce cellsRoger Dingledine2005-01-13
* Spell-check strings and commentsNick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* 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
* start generating new version of introduce1 cellsRoger Dingledine2004-10-24
* 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
* Always initialize hexid in rend_mid_rendezvous, no matter whatNick Mathewson2004-08-07
* hex_encode is obsoleted by base16_encode, and never actually worked in the fi...Nick Mathewson2004-08-07
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* more doxygen markupRoger Dingledine2004-05-09
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
* set Content-Type on the directory and hidserv descriptorRoger Dingledine2004-04-27
* rendmid says it drops but actually sends nackRoger Dingledine2004-04-26
* ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson2004-04-12
* Use service IDs in rendmid. (rendclient and common require no changes, it seems)Nick Mathewson2004-04-12
* Be endianly-correct for rendezvous functionalityNick Mathewson2004-04-08
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* More symbolic constants for checking rendezvous1 cell lengthsNick Mathewson2004-04-05
* Use symbolic constants; make padding types match.Nick Mathewson2004-04-05
* oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine2004-04-05
* use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson2004-04-05
* Add some temporary log calls to try to debug the "Hash of session info was no...Nick Mathewson2004-04-05
* more alice-side infrastructureRoger Dingledine2004-04-05
* Implement acksNick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* Finish renaming rend_service fieldNick Mathewson2004-04-02
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* Implement midpoint functionality for rendezvous points.Nick Mathewson2004-04-02
* Add some hooks to handle rendezvous-related cells at ORsNick Mathewson2004-04-01