summaryrefslogtreecommitdiff
path: root/src/or/onion.c
AgeCommit message (Expand)Author
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
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-26clean up some 'warn' messages while i'm at ittor-0.0.4Roger Dingledine
2004-03-19isspace and friends take an int. solaris cares.Roger Dingledine
2004-03-18clean up some presentation and commentsRoger Dingledine
2004-03-03make circuit-building less noisy when a node in your exclude/exit/entrynodes ...Roger Dingledine
2004-02-29bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine
2004-02-28note bug in assert_connection_okRoger Dingledine
2004-02-28rename ExcludedNodes config option to ExcludeNodesRoger Dingledine
2004-02-17best_support_idx is obsoleteRoger Dingledine
2004-02-17Propagate yes/no/maybe a little farther forward.Nick Mathewson
2004-02-17Let paranoid exit nodes (which default to reject) be exit nodesRoger Dingledine
2004-02-04log when exit situation is hopeless.Nick Mathewson
2004-01-30for perf testing, paths are always 3 hops, not "3 or more"Roger Dingledine
2004-01-30fix a per-circuit memory leakRoger Dingledine
2004-01-30turn some knobs, add more debuggingRoger Dingledine
2004-01-20small default route when doing speed testingRoger Dingledine
2004-01-08resolve cygwin warnings for pre19Roger Dingledine
2004-01-05the onionskin challenge length was 30 bytes longer than necessaryRoger Dingledine
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-17end-to-end integrity checking now worksRoger Dingledine
2003-12-16move cell size to 512 bytesRoger Dingledine
2003-12-16add H(K|1) to the onionskin replyRoger Dingledine
2003-12-14start to track the 'unexpected relay cell' warningRoger Dingledine
2003-12-14add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine