aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
Commit message (Expand)AuthorAge
* 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
* rename ExcludedNodes config option to ExcludeNodesRoger Dingledine2004-02-28
* best_support_idx is obsoleteRoger Dingledine2004-02-17
* Propagate yes/no/maybe a little farther forward.Nick Mathewson2004-02-17
* Let paranoid exit nodes (which default to reject) be exit nodesRoger Dingledine2004-02-17
* log when exit situation is hopeless.Nick Mathewson2004-02-04
* for perf testing, paths are always 3 hops, not "3 or more"Roger Dingledine2004-01-30
* fix a per-circuit memory leakRoger Dingledine2004-01-30
* turn some knobs, add more debuggingRoger Dingledine2004-01-30
* small default route when doing speed testingRoger Dingledine2004-01-20
* resolve cygwin warnings for pre19Roger Dingledine2004-01-08
* the onionskin challenge length was 30 bytes longer than necessaryRoger Dingledine2004-01-05
* remove trailing whitespaceRoger Dingledine2003-12-17
* end-to-end integrity checking now worksRoger Dingledine2003-12-17