| 2004-04-05 |
Roger Dingledine | more alice-side infrastructure |
commit | commitdiff | tree | snapshot |
| 2004-04-05 |
Roger Dingledine | rend point nickname is nul-padded to avoid revealing... |
commit | commitdiff | tree | snapshot |
| 2004-04-05 |
Roger Dingledine | bob's rend desc must list >=1 intro point |
commit | commitdiff | tree | snapshot |
| 2004-04-05 |
Roger Dingledine | nicknames are at most 19 chars |
commit | commitdiff | tree | snapshot |
| 2004-04-05 |
Roger Dingledine | alice can now look up bob's service descriptor, |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Implement acks |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Add func to generate,set,and send rend cookie |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Make it build on linux |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | nick, can you make and send the rendezvous cookie? |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Make "common" no longer depend on or.h |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Strdup hates finding 0 bytes. |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Handle rendezvous relay cells |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | publish and fetch the right rendezvous urls |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Use (set|get)_uint(16|32) in lieu of memcpy where reaso... |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | more progress on alice's side |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Loops work better when they terminate. Non-terminating... |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Build without warnings against openssl 0.9.6 |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Refactor the heck out of crypto interface: admit that... |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | it's HiddenServiceDir |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | tabs |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | alice can intercept y.onion requests, do a lookup on... |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | no underscores in nicknames |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Add examples for hidden services |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Startup without crashing. |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Nick Mathewson | Hide smartlist internals |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | fix some bugs; more remain |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Roger Dingledine | remember to lower-case the y in y.onion |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Roger Dingledine | AP conns use conn->rend_query now too |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Nick Mathewson | Finish renaming rend_service field |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Roger Dingledine | break out circ->rend_service |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Nick Mathewson | refactor; start adding debugging logs to midpoint rend... |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Nick Mathewson | Finish missing comment :p |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Nick Mathewson | Implement rennd_services_init |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Roger Dingledine | router_choose_random_node can take a smartlist of nodes... |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Roger Dingledine | now circuit_get_newest returns an appropriate circ... |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Nick Mathewson | Make preferred/excluded intro points configurable |
commit | commitdiff | tree | snapshot |
| 2004-04-02 |
Nick Mathewson | Implement midpoint functionality for rendezvous points. |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | For hidden services: handle INTRODUCE2, send ESTABLISH_... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | refactor to use new digest/checksig wrapper, add emacs... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Add new functions to wrap digest and sign/checksig. |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Clarify handdshake digest logic |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | teach directory servers to handle renddesc responses |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | alice chooses her rendezvous node from all running... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Finish implementing what-bob-does-on-INTRODUCE2 |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Separate "generate-DH-key" from "get-DH-key" without... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | teach alice to recognize y.onion addresses |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Add some hooks to handle rendezvous-related cells at ORs |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | let the circuit-launcher choose the exit node (if he... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Make it compile. |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Add a (also fragmentary) function to handle introductio... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Use padding with intro requests |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | outline what bob does to initialize his hidden services |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Add helpful hybrid encryption functions |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | let alice recognize a y.onion address and, uhm, do... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Roger Dingledine | put in hooks for alice and bob logic when circuits... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Bob needs the hash of his PK in order to know which... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Add relay command types for rendezvous |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Nick Mathewson | Add documentation for hidden server cfg |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | allow conns to demand to be attached to a clean circuit |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | specify that alice and bob can use dirty circuits when |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | make changes that ben laurie suggested |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | a few more todo items done |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | tweak rend spec |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | Add an ap_bridge function to do a socketpair and skip... |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Nick Mathewson | Add missing file |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Nick Mathewson | Add code to configure hidden services, parse configurat... |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Nick Mathewson | Fix warning |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | better way: always nul-terminate. then sometimes use... |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | let fetch_from_buf_http tolerate nuls in the http body |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Nick Mathewson | rename hidserv_xx |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Roger Dingledine | tweaks/patches on the rendezvous spec |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Nick Mathewson | Implement hidserv_XX functions; there is still an XXX... |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Nick Mathewson | Parse and generate service descriptors |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | add and use stubs for hidserv lookup and store |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Make smartlist Do What Arma Expects. |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | Refactor directory servers |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Resolve type-punning warnings |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Jump through a hoop, suppress a warning |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Remove maximum-size field from smartlists |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Add rendezvous-related metadata and code to circuits... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Add more key manipulation functions, and base32 functio... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Make smartlists start small and grow as needed. |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | Make service IDs 80 bits, not 128 |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Peter Palfrader | New upstream release debian-version-0.0.5-1 |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | commit a changelog for 0.0.5 tor-0.0.5 |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | bump to 0.0.5 |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Peter Palfrader | Keep using torrc instead of torrc.sample as dpkg handle... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | bump to 0.0.5rc3 |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | update hacking to mention loglevel notice |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | use 'notice' loglevel for things the operator should... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | add in a 'notice' log level |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | guess some times on some tasks |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | switch tor-design to usenix format |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Nick Mathewson | break up initial rend tasks |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Peter Palfrader | Add reminder to debian/changelog: Upstream installs... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | don't freak people out as much with the warning message |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | clean up README to mention torrc.sample |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | re-enable recommendedversion checking (oops, thanks... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Roger Dingledine | rename torrc to torrc.sample |
commit | commitdiff | tree | snapshot |
| 2004-03-29 |
Roger Dingledine | call it torrc.sample, not torrc |
commit | commitdiff | tree | snapshot |
| next |