aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* r8826@totoro: nickm | 2006-10-01 17:58:45 -0400Nick Mathewson2006-10-01
* r9032@Kushana: nickm | 2006-09-29 18:51:42 -0400Nick Mathewson2006-09-29
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson2006-07-26
* r6903@Kushana: nickm | 2006-07-25 18:22:48 -0400Nick Mathewson2006-07-26
* r6902@Kushana: nickm | 2006-07-25 17:30:27 -0400Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splitsNick Mathewson2006-07-23
* stick to nick's nul/null conventionRoger Dingledine2006-07-15
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
* Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson2006-06-04
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* More cleanups noticed by weasel; also, remove macros that nobody uses.Nick Mathewson2006-03-12
* Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, though...Nick Mathewson2006-03-06
* New config options to address bug 251:Roger Dingledine2006-02-19
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* Clients now honor the "guard" flag in the router status whenRoger Dingledine2006-02-12
* Happy new year!Roger Dingledine2006-02-09
* Warn about actual offending hiddenservice* config option, now that more than ...Nick Mathewson2006-01-10
* 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
* Start the process of treating internal circuits and exit circuitsRoger Dingledine2005-11-25
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* 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
* Warn less about intro nodes by nickname; remember our own intro nodes by key.Nick Mathewson2005-10-07
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson2005-10-06
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* clean up the rendezvous warn log msgs, and downgrade some to infoRoger Dingledine2005-09-09
* Make GCC v4 happy with heavy warnings enabled.Nick Mathewson2005-09-08
* stop using the v1 rend desc format. we're going to change v1Roger Dingledine2005-09-06
* Add quotes around filenames in src/orNick Mathewson2005-08-26
* predict required circuits better, with an eye toward makingRoger Dingledine2005-08-13
* start using new renddesc codeNick Mathewson2005-08-12
* We weren't cannibilizing circuits correctly forRoger Dingledine2005-08-12
* Shorten hidden service port config parsing; fix bug 174Nick Mathewson2005-08-06
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* fix problems noticed by arma in rendservice.cNick Mathewson2005-07-14
* substantive changes on nick's rendezvous commit.Roger Dingledine2005-07-14
* Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson2005-06-29
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* 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
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson2005-05-02
* Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson2005-04-07
* update copyright notices.Nick Mathewson2005-04-01
* Add a magic value to cpath_layer_t to make sure that we can tell valid cpaths...Nick Mathewson2005-03-23