Age | Commit message (Expand) | Author |
2004-04-07 | Delete trailing whitespace and expand tabs; remove unused aes decrypt code | Nick Mathewson |
2004-04-07 | Put ourself in router list; act accordingly. | Nick Mathewson |
2004-04-07 | we were uploading our server descriptor to each the dirservers | Roger Dingledine |
2004-04-07 | let alice reuse recent rendjoin circs | Roger Dingledine |
2004-04-07 | mark a rend circ dirty when you attach to it | Roger Dingledine |
2004-04-07 | when counting how many being-built circs will handle a stream, | Roger Dingledine |
2004-04-07 | routerinfo->addr is host order | Roger Dingledine |
2004-04-06 | Set routerinfo->addr properly for own routerinfo; do casei routerinfo compare | Nick Mathewson |
2004-04-06 | Set correct address and port mappings on outgoing rendezvous connections | Nick Mathewson |
2004-04-06 | alice just fetched bob's hidden webpage. | Roger Dingledine |
2004-04-06 | set the circ windows on the middle hop of the rend circs | Roger Dingledine |
2004-04-06 | router_choose_random_node wants a smartlist of routers, not of nicknames. | Nick Mathewson |
2004-04-06 | Force hybrid encryption on for key negotiation | Nick Mathewson |
2004-04-06 | Stupid sizeof operator! | Nick Mathewson |
2004-04-06 | Remove vestigial variable | Nick Mathewson |
2004-04-06 | checkpoint commit: rend closer to working, still not there yet | Roger Dingledine |
2004-04-06 | Set handshake_state to NULL before appending cpath hops | Nick Mathewson |
2004-04-06 | Continue attack on magic numbers; use new crypto wrappers where possible | Nick Mathewson |
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson |
2004-04-05 | fix the bob-can't-decode-relays bug | Roger Dingledine |
2004-04-05 | don't detach-and-retry rendezvous streams | Roger Dingledine |
2004-04-05 | make router_get_by_nickname consider this router. | Nick Mathewson |
2004-04-05 | make rend apconn send to the right cpath layer | Roger Dingledine |
2004-04-05 | More symbolic constants for checking rendezvous1 cell lengths | Nick Mathewson |
2004-04-05 | Use correct payload lengths when sending RENDEZVOUS1 cells | Nick Mathewson |
2004-04-05 | Spec conformance: KH|"INTRODUCE" is only for establishing intro pt | Nick Mathewson |
2004-04-05 | Add a missing offset | Nick Mathewson |
2004-04-05 | Use symbolic constants; make padding types match. | Nick Mathewson |
2004-04-05 | Implement response to RENDEZVOUS2 cell. | Nick Mathewson |
2004-04-05 | Make init_cpath_crypto able to handle both sides of handshake, by adding a "r... | Nick Mathewson |
2004-04-05 | It's amazing how wrong things look when you invert the booleans on your | Nick Mathewson |
2004-04-05 | Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell | Nick Mathewson |
2004-04-05 | Do first half of Alice-side of DH handshake. | Nick Mathewson |
2004-04-05 | oaep uses 42 more bytes -- stop clobbering buffers | Roger Dingledine |
2004-04-05 | strdup the intro point when you pick it, so you | Roger Dingledine |
2004-04-05 | complain early if we get an unrecognized nickname from | Roger Dingledine |
2004-04-05 | use the right variable when comparing hashes; maybe fix "Hash of session" bug | Nick Mathewson |
2004-04-05 | Expect a 20-byte nul-padded-and-terminated nickname | Nick Mathewson |
2004-04-05 | Add some temporary log calls to try to debug the "Hash of session info was no... | Nick Mathewson |
2004-04-05 | if a rend stream has already been attached to a rend circ, | Roger Dingledine |
2004-04-05 | send a destroy after we send an introduce | Roger Dingledine |
2004-04-05 | more alice-side infrastructure | Roger Dingledine |
2004-04-05 | alice can now look up bob's service descriptor, | Roger Dingledine |
2004-04-03 | Implement acks | Nick Mathewson |
2004-04-03 | Add func to generate,set,and send rend cookie | Nick Mathewson |
2004-04-03 | nick, can you make and send the rendezvous cookie? | Roger Dingledine |
2004-04-03 | Make "common" no longer depend on or.h | Nick Mathewson |
2004-04-03 | Strdup hates finding 0 bytes. | Nick Mathewson |
2004-04-03 | Handle rendezvous relay cells | Nick Mathewson |
2004-04-03 | publish and fetch the right rendezvous urls | Roger Dingledine |