aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Add missing doxygen for DNS and automap codeNick Mathewson2012-12-17
* Per-listener option to prefer IPv6 automaps when possible.Nick Mathewson2012-12-17
* Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
* Add options to turn DNS cache use on or off per client port.Nick Mathewson2012-12-17
* Merge branch 'fallback_dirsource_v3'Nick Mathewson2012-12-13
|\
| * Drop FallbackNetworkstatusFile; it never worked.Nick Mathewson2012-12-06
| * Add an option to weight down authorities when choosing a fallbackNick Mathewson2012-12-06
| * When choosing among dirserver_ts, consider their weightsNick Mathewson2012-12-06
| * New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
| * Refactor add_trusted_dir_serverNick Mathewson2012-12-06
| * Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
| * Rename DirServer to DirAuthorityNick Mathewson2012-12-06
| * Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson2012-12-06
* | Bug 3443: Don't count ORconn setup in circuit build time.Mike Perry2012-12-07
|/
* Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\
| * Add a torrc option to specify the bind address of managed proxies.George Kadianakis2012-11-27
* | Add some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* | Implement a PreferIPv6 flag for SocksPortsNick Mathewson2012-11-14
* | Revise the DNS subsystem to handle IPv6 exits.Nick Mathewson2012-11-14
* | Rename ipv{4,6}_only to bind_ipv{4,6}_onlyNick Mathewson2012-11-14
* | Add {No,}IPv{4,6}Traffic options to SOCKSPortNick Mathewson2012-11-14
* | Add an IPv6Exit configuration optionNick Mathewson2012-11-14
* | Record, send, and receive flags in BEGIN cellsNick Mathewson2012-11-14
* | Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson2012-11-14
* | Better policy support for IPv6Nick Mathewson2012-11-14
* | Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\ \ | |/ |/|
| * Name variables more consistently.Linus Nordberg2012-10-22
| * Add GeoIP database for IPv6 addressesnils2012-10-17
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
|/
* Fix comment on circuit_t.n_hop and remove circuitmux TODO in or.hAndrea Shepard2012-10-10
* Remove cell_ewma_t from or.h and from circuit_t/or_circuit_t; all that goes t...Andrea Shepard2012-10-10
* Handle n_mux/p_mux properly in circuitmux.cAndrea Shepard2012-10-10
* Implement circuitmux_attach_circuit() in circuitmux.cAndrea Shepard2012-10-10
* Use circuitmux_t in channels and when relaying cellsAndrea Shepard2012-10-10
* Add circuitmux.c, circuitmux.hAndrea Shepard2012-10-10
* Split channel_t into channel_t and channel_listener_t; get rid of that big unionAndrea Shepard2012-10-09
* Use channel_t rather than or_connection_t for circuitsAndrea Shepard2012-10-08
* Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard2012-10-08
* Add channel.c/channel.h for bug 6465Andrea Shepard2012-10-08
* Merge remote-tracking branch 'linus/enh6876_2'Nick Mathewson2012-09-28
|\
| * Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg2012-09-20
* | Remove the testing_since* fieldsNick Mathewson2012-09-21
|/
* Reject votes (not consensuses) with >64 known-flagsNick Mathewson2012-09-13
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-13
|\
| * Avoid undefined behaviour when parsing HS protocol versionsRobert Ransom2012-09-13
* | Merge branch 'remove_old_ver_checks'Nick Mathewson2012-09-10
|\ \
| * | Remove version_supports checks for versions before 0.2.2.Nick Mathewson2012-09-07
* | | Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155Nick Mathewson2012-09-10
|/ /
* | make AuthDirHasIPv6Connectivity match the man pageRoger Dingledine2012-09-05