summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-08-08prop224: Add helper function to lookup HS objectsDavid Goulet
2017-08-08prop224: Handle service INTRO_ESTABLISHED cellDavid Goulet
2017-08-08prop224: Circuit has opened and ESTABLISH_INTRO cellDavid Goulet
2017-08-08prop224: Introduction circuit creationDavid Goulet
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-08-08prop224: Implement subcredential creationDavid Goulet
2017-08-08prop224: Add descriptor overlap mode functionGeorge Kadianakis
2017-08-08prop224: Scheduled events for serviceDavid Goulet
2017-08-08prop224: API for the creation of blinded keysDavid Goulet
2017-08-08hs: Implement constructor for hs_desc_intro_point_tDavid Goulet
2017-07-25prop224: Add onion key to service descriptor intro pointDavid Goulet
2017-07-25prop224: Add the introduction point onion key to descriptorDavid Goulet
2017-07-25prop224: Helper to dup a link_specifier_t objectDavid Goulet
2017-07-25prop224: Update hs identifier circuitDavid Goulet
2017-07-25fix wordo in commentRoger Dingledine
2017-07-24Rename the hybrid_encrypt/decrypt functions; label them as dangerousNick Mathewson
2017-07-14Fix 32-bit warnings in hs_common.cNick Mathewson
2017-07-13Merge remote-tracking branch 'dgoulet/ticket21979_032_04'Nick Mathewson
2017-07-13prop224: Fix clang warningsDavid Goulet
2017-07-13Merge remote-tracking branch 'isis/bug19476'Nick Mathewson
2017-07-13Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-13prop224: Move service version into config objectDavid Goulet
2017-07-13prop224: Use the service config object when configuringDavid Goulet
2017-07-13prop224: Don't use char * for binary dataDavid Goulet
2017-07-13prop224: Add a clear configuration functionDavid Goulet
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-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-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-12If writing a heartbeat message fails, retry after MIN_HEARTBEAT_PERIOD.Isis Lovecruft
2017-07-12Use the return value for choosing intervalscypherpunks
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