summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2004-04-30fix a seg fault (whoops)Roger Dingledine
2004-04-28Make Tor build on win32 with VC6 without warnings.Nick Mathewson
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-16fix a pair of duplicate mark-for-closesRoger Dingledine
2004-04-16more useful logging for rend services and clientsRoger Dingledine
2004-04-15Strings need room for a NUL.Nick Mathewson
2004-04-15Add a missing return -1Nick Mathewson
2004-04-14prune abandoned circs betterRoger Dingledine
2004-04-14Retry non-final-hop rendezvous failuresNick Mathewson
2004-04-14Do not segfault on missing intro points.Nick Mathewson
2004-04-13Mark service descriptors as dirty when we have lost an intro pointNick Mathewson
2004-04-13Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson
2004-04-13clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine
2004-04-13Have find_intro_circuit return non-open circsNick Mathewson
2004-04-12Use service id instead of hex id in rendservice.c log messages. Rendcommon a...Nick Mathewson
2004-04-09Dump introduction point status on kill -USR1Nick Mathewson
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
2004-04-08log which intro points we pickedRoger Dingledine
2004-04-08Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpathNick Mathewson
2004-04-08Set rend_query on exiting streamsNick Mathewson
2004-04-08don't log info when we asked for log warnRoger Dingledine
2004-04-08Do not crash when no desc is foundNick Mathewson
2004-04-07don't try to build intro circs until you've fetched the directoryRoger Dingledine
2004-04-07Rebuild and re-upload service descriptors every 15 minutesNick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06set the circ windows on the middle hop of the rend circsRoger Dingledine
2004-04-06router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson
2004-04-06Set handshake_state to NULL before appending cpath hopsNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05fix the bob-can't-decode-relays bugRoger Dingledine
2004-04-05Use correct payload lengths when sending RENDEZVOUS1 cellsNick Mathewson
2004-04-05Add a missing offsetNick Mathewson
2004-04-05Use symbolic constants; make padding types match.Nick Mathewson
2004-04-05Implement response to RENDEZVOUS2 cell.Nick Mathewson
2004-04-05It's amazing how wrong things look when you invert the booleans on yourNick Mathewson
2004-04-05Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cellNick Mathewson
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
2004-04-05Expect a 20-byte nul-padded-and-terminated nicknameNick Mathewson
2004-04-05Add some temporary log calls to try to debug the "Hash of session info was no...Nick Mathewson
2004-04-03Implement acksNick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03tabsRoger Dingledine
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-02Finish renaming rend_service fieldNick Mathewson
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02Finish missing comment :pNick Mathewson