summaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Expand)Author
2018-05-14Merge branch 'bug25903_v5_squashed'Nick Mathewson
2018-05-09Bug 25903: Perform accounting for new CIRC_BW fields.Mike Perry
2018-04-06refactor: Alphabetise some includes in /src/or/*.Isis Lovecruft
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-08-25Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-25Merge branch 'bug19418_029' into maint-0.3.1Nick Mathewson
2017-08-24prop224: Handle RENDEZVOUS2 cellDavid Goulet
2017-08-24prop224: Handle INTRODUCE_ACK cellDavid Goulet
2017-08-24prop224: Handle client RENDEZVOUS_ESTABLISHED cellDavid Goulet
2017-08-24prop224: Helper function to assert on invalid client intro circuitDavid Goulet
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-09Make sure we always wind up checking i2d_*'s output.Nick Mathewson
2017-08-08prop224: Handle service INTRODUCE2 cellDavid Goulet
2017-08-08prop224: Handle service INTRO_ESTABLISHED cellDavid Goulet
2017-07-05Add test that parses a hardcoded v2 descriptor.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-18prop224: Add INTRODUCE1 cell relay supportDavid Goulet
2016-12-14prop224: Introduce the new introduction point code.George Kadianakis
2016-11-04Fix make check-spacesNick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-09-13Fix a check-spaces warning.Nick Mathewson
2016-09-13Refactor Single Onion code to improve consistencyteor
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-06-09Reduce make check-spaces noiseAndrea Shepard
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Move rend client name checks to one functionJohn Brooks
2016-05-09Move rend auth cookie en-/decoding to a functionJohn Brooks
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick Mathewson
2016-03-11rip out rend_id_is_in_interval()Roger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-03-11rip out hid_serv_responsible_for_desc_id()Roger Dingledine
2016-03-11moving hid_serv_get_responsible_directories and hid_serv_acting_as_directory ...Hassan Alsibyani
2016-02-27Update the copyright year.Nick Mathewson
2015-11-25Merge branch 'bug17686_v2_027'Nick Mathewson
2015-11-25Now that crypto_rand() cannot fail, it should return void.Nick Mathewson
2015-09-08Add replica number to HS_DESC CREATED eventDonncha O'Cearbhaill
2015-08-25Store service descriptors in the service descriptor cacheDonncha O'Cearbhaill
2015-07-14Rename ambiguous introduction point functionsJohn Brooks
2015-06-18Move cache objects and functions to rendcache.{c|h}David Goulet
2015-06-18Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-16Revert "Do not replace a HS descriptor with a different replica of itself"David Goulet
2015-06-03Always initialise return value in compute_desc_id in rendcommon.cteor
2015-05-14Fix: init HSDirs list in rend_data_service_createDavid Goulet
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-05-11comment patch from dgoulet that was in my inbox too longNick Mathewson
2015-04-30whitespace fixesNick Mathewson
2015-04-30compilation fix: signed/unsigned comparisonNick Mathewson