aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-01For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.Nick Mathewson
2004-04-01refactor to use new digest/checksig wrapper, add emacs magic, untabifyNick Mathewson
2004-04-01Add new functions to wrap digest and sign/checksig.Nick Mathewson
2004-04-01teach directory servers to handle renddesc responsesRoger Dingledine
2004-04-01alice chooses her rendezvous node from all running routersRoger Dingledine
2004-04-01Finish implementing what-bob-does-on-INTRODUCE2Nick Mathewson
2004-04-01Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson
2004-04-01teach alice to recognize y.onion addressesRoger Dingledine
2004-04-01Add some hooks to handle rendezvous-related cells at ORsNick Mathewson
2004-04-01let the circuit-launcher choose the exit node (if he wants)Roger Dingledine
2004-04-01Make it compile.Nick Mathewson
2004-04-01Add a (also fragmentary) function to handle introduction requestsNick Mathewson
2004-04-01outline what bob does to initialize his hidden servicesRoger Dingledine
2004-04-01Add helpful hybrid encryption functionsNick Mathewson
2004-04-01let alice recognize a y.onion address and, uhm, do somethingRoger Dingledine
2004-04-01put in hooks for alice and bob logic when circuits finish/failRoger Dingledine
2004-04-01Add relay command types for rendezvousNick Mathewson
2004-03-31allow conns to demand to be attached to a clean circuitRoger Dingledine
2004-03-31make changes that ben laurie suggestedRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-31Add missing fileNick Mathewson
2004-03-31Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson
2004-03-31Fix warningNick Mathewson
2004-03-31better way: always nul-terminate. then sometimes use it, sometimes not.Roger Dingledine
2004-03-31let fetch_from_buf_http tolerate nuls in the http bodyRoger Dingledine
2004-03-31rename hidserv_xxNick Mathewson
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-31Parse and generate service descriptorsNick Mathewson
2004-03-30add and use stubs for hidserv lookup and storeRoger Dingledine
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Refactor directory serversRoger Dingledine
2004-03-30Resolve type-punning warningsNick Mathewson
2004-03-30Jump through a hoop, suppress a warningNick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-30Add rendezvous-related metadata and code to circuits. Initially, weNick Mathewson
2004-03-30Add more key manipulation functions, and base32 functions, to cryptoNick Mathewson
2004-03-30Make smartlists start small and grow as needed.Nick Mathewson
2004-03-30use 'notice' loglevel for things the operator should hearRoger Dingledine
2004-03-30add in a 'notice' log levelRoger Dingledine
2004-03-30don't freak people out as much with the warning messageRoger Dingledine
2004-03-30re-enable recommendedversion checking (oops, thanks weasel)Roger Dingledine
2004-03-30rename torrc to torrc.sampleRoger Dingledine
2004-03-29old or skewed descriptor doesn't mean we failed to parse itRoger Dingledine
2004-03-29refactor directories a smidgenRoger Dingledine
2004-03-29first guess at a set of circuit purposesRoger Dingledine
2004-03-29bugfix: we were closing socks-request connections immediately, ratherRoger Dingledine
2004-03-29clean up a few more bugsRoger Dingledine
2004-03-29fix typoRoger Dingledine
2004-03-29make normal exit nodes less likely to crash from the conn-munging bugRoger Dingledine
2004-03-29Re-enable unit tests for directory generation.Nick Mathewson