aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2017-12-01Fix a clang compilation warning in rendservice.cNick Mathewson
2017-11-27Fix length of replaycache-checked data.Nick Mathewson
2015-05-05Fix out-of-bounds read in INTRODUCE2 client authJohn Brooks
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-04-06Validate the RSA key size received when parsing INTRODUCE2 cells.Yawning Angel
2014-05-23sandbox: Correct fix for hs part of 12064Nick Mathewson
2014-05-22sandbox: allow reading of hidden service configuration files.Nick Mathewson
2014-04-18scan-build: bulletproof last-chance errormsg generation in rendservice.cNick Mathewson
2014-04-02Drop MAX_REND_FAILURES to 8Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2013-10-31Add missing includes for circpathbias.hNick Mathewson
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Round down hidden service descriptor publication times to nearest hourNick Mathewson
2013-08-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-08-15Merge remote-tracking branch 'majek/bug9108'Nick Mathewson
2013-08-10Merge branch 'maint-0.2.4'Roger Dingledine
2013-08-10Fix an uninitialized-read when parsing v3 introduction requests.Nick Mathewson
2013-08-04Use size_t for length in replaycache_add_test_and_elapsed()Arlo Breault
2013-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-03-10Fix 8447: use %u to format circid_t.Nick Mathewson
2013-02-11Make hidden service authorization work again.Nick Mathewson
2013-02-09Wrap more macro definitions in (parentheses)Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-20Prevent early close of path bias testing circuits.Mike Perry
2013-01-18Implement Path use bias accounting.Mike Perry
2013-01-16Aftermath of isin->contains renamingNick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Rename handshake_digest to rend_circ_nonceNick Mathewson
2013-01-03Massive refactoring of the various handshake typesNick Mathewson
2012-12-09Space fixes.Mike Perry
2012-12-07Refactor path use bias code into own function.Mike Perry
2012-12-07Prop209: Rend circuits weren't ever marked dirty.Mike Perry
2012-12-07Prop 209: Add in hidserv path bias counts for usage.Mike Perry
2012-11-08Turn some memset()s introduced in tor 0.2.4 into memwipe()sNick Mathewson
2012-11-08Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-11-08Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in log messages.David Fifield
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-12Fix directory self-testing logicNick Mathewson
2012-08-21Avoid spurious warnings in rend_service_introduceNick Mathewson
2012-08-03Fix a bunch of "implicit 64->32" warnings from introduce refactoringNick Mathewson
2012-07-31Whitespace tweaksNick Mathewson
2012-07-31Refactor INTRODUCE2 parsing code in rend_service_introduce()Andrea Shepard
2012-07-31Use new replaycache_t structure for replay detection in rend_service_introduce()Andrea Shepard
2012-07-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson