aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
AgeCommit message (Expand)Author
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-06-29Logic to implement rendezvous/introduction via unknown servers.Nick Mathewson
2005-06-13compile fix by agl, for code that is always commented outRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-02New and frightening code to implement fast-path first-hop CREATE_FAST cells. ...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-02-20forward-port the onion queue thingRoger Dingledine
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-01-31stop logging loudly when a client tries an old onion key. it'sRoger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-16fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-09-29prefer tor_free to freeRoger Dingledine
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-10function header comments for onion.c, including doxygen markupRoger Dingledine
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-25Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-17clean up some warningsRoger Dingledine
2004-04-14handle more purposes in new_route_lenRoger Dingledine
2004-04-12normal circs are 3 hops, but rend/intro circs are 4, becauseRoger Dingledine
2004-04-07clean up choose_good_exit_server()Roger Dingledine
2004-04-07Generating data does no good if you make no use of itNick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07don't pick myself or my twins as hops when building circuitsRoger Dingledine
2004-04-07There is no need to cast void* to other pointer types.Nick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Stupid sizeof operator!Nick Mathewson
2004-04-06Remove vestigial variableNick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03Hide smartlist internalsNick 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-01For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.Nick Mathewson
2004-04-01alice chooses her rendezvous node from all running routersRoger Dingledine
2004-04-01let the circuit-launcher choose the exit node (if he wants)Roger Dingledine