aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-30Coalesce v0 and v1 fields of rend_intro_cell_tNick Mathewson
2014-12-12fix a long lineNick Mathewson
2014-12-12Merge remote-tracking branch 'meejah/ticket-13941-b'Nick Mathewson
2014-12-12Tweak 13942 fixNick Mathewson
2014-12-11Pre-check hidden-service-dir permissions/ownershipmeejah
2014-12-11Fix 13941: make calling log_new_relay_greeting() optional.meejah
2014-11-27Fix a memory leak in rend_services_introduceNick Mathewson
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-11-20Don't build introduction circuits until we know we can build circuitsNick Mathewson
2014-11-05Merge remote-tracking branch 'meejah/ticket-11291-extra-utests'Nick Mathewson
2014-11-04Add comments and rename intro_nodes list in rend_services_introduce()David Goulet
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-13fix typo in commentRoger Dingledine
2014-09-02Fix white spaceDavid Stainton
2014-08-30Make HiddenServiceDirGroupReadable per-hidden-servicemeejah
2014-08-30Clean up patchDavid Stainton
2014-08-30Ticket #11291: patch from "anon":anonymous
2014-08-22Tidy status handling in rendservice.cNick Mathewson
2014-08-21Allow rend_service_intro_free to get called with NULLNick Mathewson
2014-08-15Autoconvert most circuit-list iterations to smartlist iterationsNick Mathewson
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