aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_client.c
AgeCommit message (Expand)Author
2018-11-15Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-11-15Merge remote-tracking branch 'dgoulet/bug27550_033_01' into maint-0.3.3Nick Mathewson
2018-11-02Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-11-02Merge remote-tracking branch 'dgoulet/ticket27410_032_01' into maint-0.3.3Nick Mathewson
2018-09-24hs-v3: Silence some logging for client authorizationDavid Goulet
2018-09-20hs-v3: Close all SOCKS request on descriptor failureDavid Goulet
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-06-23Fix memory leak in pick_hsdir_v3().Alexander Færøy
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
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-15Merge remote-tracking branch 'valentecaio/t-24714'Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-01refactor: rename connection_t struct fields.Caio Valente
2018-01-31Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-26When a tor_cert_T check fails, log the reason why.Nick Mathewson
2017-12-11Merge remote-tracking branch 'ffmancera/github/bug23459'Nick Mathewson
2017-12-08Split client-side get_rend_circ into two functions.Fernando Fernandez Mancera
2017-12-05hs-v3: Implement HS_DESC REQUESTED eventDavid Goulet
2017-11-02Merge branch 'ticket23820_032_01_squashed' into maint-0.3.2Nick Mathewson
2017-11-02Improve v3 onion service logging for intro and rend pointsteor
2017-10-31hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet
2017-10-04hs-v3: Refactor client refetch functionDavid Goulet
2017-10-03test: Add an HS v3 descriptor fetch unit testDavid Goulet
2017-10-03hs-v3: Close pending SOCKS connection on descriptor fetch errorDavid Goulet
2017-09-27hs-v3: Don't fetch descriptor if we have a pending requestDavid Goulet
2017-09-27prop224: Fix one last instance of get_time_period_num() with now.George Kadianakis
2017-09-27prop224: Update some function docs with the right retval.George Kadianakis
2017-09-25Merge remote-tracking branch 'asn/ticket23420_032_01'Nick Mathewson
2017-09-25prop224: Add test for parsing RENDEZVOUS1 cell.George Kadianakis
2017-09-21hs: Improve comments for when we change timestampsDavid Goulet
2017-09-15prop224: Fix memleak in client_get_random_intro().George Kadianakis
2017-09-15test: Add HS v3 client-side test for picking intro pointsGeorge Kadianakis
2017-09-12hs-v3: Stall SOCKS connection when no live consensus availableDavid Goulet
2017-09-12Merge remote-tracking branch 'asn/bug23457_032_01'Nick Mathewson
2017-09-12hs-v3: Cancel active descriptor directory connections before uploadingDavid Goulet
2017-09-11downgrade warning for #23465Nick Mathewson
2017-09-11spellingNick Mathewson
2017-09-11Merge remote-tracking branch 'dgoulet/bug23455_032_01'Nick Mathewson
2017-09-11Merge branch 'ticket23304_032_01_squashed'Nick Mathewson
2017-09-11prop224: Log undecodable descriptor when SafeLogging is offDavid Goulet
2017-09-11hs: Handled REND_JOINED circuit when getting an INTRODUCE_ACKDavid Goulet
2017-09-08Merge remote-tracking branch 'dgoulet/ticket23355_032_01'Nick Mathewson
2017-09-08test: Test that client picks the right HSDir for service.George Kadianakis
2017-09-08prop224: Pick the right hsdir index based on descriptor.George Kadianakis
2017-09-08prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()George Kadianakis
2017-09-08prop224: Make client and service pick same HSDirDavid Goulet
2017-09-07prop224: When computing hsdir index and time period, use valid_after timeDavid Goulet
2017-09-07Merge branch 'bug23361_032_01_squashed2'Nick Mathewson