summaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-08router: Improve port search function commentsteor
2020-01-06Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_mergedNick Mathewson
2020-01-06circuit: Implement haproxySuphanat Chunhapanya
2019-12-20Replace several C identifiers.teor
2019-12-20Code Style: Delete headers that are included twiceteor
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-12-20Run "make autostyle"teor
2019-12-19Merge branch 'dirauth_config_squashed'Nick Mathewson
2019-12-19Declare relay/dirauth subsystem levels in a header.Nick Mathewson
2019-12-19Add config object for dirauth; move one option there.Nick Mathewson
2019-12-19Add "stub" files for disabled modules.Nick Mathewson
2019-12-18Merge branch 'tor-github/pr/1587'George Kadianakis
2019-12-16Merge remote-tracking branch 'tor-github/pr/1505'teor
2019-12-10In cancel_descriptor_fetches(), use connection_list_by_type_purpose() instead...Neel Chauhan
2019-12-10Merge branch 'tor-github/pr/1581'George Kadianakis
2019-12-10hs-v3: Handle client rendezvous circuit timeoutDavid Goulet
2019-12-09Rename control_reply_add_1kvTaylor Yu
2019-12-08simplify getinfo using reply linesTaylor Yu
2019-12-08use control reply lines for protocolinfoTaylor Yu
2019-12-08refactor handle_control_protocolinfoTaylor Yu
2019-12-08simplify getconf by using reply linesTaylor Yu
2019-12-08reply lines structuresTaylor Yu
2019-12-04Merge branch 'ticket32609_squashed'Nick Mathewson
2019-12-04practracker: Add missing .may_include filesteor
2019-12-04control-port: Include HS address in ONION_CLIENT_AUTH_VIEW reply.George Kadianakis
2019-12-03hs-v3: Fix NULL deref. in hs_circ_service_get_established_intro_circ()David Goulet
2019-12-03Merge branch 'tor-github/pr/1563'David Goulet
2019-12-03hsv3: ONION_CLIENT_AUTH_REMOVE now also removes the credential file.George Kadianakis
2019-12-03hsv3: Abstract parts of hs_config_client_authorization() into func.George Kadianakis
2019-12-03hsv3: Start refactoring hs_config_client_authorization().George Kadianakis
2019-12-03hsv3: Remove support for client auth nicknames.George Kadianakis
2019-12-03hsv3: Implement permanent storage of auth credentials.George Kadianakis
2019-12-02Merge branch 'tor-github/pr/1559'George Kadianakis
2019-12-01Merge remote-tracking branch 'tor-github/pr/1574'teor
2019-11-29control: Update an outdated function commentteor
2019-11-29control: Remove an unused function return valueteor
2019-11-29control: Rename a function variableteor
2019-11-29control: Remove an unnecessary header in control_events.hteor
2019-11-27Merge branch 'tor-github/pr/1573'George Kadianakis
2019-11-27hs-v3: Remove unused hs_service_intro_circ_has_closed()David Goulet
2019-11-27hs-v3: Give a cleanup type to hs_circ_cleanup()David Goulet
2019-11-27hs-v3: Note client intro circuit failureDavid Goulet
2019-11-27hs-v2: Modernize rend_client_circuit_cleanup() codeDavid Goulet
2019-11-26Make control_event_conf_changed() take a config_line_tNeel Chauhan
2019-11-25Merge branch 'stream-socks-auth' into bug19859_mergedNick Mathewson
2019-11-23process_descs.c: rename confusing identifiersNick Mathewson
2019-11-20hs-v2: Move v2 circuit cleanup actions into hs_circ_cleanup()David Goulet
2019-11-18Rename REGISTER_SUCCESS_ALSO_DECRYPTED to REGISTER_SUCCESS_AND_DECRYPTED.George Kadianakis
2019-11-18Various minor improvements after David's review.George Kadianakis