aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* expire open-but-not-yet-acked circs if they're too oldRoger Dingledine2004-04-07
* convince ourselves that circuit_failed doesn't have to be any smarterRoger Dingledine2004-04-07
* There is no need to cast void* to other pointer types.Nick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* we were uploading our server descriptor to each the dirserversRoger Dingledine2004-04-07
* let alice reuse recent rendjoin circsRoger Dingledine2004-04-07
* mark a rend circ dirty when you attach to itRoger Dingledine2004-04-07
* when counting how many being-built circs will handle a stream,Roger Dingledine2004-04-07
* routerinfo->addr is host orderRoger Dingledine2004-04-07
* Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson2004-04-06
* Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson2004-04-06
* alice just fetched bob's hidden webpage.Roger Dingledine2004-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
* Force hybrid encryption on for key negotiationNick Mathewson2004-04-06
* Stupid sizeof operator!Nick Mathewson2004-04-06
* Remove vestigial variableNick Mathewson2004-04-06
* checkpoint commit: rend closer to working, still not there yetRoger Dingledine2004-04-06
* Set handshake_state to NULL before appending cpath hopsNick Mathewson2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possibleNick 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
* don't detach-and-retry rendezvous streamsRoger Dingledine2004-04-05
* make router_get_by_nickname consider this router.Nick Mathewson2004-04-05
* make rend apconn send to the right cpath layerRoger Dingledine2004-04-05
* More symbolic constants for checking rendezvous1 cell lengthsNick Mathewson2004-04-05
* Use correct payload lengths when sending RENDEZVOUS1 cellsNick Mathewson2004-04-05
* Spec conformance: KH|"INTRODUCE" is only for establishing intro ptNick 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
* Make init_cpath_crypto able to handle both sides of handshake, by adding a "r...Nick Mathewson2004-04-05
* It's amazing how wrong things look when you invert the booleans on yourNick Mathewson2004-04-05
* Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cellNick Mathewson2004-04-05
* Do first half of Alice-side of DH handshake.Nick Mathewson2004-04-05
* oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine2004-04-05
* strdup the intro point when you pick it, so youRoger Dingledine2004-04-05
* complain early if we get an unrecognized nickname fromRoger Dingledine2004-04-05
* use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson2004-04-05
* Expect a 20-byte nul-padded-and-terminated nicknameNick Mathewson2004-04-05
* Add some temporary log calls to try to debug the "Hash of session info was no...Nick Mathewson2004-04-05
* if a rend stream has already been attached to a rend circ,Roger Dingledine2004-04-05
* send a destroy after we send an introduceRoger Dingledine2004-04-05
* more alice-side infrastructureRoger Dingledine2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Implement acksNick Mathewson2004-04-03
* Add func to generate,set,and send rend cookieNick Mathewson2004-04-03
* nick, can you make and send the rendezvous cookie?Roger Dingledine2004-04-03
* Make "common" no longer depend on or.hNick Mathewson2004-04-03