summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2006-04-18"Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-12More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson
2006-03-06Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though...Nick Mathewson
2006-02-19New config options to address bug 251:Roger Dingledine
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
2006-02-12Clients now honor the "guard" flag in the router status whenRoger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-01-10Warn about actual offending hiddenservice* config option, now that more than ...Nick Mathewson
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-11-25Start the process of treating internal circuits and exit circuitsRoger Dingledine
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
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-07Warn less about intro nodes by nickname; remember our own intro nodes by key.Nick Mathewson
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-05Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-09clean up the rendezvous warn log msgs, and downgrade some to infoRoger Dingledine
2005-09-08Make GCC v4 happy with heavy warnings enabled.Nick Mathewson
2005-09-06stop using the v1 rend desc format. we're going to change v1Roger Dingledine
2005-08-26Add quotes around filenames in src/orNick Mathewson
2005-08-13predict required circuits better, with an eye toward makingRoger Dingledine
2005-08-12start using new renddesc codeNick Mathewson
2005-08-12We weren't cannibilizing circuits correctly forRoger Dingledine
2005-08-06Shorten hidden service port config parsing; fix bug 174Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-14fix problems noticed by arma in rendservice.cNick Mathewson
2005-07-14substantive changes on nick's rendezvous commit.Roger 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-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-03-23Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson
2005-03-19make hidden services more likely to work from the server-sideRoger Dingledine
2005-02-27fix a minor memory leakRoger Dingledine
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-14when the hidden service launches a rendezvous circ, make sure itRoger Dingledine
2005-01-13start generating version 1 style introduce cellsRoger Dingledine
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2004-12-07fix a minor leak for people offering hidden servicesRoger Dingledine