aboutsummaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
2019-08-29Merge branch 'tor-github/pr/1256' into maint-0.4.1David Goulet
2019-08-29Merge branch 'tor-github/pr/1255' into maint-0.4.1David Goulet
2019-08-23hs: v3 single onion services fall back to 3-hop intro for unreachable nodesteor
2019-08-23hs: Always use a 3-hop path when a v3 single onion intro failsteor
2019-08-23hs: Always use a 3-hop path when a v3 single onion rend failsteor
2019-08-23Merge branch 'bug23818_029' into bug23818_035teor
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1066' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1039' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1034' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/987' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/937' into maint-0.3.5teor
2019-08-12Merge remote-tracking branch 'tor-github/pr/848' into maint-0.3.5teor
2019-08-09Merge remote-tracking branch 'tor-github/pr/1081' into maint-0.4.0teor
2019-08-09Merge remote-tracking branch 'tor-github/pr/1080' into maint-0.3.5teor
2019-08-08Merge branch 'ticket31343_040' into maint-0.4.1Nick Mathewson
2019-08-08Merge branch 'ticket31343_035' into ticket31343_040Nick Mathewson
2019-08-08Merge branch 'ticket31343_029' into ticket31343_035Nick Mathewson
2019-07-25Merge branch 'tor-github/pr/1171' into maint-0.4.1David Goulet
2019-07-24Merge branch 'tor-github/pr/1181' into maint-0.4.1George Kadianakis
2019-07-19Set 'routerlist' global to NULL before freeing it.Nick Mathewson
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-06-26Merge remote-tracking branch 'tor-github/pr/1118' into maint-0.4.1Nick Mathewson
2019-06-24stats: Always publish pluggable transports in extra info documentsteor
2019-06-19guard: Ignore marked for close circuit when changing state to openDavid Goulet
2019-06-19guard: Ignore marked for close circuit when changing state to openDavid Goulet
2019-06-06Merge branch 'bug30781_040' into bug30781_masterteor
2019-06-06Merge branch 'bug30781_035' into bug30781_040teor
2019-06-06Merge branch 'bug30781_034' into bug30781_035teor
2019-06-05Merge remote-tracking branch 'tor-github/pr/988' into maint-0.4.0Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/1039' into maint-0.4.0Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.4.0Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/1076'Nick Mathewson
2019-06-05Revert "hs: Implement a helper to repurpose a circuit"Mike Perry
2019-06-05Add missing newline after decode_intro_points() closing bracketNeel Chauhan
2019-06-05Don't access rend data after a circuit has been marked for close.George Kadianakis
2019-06-05Run "make autostyle."Nick Mathewson
2019-06-05Merge remote-tracking branch 'tor-github/pr/1053'Nick Mathewson
2019-05-31Merge branch 'bug29875_035' into bug29875_masterNick Mathewson
2019-05-31num_bridges_usable(): only count configured bridges.Nick Mathewson
2019-05-29Remove want_cmddata from HSFETCH, which does not in fact want dataNick Mathewson
2019-05-29hs: Implement a helper to repurpose a circuitDavid Goulet
2019-05-27Merge branch 'tor-github/pr/1042'George Kadianakis
2019-05-23Merge branch 'tor-github/pr/1034'David Goulet
2019-05-23Merge branch 'tor-github/pr/988'David Goulet
2019-05-23Only reject POSTDESCRIPTOR purpose= when the purpose is unrecognizedNick Mathewson
2019-05-22Merge remote-tracking branch 'dgoulet/ticket30454_035_01'Nick Mathewson
2019-05-22Merge remote-tracking branch 'nickm/ticket30454_034_01_squashed' into ticket3...David Goulet
2019-05-20In microdesc_cache_reload(), set journal length to length of string we readrl1987