aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-07Remember when we received which service desc.Nick Mathewson
2004-04-07Make sure we have our own keys before we initialize our routerlistNick Mathewson
2004-04-07Generating data does no good if you make no use of itNick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07don't pick myself or my twins as hops when building circuitsRoger Dingledine
2004-04-07Carefully increment failure counts when appropriateNick Mathewson
2004-04-07let bob replenish his intro points and republish service descRoger Dingledine
2004-04-07expire open-but-not-yet-acked circs if they're too oldRoger Dingledine
2004-04-07convince ourselves that circuit_failed doesn't have to be any smarterRoger Dingledine
2004-04-07There is no need to cast void* to other pointer types.Nick Mathewson
2004-04-07Repair whitespace in windows orconfig.hNick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-07we were uploading our server descriptor to each the dirserversRoger Dingledine
2004-04-07let alice reuse recent rendjoin circsRoger Dingledine
2004-04-07mark a rend circ dirty when you attach to itRoger Dingledine
2004-04-07when counting how many being-built circs will handle a stream,Roger Dingledine
2004-04-07routerinfo->addr is host orderRoger Dingledine
2004-04-06Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06alice just fetched bob's hidden webpage.Roger Dingledine
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-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Stupid sizeof operator!Nick Mathewson
2004-04-06Remove vestigial variableNick Mathewson
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
2004-04-06Set handshake_state to NULL before appending cpath hopsNick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-06Remove the last tab in non-contributed codeNick 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-05don't detach-and-retry rendezvous streamsRoger Dingledine
2004-04-05make router_get_by_nickname consider this router.Nick Mathewson
2004-04-05make rend apconn send to the right cpath layerRoger Dingledine
2004-04-05More symbolic constants for checking rendezvous1 cell lengthsNick Mathewson
2004-04-05Use correct payload lengths when sending RENDEZVOUS1 cellsNick Mathewson
2004-04-05Spec conformance: KH|"INTRODUCE" is only for establishing intro ptNick 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-05Make init_cpath_crypto able to handle both sides of handshake, by adding a "r...Nick Mathewson
2004-04-05add more constantsNick 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-05Do first half of Alice-side of DH handshake.Nick Mathewson
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
2004-04-05strdup the intro point when you pick it, so youRoger Dingledine
2004-04-05complain early if we get an unrecognized nickname fromRoger Dingledine
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson