aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15forward-port changelog and releasenotesNick Mathewson
2017-05-15Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-15bump version to 0.3.0.7Nick Mathewson
2017-05-15Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-15Merge branch 'bug22246_030' into maint-0.3.0Nick 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-15Merge branch 'prop140_aftermath_url_v3'Nick Mathewson
2017-05-15Test fix: always set address in new_dir_conn()Nick 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-15dir_handle_get: repair two test cases, note the fixes for 3 othersNick Mathewson
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
2017-05-15Store fresh/valid-until and signatories values on all consensus objects.Nick Mathewson
2017-05-15Implement functions to expose valid/fresh-until and votersNick Mathewson
2017-05-15Move stub accessor functions a level higher, to consdiffmgrNick Mathewson
2017-05-15Fetch the current consensus from the conscache subsystem.Alexander Færøy
2017-05-15bugfix-on version for 21329. thanks, meejah!Nick Mathewson
2017-05-15Fix another lintchanges issueNick Mathewson
2017-05-15fix a bunch of lintchanges complaintsNick Mathewson
2017-05-15Remove changes files for issues resolved in 0.3.0.7.Nick Mathewson
2017-05-15Initialize the HS cache at startupNick Mathewson
2017-05-15Merge branch 'bug22245_024'Nick Mathewson
2017-05-15Add hs_test_helpers.h to noinst_HEADERSNick Mathewson
2017-05-15Fix a logic error in hibernate.cNick Mathewson
2017-05-15Fix assertion to actually have a chance of failingNick Mathewson
2017-05-15Merge branch 'bug18100_029'Nick Mathewson
2017-05-15Fix the TRPOXY typo in connection_edge.cNick Mathewson
2017-05-15Merge remote-tracking branch 'public/bug20270_029'Nick Mathewson
2017-05-14Remove two obsoleted options.Nick Mathewson
2017-05-14fmt two man page entriesRoger Dingledine
2017-05-14remove stray equals signRoger Dingledine
2017-05-13Add stub functions for querying metadata about the consensus.Alexander Færøy
2017-05-12Fix tautological constant out-of-range comparison warnings.Alexander Færøy
2017-05-12Fix DoubleNL warning from `make check-spaces`.Alexander Færøy
2017-05-12actually enable background compresion for consensusesNick Mathewson
2017-05-12Test fix: expect old consensuses to be deleted if not deflate-compressedNick Mathewson
2017-05-12consdiffmgr: Reload latest consensus entries on start.Nick Mathewson
2017-05-12consdiffmgr: expose cached consensusesNick Mathewson
2017-05-12Cleanup logic: only retain zlib-compressed consensusesNick Mathewson