summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-05-24Merge branch 'master' of git-rw.torproject.org:/torNick Mathewson
2017-05-24Improve the message we log on unexpected dirauth status codeNick Mathewson
2017-05-24remove unused node_get_published_on functionRoger Dingledine
2017-05-22fix minor grammar error in commentRoger Dingledine
2017-05-22Log a warning if we receive a disallowed compression method for an anonymous ...Alexander Færøy
2017-05-22Merge remote-tracking branch 'ahf/bugs/22305'Nick Mathewson
2017-05-22Ensure that only GZip and Zlib compression is handled for anonymous connections.Alexander Færøy
2017-05-22Refactor error path handling in connection_dir_client_reached_eof().Alexander Færøy
2017-05-22Fix a compilation warning about duplicate typedefNick Mathewson
2017-05-22Raise common code for creating circuit_guard_state_tNick Mathewson
2017-05-22Merge remote-tracking branch 'asn/bug21969_bridges'Nick Mathewson
2017-05-22Set guard state on bridge descriptor fetches.George Kadianakis
2017-05-22Don't add "Accept-Encoding" header if directory connection is anonymous.Alexander Færøy
2017-05-22Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-22Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-05-22dir auths reject 0.2.9.x for x<5, due to bug 20499Roger Dingledine
2017-05-19fix typo in commentRoger Dingledine
2017-05-19Fix uninitialized-variable warning on options_init_from_string().Nick Mathewson
2017-05-19Merge branch 'add_rust_squashed'Nick Mathewson
2017-05-19Add some Rust utility functions and print supportSebastian Hahn
2017-05-19Merge remote-tracking branch 'jigsaw/torrc-dir-fix-1922_squashed2'Nick Mathewson
2017-05-19Merge branch 'ticket21953_029'Nick Mathewson
2017-05-19Define HeapEnableTerminationOnCorruption if the headers don't.Nick Mathewson
2017-05-19fix typoRoger Dingledine
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
2017-05-18Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-18Merge branch 'bug22252_029' into maint-0.3.0Nick Mathewson
2017-05-16Fix crash when starting with LearnCircuitBuildTimeout 0.Nick Mathewson
2017-05-16Fix resource leak in parse_consensus_request()Nick Mathewson
2017-05-16Report deleted consensuses as NOT_FOUND rather than AVAILABLENick Mathewson
2017-05-16Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-16Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-05-16Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-05-16Update fallback directory mirrors in May 2017teor
2017-05-15Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-15remove a variable I missedNick Mathewson
2017-05-15Do not try to uncompress an empty spoolNick Mathewson
2017-05-15fix a memory leakNick Mathewson
2017-05-15Dircache protocol version 2 adds support for diffsNick Mathewson
2017-05-15Try not to mess up caches with the X-Or-Diff-From-Consensus headerNick Mathewson
2017-05-15Split consensus-request parsing into a separate functionNick Mathewson
2017-05-15Prop140, continued: accept "diff/<HASH>" in URLs, per proposal.Nick Mathewson
2017-05-15Merge remote-tracking branch 'public/prop140_aftermath_cfg'Nick Mathewson
2017-05-15Merge branch 'ahf_bugs_21667_2_squashed'Nick Mathewson
2017-05-15Fix dir_handle_get/... test-cases for prop#278 support.Alexander Færøy
2017-05-15Handle non-compressed requests gracefully.Alexander Færøy
2017-05-15Remove old consensus fetching code from handle_get_current_consensus().Alexander Færøy
2017-05-15Fix too wide line from `make check-spaces`.Alexander Færøy
2017-05-15Check for best consensus when no consensusdiff was found.Alexander Færøy
2017-05-15Copy valid/fresh-until and signatories values into diffs.Nick Mathewson