aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.Nick Mathewson2004-04-05
* if a rend stream has already been attached to a rend circ,Roger Dingledine2004-04-05
* send a destroy after we send an introduceRoger Dingledine2004-04-05
* more alice-side infrastructureRoger Dingledine2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Implement acksNick Mathewson2004-04-03
* Add func to generate,set,and send rend cookieNick Mathewson2004-04-03
* Make it build on linuxNick Mathewson2004-04-03
* nick, can you make and send the rendezvous cookie?Roger Dingledine2004-04-03
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
* Strdup hates finding 0 bytes.Nick Mathewson2004-04-03
* Handle rendezvous relay cellsNick Mathewson2004-04-03
* publish and fetch the right rendezvous urlsRoger Dingledine2004-04-03
* Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson2004-04-03
* more progress on alice's sideRoger Dingledine2004-04-03
* Loops work better when they terminate. Non-terminating loops are easierNick Mathewson2004-04-03
* Build without warnings against openssl 0.9.6Nick Mathewson2004-04-03
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* it's HiddenServiceDirRoger Dingledine2004-04-03
* tabsRoger Dingledine2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* no underscores in nicknamesRoger Dingledine2004-04-03
* Add examples for hidden servicesNick Mathewson2004-04-03
* Startup without crashing.Nick Mathewson2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* fix some bugs; more remainRoger Dingledine2004-04-03
* remember to lower-case the y in y.onionRoger Dingledine2004-04-03
* AP conns use conn->rend_query now tooRoger Dingledine2004-04-02
* Finish renaming rend_service fieldNick Mathewson2004-04-02
* break out circ->rend_serviceRoger Dingledine2004-04-02
* refactor; start adding debugging logs to midpoint rend stuffNick Mathewson2004-04-02
* Finish missing comment :pNick Mathewson2004-04-02
* Implement rennd_services_initNick Mathewson2004-04-02
* router_choose_random_node can take a smartlist of nodes to excludeRoger Dingledine2004-04-02
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
* Make preferred/excluded intro points configurableNick Mathewson2004-04-02
* Implement midpoint functionality for rendezvous points.Nick Mathewson2004-04-02
* For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.Nick Mathewson2004-04-01
* refactor to use new digest/checksig wrapper, add emacs magic, untabifyNick Mathewson2004-04-01
* Add new functions to wrap digest and sign/checksig.Nick Mathewson2004-04-01
* teach directory servers to handle renddesc responsesRoger Dingledine2004-04-01
* alice chooses her rendezvous node from all running routersRoger Dingledine2004-04-01
* Finish implementing what-bob-does-on-INTRODUCE2Nick Mathewson2004-04-01
* Separate "generate-DH-key" from "get-DH-key" without breaking old interfaceNick Mathewson2004-04-01
* teach alice to recognize y.onion addressesRoger Dingledine2004-04-01
* Add some hooks to handle rendezvous-related cells at ORsNick Mathewson2004-04-01
* let the circuit-launcher choose the exit node (if he wants)Roger Dingledine2004-04-01
* Make it compile.Nick Mathewson2004-04-01
* Add a (also fragmentary) function to handle introduction requestsNick Mathewson2004-04-01
* outline what bob does to initialize his hidden servicesRoger Dingledine2004-04-01