summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-23Merge branch 'maint-0.2.8'Nick Mathewson
2016-09-23Merge remote-tracking branch 'teor/broken-028-fallbacks' into maint-0.2.8Nick Mathewson
2016-09-22Remove another fallback whose operator opted-outteor
2016-09-22bump master to 0.2.9.3-alphaNick Mathewson
2016-09-22Update versions to 0.2.8.8Nick Mathewson
2016-09-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-09-22Merge branch 'bug20203_027_squashed' into maint-0.2.8Nick Mathewson
2016-09-22When clearing cells from a circuit for OOM reasons, tell cmux we did so.Nick Mathewson
2016-09-22Coverity warning fix: let coverity tell we're closing socketsNick Mathewson
2016-09-22Fix conflicting types errors for aes.c.Nick Mathewson
2016-09-21Merge remote-tracking branch 'isis/bug20201'Nick Mathewson
2016-09-21Update documentation for parse_bridge_line() in src/or/config.c.Isis Lovecruft
2016-09-20Merge branch 'maint-0.2.8'Nick Mathewson
2016-09-20Merge remote-tracking branch 'public/bug20103_028_v3' into maint-0.2.8Nick Mathewson
2016-09-20Merge branch 'maint-0.2.8'Nick Mathewson
2016-09-21fixup! Update hard-coded fallback list based on pre-0.2.9 checksteor
2016-09-20dns: Always enable DNS request for our DNSPortDavid Goulet
2016-09-20Don't look at any routerstatus_t when the networkstatus is inconsistentNick Mathewson
2016-09-20Update hard-coded fallback list based on pre-0.2.9 checksteor
2016-09-16Add support for AES256 and AES192Nick Mathewson
2016-09-16Remove a needless level of indirection from crypto_cipher_tNick Mathewson
2016-09-16Simplify the crypto_cipher_t interface and structureNick Mathewson
2016-09-16In aes.c, support 192-bit and 256-bit keys.Nick Mathewson
2016-09-14Ensure that dir1 and dir2 are freed at the end of poisoning testNick Mathewson
2016-09-14Fix a bogus memwipe length in rend_service_load_auth_keys().Nick Mathewson
2016-09-14Remove an extraneous parenthesis in IF_BUG_OHNCE__Nick Mathewson
2016-09-14Merge remote-tracking branch 'teor/feature20072'Nick Mathewson
2016-09-14Merge branch 'bug20081'Nick Mathewson
2016-09-14Add some chutney single onion networks to make test-network-allteor
2016-09-13Merge remote-tracking branch 'public/bug20063'Nick Mathewson
2016-09-13Fix a memory leak in options/validate__single_onionNick Mathewson
2016-09-13Fix a check-spaces warning.Nick Mathewson
2016-09-13options/validate__single_onion test: use new log capture apiNick Mathewson
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Replace OnionService* with HiddenService* in option namesteor
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Comments: prefer circuit_build_times_disabled() to LearnCircuitBuildTimeoutteor
2016-09-13Ephemeral Single Onion Services must have the NonAnonymous ADD_ONION flagteor
2016-09-13Refactor the hidden service code to use rend_service_pathteor
2016-09-13Allow the unit tests to pass a service list to rend_service_load_all_keysteor
2016-09-13Refactor UseEntryNodes so the original configured value is preservedteor
2016-09-13Use CircuitBuildTimeout whenever circuit_build_times_disabled is trueteor
2016-09-13Fix a typo in a comment in rend_consider_services_intro_pointsteor
2016-09-13Fix a typo in the LearnCircuitBuildTimeout disabled log messageteor
2016-09-13When LearnCircuitBuildTimeout is disabled by other options, be quieterteor
2016-09-13Remove a duplicate non-anonymous warning log messageteor
2016-09-13Refactor crypto init to use existing options variableteor (Tim Wilson-Brown)
2016-09-13Make Tor2web work with ReachableAddresses and CRN_DIRECT_CONNteor
2016-09-13Make Single Onion Service intro points respect ReachableAddressesteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)