summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2012-10-17Add GeoIP database for IPv6 addressesnils
2012-10-10Fix comment on circuit_t.n_hop and remove circuitmux TODO in or.hAndrea Shepard
2012-10-10Remove cell_ewma_t from or.h and from circuit_t/or_circuit_t; all that goes t...Andrea Shepard
2012-10-10Handle n_mux/p_mux properly in circuitmux.cAndrea Shepard
2012-10-10Implement circuitmux_attach_circuit() in circuitmux.cAndrea Shepard
2012-10-10Use circuitmux_t in channels and when relaying cellsAndrea Shepard
2012-10-10Add circuitmux.c, circuitmux.hAndrea Shepard
2012-10-09Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-10-08Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard
2012-10-08Add channel.c/channel.h for bug 6465Andrea Shepard
2012-09-28Merge remote-tracking branch 'linus/enh6876_2'Nick Mathewson
2012-09-21Remove the testing_since* fieldsNick Mathewson
2012-09-20Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg
2012-09-13Reject votes (not consensuses) with >64 known-flagsNick Mathewson
2012-09-13Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-13Avoid undefined behaviour when parsing HS protocol versionsRobert Ransom
2012-09-10Merge branch 'remove_old_ver_checks'Nick Mathewson
2012-09-10Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson
2012-09-07Remove version_supports checks for versions before 0.2.2.Nick Mathewson
2012-09-05make AuthDirHasIPv6Connectivity match the man pageRoger Dingledine
2012-09-05Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.Linus Nordberg
2012-09-04Add IPv6 OR port to microdesc_t and populate it.Linus Nordberg
2012-09-04Clients connect to public relays over IPv6.Linus Nordberg
2012-08-27Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-27Disable extending to private/internal addresses by defaultNick Mathewson
2012-08-23Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-17Merge remote-tracking branch 'public/bug6507' into maint-0.2.3Nick Mathewson
2012-08-17Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-08-16Address Nick's comments from code review.Mike Perry
2012-08-15Bug 6475: Explicitly track our path bias state.Mike Perry
2012-08-09Fix spaces from last patchNick Mathewson
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-07-31Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard
2012-07-19Add config option AuthDirPublishIPv6.Linus Nordberg
2012-07-19Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg
2012-07-19Add "a" line to status document.Linus Nordberg
2012-07-19Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg
2012-07-19Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg
2012-06-14Defend against entry node path bias attacksMike Perry
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-11Document ADDRMAPSRC_NONE.Nick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson
2012-05-14Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson
2012-05-11An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick Mathewson