summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
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-22Normalize a few more kinds of whitespace. We now dislike:Nick Mathewson
2004-11-15Break DirFetchPostPeriod into:Roger Dingledine
2004-11-09Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig...Nick Mathewson
2004-11-08Separate validate from activate. Document undocumented stuff in config.c.Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-11-01Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine
2004-10-30Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname()Roger Dingledine
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-24fix a memory leakRoger Dingledine
2004-10-24start generating new version of introduce1 cellsRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-16Change interface of parse_addr_port() to return address in host order, since ...Nick Mathewson
2004-10-14bugfix: parse_addr_port() bites us again -- it returns addr in network order.Roger Dingledine
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-10-13fix warning about always-false comparison; detect too-large realport betterNick Mathewson
2004-10-12parse HttpProxy address in configRoger Dingledine
2004-10-12Better bounds checking on parsed intsNick Mathewson
2004-10-12Use parse_addr_port() function instead of ad-hoc variantsNick Mathewson
2004-09-20fix a rare seg fault for people running hidden services onRoger Dingledine
2004-09-08Some platforms have weird translations when you open files in "test" mode; ma...Nick Mathewson
2004-08-18Revert dumb think-o. Just because _some_ INTRODUCE2 cells are now longer,Nick Mathewson
2004-08-18Support new INTRODUCE2 cell formatNick Mathewson
2004-08-17use unverified routers in the desired positionsRoger Dingledine
2004-08-15Update to new choose_random_node interface.Nick Mathewson
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-07hex_encode is obsoleted by base16_encode, and never actually worked in the fi...Nick Mathewson
2004-07-22stop using atexit() to remove our pid, since it's calledRoger Dingledine
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-06-02crank up some of our constants, for better scalabilityRoger Dingledine
2004-05-20router_choose_random_node() was ignoring its routerlist argument.Roger Dingledine
2004-05-18Resolve some XXXsNick Mathewson
2004-05-18Only try to launch a fixed number of intro circuits for a service per 15-minu...Nick Mathewson
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12clean up directory.c APIRoger Dingledine
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10Close rogue <b>sNick 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-30fix a seg fault (whoops)Roger Dingledine
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson