summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-12-19Add "stub" files for disabled modules.Nick Mathewson
2019-12-15Add torint.h include to confdecl.h.Nick Mathewson
2019-12-12src/ext: Add __future__ imports for python 3 compatibilityteor
2019-12-12python: Add __future__ imports for python 3 compatibilityteor
2019-12-10Merge branch 'tor-github/pr/1581'George Kadianakis
2019-12-10hs-v3: Handle client rendezvous circuit timeoutDavid Goulet
2019-12-10Merge branch 'tor-github/pr/1583'David Goulet
2019-12-10hs-v3: Fix memory leak in test_hs_control_store_permanent_creds()George Kadianakis
2019-12-06Merge branch 'maint-0.4.2'Nick Mathewson
2019-12-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2019-12-06Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-12-06Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-12-06Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
2019-12-06Update geoip and geoip6 to the December 3 2019 database.Karsten Loesing
2019-12-05Bump to 0.4.2.5Nick Mathewson
2019-12-05bump version to 0.4.1.7Nick Mathewson
2019-12-05Bump to 0.4.0.6Nick Mathewson
2019-12-05Bump version to 0.3.5.9Nick Mathewson
2019-12-05Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-12-05Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-12-05Merge remote-tracking branch 'tor-github/pr/1424' into maint-0.4.0teor
2019-12-05Merge remote-tracking branch 'tor-github/pr/1277' into maint-0.3.5teor
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: Add tests for permanently storing auth credentials.George Kadianakis
2019-12-03hsv3: Implement permanent storage of auth credentials.George Kadianakis
2019-12-03Merge branch 'pr-1569-squashed'teor
2019-12-03Distribute checkSpaceTest.sh and run it when we have perl.Nick Mathewson
2019-12-02Merge branch 'ticket32207'Nick Mathewson
2019-12-02Link to mainloop_pubsub.[ch] when describing delivery policiesNick Mathewson
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-27test: Add unit tests for closing intro circ on failureDavid Goulet
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