| Commit message (Expand) | Author | Age |
* | let alice recognize a y.onion address and, uhm, do something | Roger Dingledine | 2004-04-01 |
* | put in hooks for alice and bob logic when circuits finish/fail | Roger Dingledine | 2004-04-01 |
* | Add relay command types for rendezvous | Nick Mathewson | 2004-04-01 |
* | allow conns to demand to be attached to a clean circuit | Roger Dingledine | 2004-03-31 |
* | make changes that ben laurie suggested | Roger Dingledine | 2004-03-31 |
* | Add an ap_bridge function to do a socketpair and skip socks. | Roger Dingledine | 2004-03-31 |
* | Add missing file | Nick Mathewson | 2004-03-31 |
* | Add code to configure hidden services, parse configuration, generate keys and... | Nick Mathewson | 2004-03-31 |
* | Fix warning | Nick Mathewson | 2004-03-31 |
* | better way: always nul-terminate. then sometimes use it, sometimes not. | Roger Dingledine | 2004-03-31 |
* | let fetch_from_buf_http tolerate nuls in the http body | Roger Dingledine | 2004-03-31 |
* | rename hidserv_xx | Nick Mathewson | 2004-03-31 |
* | Implement hidserv_XX functions; there is still an XXX in directory_handle_com... | Nick Mathewson | 2004-03-31 |
* | Parse and generate service descriptors | Nick Mathewson | 2004-03-31 |
* | add and use stubs for hidserv lookup and store | Roger Dingledine | 2004-03-30 |
* | Make smartlist Do What Arma Expects. | Nick Mathewson | 2004-03-30 |
* | Refactor directory servers | Roger Dingledine | 2004-03-30 |
* | Resolve type-punning warnings | Nick Mathewson | 2004-03-30 |
* | Jump through a hoop, suppress a warning | Nick Mathewson | 2004-03-30 |
* | Remove maximum-size field from smartlists | Nick Mathewson | 2004-03-30 |
* | Add rendezvous-related metadata and code to circuits. Initially, we | Nick Mathewson | 2004-03-30 |
* | Add more key manipulation functions, and base32 functions, to crypto | Nick Mathewson | 2004-03-30 |
* | Make smartlists start small and grow as needed. | Nick Mathewson | 2004-03-30 |
* | use 'notice' loglevel for things the operator should hear | Roger Dingledine | 2004-03-30 |
* | add in a 'notice' log level | Roger Dingledine | 2004-03-30 |
* | don't freak people out as much with the warning message | Roger Dingledine | 2004-03-30 |
* | re-enable recommendedversion checking (oops, thanks weasel) | Roger Dingledine | 2004-03-30 |
* | rename torrc to torrc.sample | Roger Dingledine | 2004-03-30 |
* | old or skewed descriptor doesn't mean we failed to parse it | Roger Dingledine | 2004-03-29 |
* | refactor directories a smidgen | Roger Dingledine | 2004-03-29 |
* | first guess at a set of circuit purposes | Roger Dingledine | 2004-03-29 |
* | bugfix: we were closing socks-request connections immediately, rather | Roger Dingledine | 2004-03-29 |
* | clean up a few more bugs | Roger Dingledine | 2004-03-29 |
* | fix typo | Roger Dingledine | 2004-03-29 |
* | make normal exit nodes less likely to crash from the conn-munging bug | Roger Dingledine | 2004-03-29 |
* | Re-enable unit tests for directory generation. | Nick Mathewson | 2004-03-29 |
* | Remove descriptors that are older than 24 hours from the directory. Use strl... | Nick Mathewson | 2004-03-29 |
* | Possible fix for c99 aliasing warnings | Nick Mathewson | 2004-03-29 |
* | make it less noisy for normal ORs when a server uses a false nickname | Roger Dingledine | 2004-03-28 |
* | make dns resolves a lot faster | Roger Dingledine | 2004-03-28 |
* | oh, i forgot to enable the find-munged-conn function | Roger Dingledine | 2004-03-28 |
* | hold socks reply open until flushed (if possible) | Roger Dingledine | 2004-03-28 |
* | there is yet another dns-pending-conn-clobbering bug | Roger Dingledine | 2004-03-28 |
* | work around a tsocks bug | Roger Dingledine | 2004-03-27 |
* | fix an assert trigger where an OP would fail to handshake, and we'd | Roger Dingledine | 2004-03-27 |
* | only build circuits after we've fetched the directory | Roger Dingledine | 2004-03-27 |
* | make it less noisy to consider exit policies | Roger Dingledine | 2004-03-27 |
* | oops, 0.0.4 is more broken than 0.0.3 | Roger Dingledine | 2004-03-26 |
* | clean up some 'warn' messages while i'm at it | Roger Dingledine | 2004-03-26 |
* | fix two assert triggers (darn it, I hate releasing software) | Roger Dingledine | 2004-03-26 |