aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* 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
* make hidden services more likely to work from the server-sideRoger Dingledine2005-03-19
* fix a minor memory leakRoger Dingledine2005-02-27
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* Add more functions to free things to help dmalloc allong.Nick Mathewson2005-02-10
* Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine2005-01-17
* when the hidden service launches a rendezvous circ, make sure itRoger Dingledine2005-01-14
* start generating version 1 style introduce cellsRoger Dingledine2005-01-13
* Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine2005-01-12
* fix a minor leak for people offering hidden servicesRoger Dingledine2004-12-07
* 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
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson2004-11-22
* Break DirFetchPostPeriod into:Roger Dingledine2004-11-15
* Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson2004-11-09
* Separate validate from activate. Document undocumented stuff in config.c.Nick Mathewson2004-11-08
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine2004-11-01
* Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine2004-10-30
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* fix a memory leakRoger Dingledine2004-10-24
* start generating new version of introduce1 cellsRoger Dingledine2004-10-24
* don't assert multiple things in the same tor_assert()Roger Dingledine2004-10-16
* Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson2004-10-16
* bugfix: parse_addr_port() bites us again -- it returns addr in network order.Roger Dingledine2004-10-14
* 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
* fix warning about always-false comparison; detect too-large realport betterNick Mathewson2004-10-13
* parse HttpProxy address in configRoger Dingledine2004-10-12
* Better bounds checking on parsed intsNick Mathewson2004-10-12
* Use parse_addr_port() function instead of ad-hoc variantsNick Mathewson2004-10-12
* fix a rare seg fault for people running hidden services onRoger Dingledine2004-09-20
* Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson2004-09-08
* Revert dumb think-o. Just because _some_ INTRODUCE2 cells are now longer,Nick Mathewson2004-08-18
* Support new INTRODUCE2 cell formatNick Mathewson2004-08-18