aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
Commit message (Expand)AuthorAge
* 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
* Mark service descriptors as dirty when we have lost an intro pointNick Mathewson2004-04-13
* Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson2004-04-13
* clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine2004-04-13
* Have find_intro_circuit return non-open circsNick Mathewson2004-04-13
* Use service id instead of hex id in rendservice.c log messages. Rendcommon a...Nick Mathewson2004-04-12
* Dump introduction point status on kill -USR1Nick Mathewson2004-04-09
* Be endianly-correct for rendezvous functionalityNick Mathewson2004-04-08
* log which intro points we pickedRoger Dingledine2004-04-08
* Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson2004-04-08
* Set rend_query on exiting streamsNick Mathewson2004-04-08
* don't log info when we asked for log warnRoger Dingledine2004-04-08
* Do not crash when no desc is foundNick Mathewson2004-04-08
* don't try to build intro circs until you've fetched the directoryRoger Dingledine2004-04-07
* Rebuild and re-upload service descriptors every 15 minutesNick Mathewson2004-04-07
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
* set the circ windows on the middle hop of the rend circsRoger Dingledine2004-04-06
* router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson2004-04-06
* Set handshake_state to NULL before appending cpath hopsNick Mathewson2004-04-06
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* fix the bob-can't-decode-relays bugRoger Dingledine2004-04-05
* Use correct payload lengths when sending RENDEZVOUS1 cellsNick Mathewson2004-04-05
* Add a missing offsetNick Mathewson2004-04-05
* Use symbolic constants; make padding types match.Nick Mathewson2004-04-05
* Implement response to RENDEZVOUS2 cell.Nick Mathewson2004-04-05