aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* 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
* use unverified routers in the desired positionsRoger Dingledine2004-08-17
* Update to new choose_random_node interface.Nick Mathewson2004-08-15
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* hex_encode is obsoleted by base16_encode, and never actually worked in the fi...Nick Mathewson2004-08-07
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* now base16_encode() and base32_encode() can't ever failRoger Dingledine2004-07-22
* More digest/nickname fixesNick Mathewson2004-07-02
* crank up some of our constants, for better scalabilityRoger Dingledine2004-06-02
* router_choose_random_node() was ignoring its routerlist argument.Roger Dingledine2004-05-20
* Resolve some XXXsNick Mathewson2004-05-18
* Only try to launch a fixed number of intro circuits for a service per 15-minu...Nick Mathewson2004-05-18
* Break files apart into more modulesRoger Dingledine2004-05-13
* clean up directory.c APIRoger Dingledine2004-05-12
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* Close rogue <b>sNick Mathewson2004-05-10
* More doxygenation.Nick Mathewson2004-05-10
* more doxygen markupRoger Dingledine2004-05-09
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
* fix a seg fault (whoops)Roger Dingledine2004-04-30
* Make Tor build on win32 with VC6 without warnings.Nick Mathewson2004-04-28
* now assume all routers support rendezvous cellsRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25
* fix a pair of duplicate mark-for-closesRoger Dingledine2004-04-16
* more useful logging for rend services and clientsRoger Dingledine2004-04-16
* Strings need room for a NUL.Nick Mathewson2004-04-15
* Add a missing return -1Nick Mathewson2004-04-15
* prune abandoned circs betterRoger Dingledine2004-04-14
* Retry non-final-hop rendezvous failuresNick Mathewson2004-04-14
* Do not segfault on missing intro points.Nick Mathewson2004-04-14