summaryrefslogtreecommitdiff
path: root/src/or/onion.c
AgeCommit message (Expand)Author
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
2003-12-14more general cleanupRoger Dingledine
2003-12-13make options.ExitNodes workRoger Dingledine
2003-12-13revamp circuit node selection to use smartlists:Roger Dingledine
2003-12-13use the smartlist to pick random routers, rather than our own idiomRoger Dingledine
2003-12-12if >=2 circs are being built that handle a given stream,Roger Dingledine
2003-12-09our circuit symmetric key (for aes) is 127 bits, not 128 bits.Roger Dingledine
2003-12-07general cleanupsRoger Dingledine
2003-12-06break routers.c into router.c for stuff the router does,Roger Dingledine
2003-12-05terminology shift:Roger Dingledine
2003-12-03pick nodes for a circuit only from those the directory says are upRoger Dingledine
2003-12-03stop segfault when choose_good_exit_server returns NULLRoger Dingledine
2003-12-03fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine
2003-12-03bugfix in exit node choice: we used to find the perfect exit node but ...Roger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19Patch last patch to last patchNick Mathewson
2003-11-19Patch last patch.Nick Mathewson
2003-11-19Skip non-running routers for exit node selectionNick Mathewson
2003-11-18bugfix: sometimes we closed a circ while cpuworker was cranking,Roger Dingledine
2003-11-18bugfix: don't ask for ->next of an expired circuitRoger Dingledine
2003-11-18use the tor_malloc_zero wrapperRoger Dingledine
2003-11-17"I don't think it's quite fair to condemn a whole program because of aNick Mathewson