aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-13prop224: Don't use an array of config handlersDavid Goulet
2017-07-13prop224: Detect duplicate configuration optionsDavid Goulet
2017-07-13prop224: Use a common function to parse uint64_tDavid Goulet
2017-07-13Revert "fixup! prop224: Add hs_config.{c|h} with a refactoring"David Goulet
2017-07-13test: Add v3 service load keys and accessorsDavid Goulet
2017-07-13test: Add v3 service config and registration testDavid Goulet
2017-07-13hs: Add rend_service_init()David Goulet
2017-07-13prop224: Add a function to check for invalid optsDavid Goulet
2017-07-13prop224: Load and/or generate v3 service keysDavid Goulet
2017-07-13prop224: Service address creation/validationDavid Goulet
2017-07-13prop224: Configure v3 service from optionsDavid Goulet
2017-07-13test: Add HS v2 service configuration unit testsDavid Goulet
2017-07-13hs: Use v3 maximum intro points value when decoding v3David Goulet
2017-07-13prop224: Add a init/free_all function for the whole subsystemDavid Goulet
2017-07-13prop224: Add hs_config.{c|h} with a refactoringDavid Goulet
2017-07-13prop224: Initial import of hs_service_tDavid Goulet
2017-07-13rephist: Remove unused crypto_pk statistics.Isis Lovecruft
2017-07-13use CARGO_HOME instead of HOME when building with rustChelsea H. Komlo
2017-07-12New configuration option MaxConsensusAgeForDiffsNick Mathewson
2017-07-12Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-12Merge branch 'bug22349_029' into maint-0.3.1Nick Mathewson
2017-07-12Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-12Restore openssl and libscrypt includes in test_crypto_slow.cNick Mathewson
2017-07-12If writing a heartbeat message fails, retry after MIN_HEARTBEAT_PERIOD.Isis Lovecruft
2017-07-12Use the return value for choosing intervalscypherpunks
2017-07-10Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-10Make consdiff tests pass on OS X tooMatt Traudt
2017-07-10Avoid double-typedef errors on freebsd.Nick Mathewson
2017-07-07prop224: Add common intropoint objectDavid Goulet
2017-07-07Merge branch 'bug17750_029_squashed'Nick Mathewson
2017-07-07Comment that failure schedules always use exponential backoffteor
2017-07-07Refactor exponential backoff multipliers into macrosteor
2017-07-07Add regression tests for 17750 and 20534teor
2017-07-07Use download_status_get_next_attempt_at() more oftenteor
2017-07-07Give correct bounds in next_random_exponential_delay() commentteor
2017-07-07Make clients try fallbacks before authoritiesteor
2017-07-07Use LANG_ENGLISH in windows error messagesNick Mathewson
2017-07-07Fix the expected bug warning in dir/param_voting_lookup testsNick Mathewson
2017-07-07Merge branch 'bug21495'Nick Mathewson
2017-07-07Fix a couple of clang warningsNick Mathewson
2017-07-07Merge branch 'ticket21859_032_01_squashed'Nick Mathewson
2017-07-07Fix wide linesNick Mathewson
2017-07-07Use LD_BUG, not LOG_PROTOCOL_WARN, for bad-purpose cases.Nick Mathewson
2017-07-07Hide crypto_digest_t again and use an accessor for tests.George Kadianakis
2017-07-07Explicit length checks in create_rend_cpath().George Kadianakis
2017-07-07Explicit length checks in circuit_init_cpath_crypto().George Kadianakis
2017-07-07Rename get_rend_cpath() to create_rend_cpath().George Kadianakis
2017-07-07Rename rend_circuit_validate_purpose() based on Nick's review.George Kadianakis
2017-07-07Turn some warnings into bugs and non-fatal asserts.George Kadianakis
2017-07-07Improve docs based on Nick's review.George Kadianakis