aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs
AgeCommit message (Expand)Author
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
2019-10-25Merge branch 'maint-0.4.2'teor
2019-10-25Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.4.2teor
2019-10-24hs-v3: Remove a BUG() caused by an acceptable raceDavid Goulet
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Disable a couple of iterator macros when COCCI is defined.Nick Mathewson
2019-10-18Merge branch 'maint-0.4.2'teor
2019-10-17hs_cache.c: fix HTML tags in doxygen comments.Nick Mathewson
2019-10-16hs_cell.[ch]: repair doxygen.Nick Mathewson
2019-10-16hs_cache.[ch]: repair doxygen comments.Nick Mathewson
2019-10-16hs_client.[ch]: fix doxygen comments by using /**.Nick Mathewson
2019-10-16hs_common.[ch]: repair doxygen comments by replacing /* with /**Nick Mathewson
2019-10-16hs_descriptor.[ch]: repair doxygen comments.Nick Mathewson
2019-10-16hs_service.c: repair doxygen commentsNick Mathewson
2019-10-16hs_service.h: repair doxygen comments.Nick Mathewson
2019-10-15hs-v3: Fix possible memory leak in error code pathDavid Goulet
2019-10-11Merge branch 'ticket31682_042_01_squashed'Nick Mathewson
2019-10-11Correct comment on build_establish_intro_dos_extensionNick Mathewson
2019-10-11hs-v3: Fix implicit ssize_t to size_t conversionDavid Goulet
2019-10-08hs-v3: Do not remove intro point if circuit existsDavid Goulet
2019-10-07Merge branch 'ticket31548_035_01_squashed'Nick Mathewson
2019-10-07hs-v3: Make service pick the exact amount of intro pointsDavid Goulet
2019-10-03Merge remote-tracking branch 'tor-github/pr/1382'Nick Mathewson
2019-10-01Help users who try to use v2 client auth in v3 onions.George Kadianakis
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-26Merge remote-tracking branch 'tor-github/pr/1308'Nick Mathewson
2019-09-23fix: Ticket #31589AmreshVenugopal
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ticket30924_042_04_squashed_m...Nick Mathewson
2019-09-09hs-v3: Rename validation function in hs_intropoint.cDavid Goulet
2019-09-09hs-v3: Move DoS parameter check against 0David Goulet
2019-08-29Merge branch 'tor-github/pr/1257'David Goulet
2019-08-29Merge branch 'maint-0.4.1'David Goulet
2019-08-29Merge branch 'tor-github/pr/1256' into maint-0.4.1David Goulet
2019-08-26hs-v3: Refactor DoS cell extension parameters validationDavid Goulet
2019-08-26hs-v3: Clarify comment in hs_dos.cDavid Goulet
2019-08-26hs-v3: Log info INTRO2 DoS defenses service valuesDavid Goulet
2019-08-26hs-v3: Missing intro circuit INTRO2 DoS enabled flagDavid Goulet
2019-08-26hs-v3: Privatize access to HS DoS consensus paramDavid Goulet
2019-08-26hs-v3: Cleanup usage of consensus param in hs_dos.cDavid Goulet
2019-08-26hs-v3: Move to hs_dos.c INTRO2 defenses initializationDavid Goulet
2019-08-26test: Build DoS cell extensionDavid Goulet
2019-08-26hs-v3: Don't apply DoS defenses if circuit has not been flaggedDavid Goulet
2019-08-26hs-v3: Parse ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Encode DoS ESTABLISH_INTRO cell extensionDavid Goulet
2019-08-26hs-v3: Rename INTRO2 consensus param gettersDavid Goulet
2019-08-26hs-v3: Implement torrc DoS defenses optionsDavid Goulet
2019-08-23Remove the unused circuit_type field from hs_ident_circuit_t and hs_ident_cir...Neel Chauhan