summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-25Merge branch 'maint-0.4.1' into release-0.4.1tor-0.4.1.4-rcNick Mathewson
2019-07-25Fix more 32-bit errors with domain and tt_int_opNick Mathewson
2019-07-25Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-07-25test: Use a 64-bit comparison for logging domains.Nick Mathewson
2019-07-25More edits, and pick a release dateNick Mathewson
(thanks to seborn)
2019-07-25Changelog editsNick Mathewson
2019-07-25more entries for 0.4.1.4-rc changelogNick Mathewson
2019-07-25Merge branch 'maint-0.4.1' into release-0.4.1David Goulet
2019-07-25Always check the retval of circpad_machine_current_state().George Kadianakis
2019-07-25Remove dead code from circpad_machine_remove_token().George Kadianakis
2019-07-25Merge branch 'maint-0.4.1' into release-0.4.1David Goulet
2019-07-25Merge branch 'tor-github/pr/1171' into maint-0.4.1David Goulet
2019-07-25Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-07-25Bump version to 0.4.1.4-rcNick Mathewson
2019-07-25Start on 0.4.1.4-rc changelogNick Mathewson
2019-07-24Fix clang-detected errors related to log_domain_mask_tNick Mathewson
2019-07-24Merge branch 'maint-0.4.1' into release-0.4.1George Kadianakis
2019-07-24Merge branch 'tor-github/pr/1181' into maint-0.4.1George Kadianakis
2019-07-23Merge branch 'maint-0.4.1' into release-0.4.1David Goulet
2019-07-23Merge branch 'tor-github/pr/1158' into maint-0.4.1David Goulet
2019-07-19Extract the log_domain_t type to a lower-level headerNick Mathewson
This way, both err and log may depend on it.
2019-07-19Adjust tor_log.rs for 64-bit log domains.Nick Mathewson
2019-07-19Set 'routerlist' global to NULL before freeing it.Nick Mathewson
There is other code that uses this value, and some of it is apparently reachable from inside router_dir_info_changed(), which routerlist_free() apparently calls. (ouch!) This is a minimal fix to try to resolve the issue without causing other problems. Fixes bug 31003. I'm calling this a bugfix on 0.1.2.2-alpha, where the call to router_dir_info_changed() was added to routerlist_free().
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-07-08Add a compile-time assertion to prevent a recurrence of 31080.Nick Mathewson
2019-07-08Use a 64-bit mask for log domains, and fix a conflictNick Mathewson
When we added LD_MESG, we created a conflict with the LD_NO_MOCK flag. We now need 64 bits for log domains in order to fix this issue. Fixes bug 31080; bugfix on 0.4.1.1-alpha.
2019-07-08Move declaration of LD_NO_MESG to make conflict more apparent.Nick Mathewson
2019-07-01Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-07-01Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-07-01Merge branch 'maint-0.2.9' into maint-0.3.5Nick Mathewson
2019-07-01Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-07-01Merge branch 'chutney_ci_v4_040' into chutney_ci_v4_041teor
2019-07-01Merge branch 'chutney_ci_v4_035' into chutney_ci_v4_040teor
This merge removes an incorrect comment about the stem version and commit script.
2019-07-01Travis: SKIP_MAKE_CHECK="yes" when running stemteor
And add some comments about stem Part of 29280.
2019-07-01Merge branch 'chutney_ci_v4_029' into chutney_ci_v4_035teor
2019-07-01Travis: remove a redundant os: linux lineteor
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280.
2019-07-01Travis: show the chutney commit and python versionteor
Part of 29280.
2019-07-01Travis: show chutney logs on chutney job failureteor
Part of 29280.
2019-06-28changes: file for 28795teor
Replace the 157 fallbacks originally introduced in Tor 0.3.5.6-rc in December 2018 (of which ~122 were still functional), with a list of 148 fallbacks (70 new, 78 existing, 79 removed) generated in June 2019. Closes ticket 28795. Note that we created extra lists from DE and US, but they didn't add any more fallbacks when we tried to merge them.
2019-06-28fallback: apply the second fallback list from 2019teor
Update the fallback directory mirrors by merging the current list with: fallback_dirs_2019-06-28-08-58-39_AU_f0437a39ddbc8459.inc Part of 28795, see that ticket for logs.
2019-06-28fallback: apply the first fallback list from 2019teor
Update the fallback directory mirrors by replacing the old list with: fallback_dirs_2019-06-25-11-49-10_AU_a37adb956fbb5cd2.inc Part of 28795, see that ticket for logs.
2019-06-26Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-06-26Merge remote-tracking branch 'tor-github/pr/1101' into maint-0.4.1Nick Mathewson
2019-06-26Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-06-26Merge remote-tracking branch 'tor-github/pr/1118' into maint-0.4.1Nick Mathewson
2019-06-26Merge branch 'maint-0.4.1' into release-0.4.1George Kadianakis
2019-06-26Merge branch 'tor-github/pr/1114' into maint-0.4.1George Kadianakis
2019-06-25Merge branch 'maint-0.4.1' into release-0.4.1Nick Mathewson
2019-06-25bump to 0.4.1.3-alpha-devNick Mathewson
2019-06-25Light changelog editstor-0.4.1.3-alphaNick Mathewson