aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-16Combine entry_port_cfg_t fields in listener_connection_tNick Mathewson
2015-01-16Split client-specific and server-specific parts of port_cfg_tNick Mathewson
2015-01-13Merge remote-tracking branch 'andrea/ticket12585_v3'Nick Mathewson
2015-01-12Merge branch 'bug13806_squashed'Nick Mathewson
2015-01-12When OOM, free cached hidden service descriptors too.Nick Mathewson
2015-01-10Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guardteor
2015-01-07Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585.Jacob Appelbaum
2015-01-06Merge branch 'exitnode_10067_squashed'Nick Mathewson
2015-01-06Add an ExitRelay option to override ExitPolicyNick Mathewson
2015-01-06Merge remote-tracking branch 'public/bug12509_025'Nick Mathewson
2015-01-06Merge remote-tracking branch 'public/feature11791'Nick Mathewson
2015-01-04Prevent changes to other options from removing . from AutomapHostsSuffixesNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-19Add two hidden-service related statistics.George Kadianakis
2014-11-27Fix some issues with the scheduler configuration optionsNick Mathewson
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-11-26Merge remote-tracking branch 'public/bug13126'Nick Mathewson
2014-11-25Merge branch 'feature9503_squashed'Nick Mathewson
2014-11-25Adding 'SIGNAL HEARTBEAT' message that causes unscheduled heartbeat.rl1987
2014-11-17Remove Support022HiddenServicesNick Mathewson
2014-11-17Use smaller zlib objects when under memory pressureNick Mathewson
2014-11-12Merge remote-tracking branch 'rl1987/bug13644'Nick Mathewson
2014-11-12Merge remote-tracking branch 'public/bug13698_024_v1'Nick Mathewson
2014-11-11Renaming ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN.rl1987
2014-11-11Comment possible values of was_router_added_t.rl1987
2014-11-10Fix: don't report timeout when closing parallel intro pointsDavid Goulet
2014-11-05Merge remote-tracking branch 'meejah/ticket-11291-extra-utests'Nick Mathewson
2014-11-03Remove smartlist_choose_node_by_bandwidth()Nick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-28Fix smartlist_choose_node_by_bandwidth() so that it rejects ORs with BadExit ...rl1987
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-10-13Merge remote-tracking branch 'public/bug11243_squashed'Nick Mathewson
2014-10-13Bugfixes on bug11243 fix for the not-added cases and testsNick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-10-07Make queue thresholds and flush size for global scheduler into config optionsAndrea Shepard
2014-10-01Add TestingDirAuthVoteExit option (like TestingDirAuthVoteGuard)teor
2014-09-30Track total queue size per channel, with overhead estimates, and global queue...Andrea Shepard
2014-09-30Provide generic mechanism for scheduler to query writeable cells on a channelAndrea Shepard
2014-09-29Avoid frequent strcmp() calls for AccountingRuleNick Mathewson
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
2014-09-21get rid of routerstatus->version_supports_optimistic_dataRoger Dingledine
2014-09-18Merge branch 'bug4244b_squashed'Nick Mathewson
2014-09-18Clients no longer write "DirReqStatistics 0" in their saveconf outputRoger Dingledine
2014-09-18Activate INSTRUMENT_DOWNLOADS under clang analyzer as well as coverityNick Mathewson
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-09-09Remove dirauth support for the BadDirectory flagSebastian Hahn
2014-09-09Merge branch 'bug12899_squashed'Nick Mathewson