summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-03it's HiddenServiceDirRoger Dingledine
2004-04-03tabsRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03no underscores in nicknamesRoger Dingledine
2004-04-03Add examples for hidden servicesNick Mathewson
2004-04-03Startup without crashing.Nick Mathewson
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-03fix some bugs; more remainRoger Dingledine
2004-04-03remember to lower-case the y in y.onionRoger Dingledine
2004-04-02AP conns use conn->rend_query now tooRoger Dingledine
2004-04-02Finish renaming rend_service fieldNick Mathewson
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
2004-04-02Finish missing comment :pNick Mathewson
2004-04-02Implement rennd_services_initNick Mathewson
2004-04-02router_choose_random_node can take a smartlist of nodes to excludeRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-02Make preferred/excluded intro points configurableNick Mathewson
2004-04-02Implement midpoint functionality for rendezvous points.Nick Mathewson
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