aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
Commit message (Expand)AuthorAge
* Update copyright to 2009.Karsten Loesing2009-05-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
* clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine2007-12-12
* karsten's second refactoring patchRoger Dingledine2007-11-29
* logging patch from karsten, slightly modified to compileRoger Dingledine2007-08-11
* r12644@0-41-wifi: nickm | 2007-03-23 16:02:23 -0400Nick Mathewson2007-03-24
* r12643@0-41-wifi: nickm | 2007-03-23 14:56:35 -0400Nick Mathewson2007-03-24
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
* r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson2006-10-31
* r9060@totoro: nickm | 2006-10-17 11:12:48 -0400Nick Mathewson2006-10-17
* prefer calling it a client rather than an OPRoger Dingledine2006-09-07
* r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Jan 23 02:39:44.856 [warn] rend_mid_rendezvous(): Rejecting RENDEZVOUS1 cell ...Roger Dingledine2006-01-23
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* 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