aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
Commit message (Expand)AuthorAge
* forward-port the onion queue thingRoger Dingledine2005-02-20
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson2005-02-11
* stop logging loudly when a client tries an old onion key. it'sRoger Dingledine2005-01-31
* clean up logging,Roger Dingledine2004-12-13
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Clean up copyrights.Roger Dingledine2004-11-07
* Make options no longer a global variable.Roger Dingledine2004-11-06
* canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine2004-11-02
* fix memory leak in router.c; start relying on NULL==(zero bytes)Nick Mathewson2004-10-16
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* prefer tor_free to freeRoger Dingledine2004-09-29
* Break files apart into more modulesRoger Dingledine2004-05-13
* Not every RSA decrypt should warn on failure.Nick Mathewson2004-05-12
* More doxygenation.Nick Mathewson2004-05-10
* function header comments for onion.c, including doxygen markupRoger Dingledine2004-05-10
* now assume all routers support rendezvous cellsRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* Merge flagday into main branch.Nick Mathewson2004-04-24
* clean up some warningsRoger Dingledine2004-04-17
* handle more purposes in new_route_lenRoger Dingledine2004-04-14
* normal circs are 3 hops, but rend/intro circs are 4, becauseRoger Dingledine2004-04-12
* clean up choose_good_exit_server()Roger Dingledine2004-04-07
* Generating data does no good if you make no use of itNick Mathewson2004-04-07
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* don't pick myself or my twins as hops when building circuitsRoger Dingledine2004-04-07
* There is no need to cast void* to other pointer types.Nick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* Force hybrid encryption on for key negotiationNick Mathewson2004-04-06
* Stupid sizeof operator!Nick Mathewson2004-04-06
* Remove vestigial variableNick Mathewson2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson2004-04-06
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* 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
* For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.Nick Mathewson2004-04-01
* alice chooses her rendezvous node from all running routersRoger Dingledine2004-04-01
* let the circuit-launcher choose the exit node (if he wants)Roger Dingledine2004-04-01
* Make smartlist Do What Arma Expects.Nick Mathewson2004-03-30
* Remove maximum-size field from smartlistsNick Mathewson2004-03-30
* clean up some 'warn' messages while i'm at itRoger Dingledine2004-03-26
* isspace and friends take an int. solaris cares.Roger Dingledine2004-03-19
* clean up some presentation and commentsRoger Dingledine2004-03-18
* make circuit-building less noisy when a node in your exclude/exit/entrynodes ...Roger Dingledine2004-03-03
* bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine2004-02-29
* note bug in assert_connection_okRoger Dingledine2004-02-28