Age | Commit message (Expand) | Author |
2004-04-05 | make rend apconn send to the right cpath layer | Roger Dingledine |
2004-04-05 | Make init_cpath_crypto able to handle both sides of handshake, by adding a "r... | Nick Mathewson |
2004-04-05 | alice can now look up bob's service descriptor, | Roger Dingledine |
2004-04-03 | nick, can you make and send the rendezvous cookie? | Roger Dingledine |
2004-04-03 | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. | Nick Mathewson |
2004-04-03 | more progress on alice's side | Roger Dingledine |
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson |
2004-04-03 | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine |
2004-04-03 | Hide smartlist internals | Nick Mathewson |
2004-04-03 | fix some bugs; more remain | Roger Dingledine |
2004-04-02 | AP conns use conn->rend_query now too | Roger Dingledine |
2004-04-02 | Finish renaming rend_service field | Nick Mathewson |
2004-04-02 | break out circ->rend_service | Roger Dingledine |
2004-04-02 | refactor; start adding debugging logs to midpoint rend stuff | Nick Mathewson |
2004-04-02 | now circuit_get_newest returns an appropriate circ for your purpose | Roger Dingledine |
2004-04-02 | Implement midpoint functionality for rendezvous points. | Nick Mathewson |
2004-04-01 | For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1. | Nick Mathewson |
2004-04-01 | alice chooses her rendezvous node from all running routers | Roger Dingledine |
2004-04-01 | Finish implementing what-bob-does-on-INTRODUCE2 | Nick Mathewson |
2004-04-01 | let the circuit-launcher choose the exit node (if he wants) | Roger Dingledine |
2004-04-01 | outline what bob does to initialize his hidden services | Roger Dingledine |
2004-04-01 | put in hooks for alice and bob logic when circuits finish/fail | Roger Dingledine |
2004-03-31 | allow conns to demand to be attached to a clean circuit | Roger Dingledine |
2004-03-30 | Make smartlist Do What Arma Expects. | Nick Mathewson |
2004-03-30 | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson |
2004-03-30 | use 'notice' loglevel for things the operator should hear | Roger Dingledine |
2004-03-21 | Remove unused open circuits when there are too many, not when they are too old. | Nick Mathewson |
2004-03-21 | Dont expire circuits we didnt originate. This may be redundant somehow, but ... | Nick Mathewson |
2004-03-21 | Add a RunTesting option to try to learn link state by creating test circuits,... | Nick Mathewson |
2004-03-20 | make servers not crash when they rep-hist-note circuits that don't start at them | Roger Dingledine |
2004-03-20 | deal with hardware word alignment | Roger Dingledine |
2004-03-20 | Integrate the new "rephist" [rep(utation) hist(ory)] module to trace | Nick Mathewson |
2004-03-18 | clean up some presentation and comments | Roger Dingledine |
2004-03-14 | bugfix: address that strcat vulnerability in circuit.c | Roger Dingledine |
2004-03-09 | Make tor build on windows again. More work still needed | Nick Mathewson |
2004-03-03 | reenable part of assert_circuit_ok, leave some still disabled | Roger Dingledine |
2004-03-03 | Fix (maybe) assert_circuit_ok. leave it disabled till arma confirms | Nick Mathewson |
2004-03-03 | Nth time is the charm on list manip. | Nick Mathewson |
2004-03-02 | fix a pair of lurking segfaults | Roger Dingledine |
2004-03-02 | Split out mark_for_close with circuits. Seems to work for me. | Nick Mathewson |
2004-02-29 | print a statement when the first circ is finished, | Roger Dingledine |
2004-02-29 | create a separate connection_edge_destroy() function | Roger Dingledine |
2004-02-28 | clean up some log messages and severities | Roger Dingledine |
2004-02-28 | if a relay cell is unrecognized at the end of the circuit, | Roger Dingledine |
2004-02-28 | Make has_sent_end irrelevant: only try to send end if reason is nonzero | Nick Mathewson |
2004-02-27 | patches/answers to nick's commit | Roger Dingledine |
2004-02-27 | Refactor mark_for_close, connection_edge_end and friends. Now, everybody | Nick Mathewson |
2004-02-27 | clean up an ia64 warning | Roger Dingledine |
2004-02-25 | Basic RAM poisoning and magic-checking to notice connection and circuit | Nick Mathewson |
2004-02-18 | adding the reattach-after-timeout feature wasn't so easy after all. | Roger Dingledine |