summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Expand)Author
2007-10-14backport r11499, r11500, r11501: hidserv hexdigests rather than nicknamesRoger Dingledine
2007-08-31 r14875@catbus: nickm | 2007-08-31 10:18:11 -0400Nick Mathewson
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2006-10-31 r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson
2006-10-09 r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson
2006-07-23Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson
2006-06-06fix typoRoger Dingledine
2006-03-14change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-02-21be quieter about hidserv descriptors that are too old or too new.Roger Dingledine
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-14Fix a potential memory stomp on servers running hidden services. Found by wea...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-17Make a few INFO log lines into DEBUGPeter Palfrader
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-09a few more hints on a rare but mysterious warningRoger Dingledine
2005-09-09clean up the rendezvous warn log msgs, and downgrade some to infoRoger Dingledine
2005-07-22we were mangling memory because we weren't allocing enoughRoger Dingledine
2005-07-22let hidden service descriptors publish 0 intro pointsRoger Dingledine
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-04-03Adjust maximum skew and age for rendezvous descriptors: adjust code to make s...Nick Mathewson
2005-02-28Clean up rend cache on shutdownNick Mathewson
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-14Build without warnings on mac gcc 3.3Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-05-18Resolve some XXXsNick Mathewson
2004-05-12Make some functions staticNick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson