summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2018-02-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-02-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-01-30dos: Make circuit rate limit per second, not tenths anymoreDavid Goulet
2018-01-30dos: Track new and closed OR client connectionsDavid Goulet
2018-01-30dos: Initial code of Denial of Service mitigationDavid Goulet
2017-12-21Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2017-12-21Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-12-21Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-12-21Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-12-21Merge branch 'maint-0.2.5' into maint-0.2.8maint-0.2.8Nick Mathewson
2017-12-21Move destroy cells into a separate queue type of their own, to save RAMNick Mathewson
2017-11-04Revert "Make ClientDNSRejectInternalAddresses testing-only."Sebastian Hahn
2017-10-24Merge branch 'feature18329_029_squashed' into maint-0.3.2Nick Mathewson
2017-10-24Add new BridgeDistribution config optionRoger Dingledine
2017-10-23Have LOG_PROTOCOL_WARN call its own functionNick Mathewson
2017-09-26Make the TransProxyType field non-constNick Mathewson
2017-09-26Correct two state-file variable types.Nick Mathewson
2017-09-25sched: make interval a plain int; initialize with macroMatt Traudt
2017-09-25sched: Make KISTSchedRunInterval non negativeDavid Goulet
2017-09-22Merge branch 'bug22805_v2_squashed'Nick Mathewson
2017-09-22Remove or_circuit_t.is_first_hop; use channel_is_client() insteadNick Mathewson
2017-09-20Use correct name for authtype 3 in a comment.Nick Mathewson
2017-09-19Add a BASE32_DIGEST_LEN defineDavid Goulet
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Merge branch 'remove_allow_dotexit_v2'Nick Mathewson
2017-09-15Remove AllowDotExit.Nick Mathewson
2017-09-15Merge remote-tracking branch 'dgoulet/ticket12541_032_02'Nick Mathewson
2017-09-15sched: Add Schedulers torrc optionDavid Goulet
2017-09-15sched: Remove vanilla sched options that will be going awayMatt Traudt
2017-09-12Merge branch 'ticket21031'Nick Mathewson
2017-09-12Merge branch 'bug23347_squashed'Nick Mathewson
2017-09-12Make clients wait to refresh bridges when they have a recent descriptorteor
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-09-07Make ClientDNSRejectInternalAddresses testing-only.Nick Mathewson
2017-09-07Merge branch 'bug23361_032_01_squashed2'Nick Mathewson
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-09-05Merge branch 'http_tunnel_squashed'Nick Mathewson
2017-09-05Add support for HTTP Connect tunnelsNick Mathewson
2017-09-05Make buffers.c independent of or.hNick Mathewson
2017-08-24Merge remote-tracking branch 'dgoulet/ticket17242_032_03-squashed'Nick Mathewson
2017-08-24prop224: Add the dir purpose HAS_FETCHEDDavid Goulet
2017-08-09Add a hashtable mapping to nodes from ed25519 idsNick Mathewson
2017-08-09Add a 'NoExec' option that causes tor_spawn_background() to failNick Mathewson
2017-08-08Merge branch 'ticket20657_nickm_bugfixes_squashed'Nick Mathewson
2017-08-08Improve documentation all around the codebase.George Kadianakis
2017-08-08Make HidServRevCounter be a LINELIST as it should.George Kadianakis
2017-08-08prop224: Use state file to save/load revision countersGeorge Kadianakis
2017-08-08prop224: Directory function to upload descriptorDavid Goulet
2017-08-08prop224: Build hsdir index for node_tDavid Goulet
2017-08-03routerkeys: Add cmdline option for learning signing key expiration.Isis Lovecruft