aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion.c
Commit message (Expand)AuthorAge
...
* 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
* move cell size to 512 bytesRoger Dingledine2003-12-16
* add H(K|1) to the onionskin replyRoger Dingledine2003-12-16
* start to track the 'unexpected relay cell' warningRoger Dingledine2003-12-14
* add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine2003-12-14
* more general cleanupRoger Dingledine2003-12-14
* make options.ExitNodes workRoger Dingledine2003-12-13
* revamp circuit node selection to use smartlists:Roger Dingledine2003-12-13
* use the smartlist to pick random routers, rather than our own idiomRoger Dingledine2003-12-13
* if >=2 circs are being built that handle a given stream,Roger Dingledine2003-12-12
* our circuit symmetric key (for aes) is 127 bits, not 128 bits.Roger Dingledine2003-12-09
* general cleanupsRoger Dingledine2003-12-07
* break routers.c into router.c for stuff the router does,Roger Dingledine2003-12-06
* terminology shift:Roger Dingledine2003-12-05
* pick nodes for a circuit only from those the directory says are upRoger Dingledine2003-12-03
* stop segfault when choose_good_exit_server returns NULLRoger Dingledine2003-12-03
* fix vicious bug in connection_ap_attach_pending that caused it toRoger Dingledine2003-12-03