aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcommon.c
AgeCommit message (Expand)Author
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
2015-04-30Add a create function for rend_data_t objectDavid Goulet
2015-04-23Merge remote-tracking branch 'dgoulet/bug14847_027_06'Nick Mathewson
2015-04-23Merge branch 'feature15652_squashed'Nick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-04-22Add function to validate HS descriptor IDDavid Goulet
2015-04-21Control: unbolt rend_data from HS desc eventDavid Goulet
2015-04-21Refactor HS descriptor fetch to support descriptor IDDavid Goulet
2015-04-15Fix another space issueNick Mathewson
2015-04-15Merge remote-tracking branch 'dgoulet/bug14391_026_v2'Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-04-06Treat empty introduction points sections as missing.Yawning Angel
2015-03-16Remove extra newline at the end of HS descriptorDavid Goulet
2015-01-27Refactor rend_cache_lookup_entry() and how it's usedDavid Goulet
2015-01-18Remove the unused rend_cache_entry_t->received field.Roger Dingledine
2015-01-18Merge remote-tracking branch 'public/bug14219_025'Nick Mathewson
2015-01-18Do not replace a HS descriptor with a different replica of itselfRoger Dingledine
2015-01-12Merge branch 'bug13806_squashed'Nick Mathewson
2015-01-12When OOM, free cached hidden service descriptors too.Nick Mathewson
2015-01-07Merge branch 'bug9286_v3_squashed'Nick Mathewson
2015-01-07Stop accepting milliseconds in various directory contextsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-19Add two hidden-service related statistics.George Kadianakis
2014-11-04Merge remote-tracking branch 'public/bug13214_025_squashed'Nick Mathewson
2014-11-04Check descriptor ID in addition to HS ID when saving a v2 hs descriptorNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-22+ is not how we say concatenateRoger Dingledine
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-02-14tristate->enum in rendcommon functionsNick Mathewson
2014-02-14Remove another unused v0 hidserv function.Karsten Loesing