aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-12Correct EOL date for 0.4.3.xNick Mathewson
2020-11-12Merge remote-tracking branch 'tor-gitlab/mr/183' into masterNick Mathewson
2020-11-12Merge branch 'maint-0.4.4' into masterNick Mathewson
"ours" to avoid version bump.
2020-11-12Bump to 0.4.4.6-devNick Mathewson
2020-11-12Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
"ours" to avoid version bump.
2020-11-12Bump to 0.4.3.7-devNick Mathewson
2020-11-12Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
"ours" to avoid version bump.
2020-11-12Bump to 0.3.5.12-devNick Mathewson
2020-11-12Copy ChangeLog and ReleaseNotes from today's releases to master branchNick Mathewson
2020-11-10changes file for bug 40172.Nick Mathewson
2020-11-10Export RANLIB so it's available in combine_libs scriptMatthew Finkel
Fixes 40172; bugfix on 0.4.5.1-alpha
2020-11-09Merge branch 'maint-0.4.4' into masterNick Mathewson
"-s ours" to avoid version bump.
2020-11-09Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
"-s ours" to avoid version bump.
2020-11-09Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
"-s ours" to avoid version bump.
2020-11-09Bump to 0.4.4.6Nick Mathewson
2020-11-09Bump to 0.4.3.7Nick Mathewson
2020-11-09Bump to 0.3.5.12Nick Mathewson
2020-11-09Merge branch 'maint-0.4.4' into masterNick Mathewson
2020-11-09Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2020-11-09Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2020-11-09Merge remote-tracking branch 'tor-gitlab/mr/189' into maint-0.3.5Nick Mathewson
2020-11-09Merge remote-tracking branch 'tor-gitlab/mr/193'Alexander Færøy
2020-11-09Merge remote-tracking branch 'tor-gitlab/mr/192'Alexander Færøy
2020-11-09Merge remote-tracking branch 'tor-gitlab/mr/190'Alexander Færøy
2020-11-03Merge remote-tracking branch 'tor-gitlab/mr/185' into masterGeorge Kadianakis
2020-11-03configure: Check STAP_PROBEV macro when building with USDT tracingDavid Goulet
It turns out that STAP_PROBEV() is not available on FreeBSD thus having sdt/sdt.h is not enough. Look for it now at configure time. Closes #40174 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-11-03ci: Add DISTCHECK to tracing test on GitlabDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-11-03Merge remote-tracking branch 'tor-gitlab/mr/187' into masterGeorge Kadianakis
2020-11-02Merge branch 'tor-gitlab/mr/186'David Goulet
2020-11-02Merge branch 'tor-gitlab/mr/188'David Goulet
2020-11-02or: Missing .inc file in include.amDavid Goulet
Fixes #40173 Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-11-02Fix another duplicate typedef.Nick Mathewson
Fixes #40177; bugfix on 0.4.5.1-alpha.
2020-11-01Update to 0.4.5.1-alpha-devNick Mathewson
2020-11-01rewrap changelogtor-0.4.5.1-alphaNick Mathewson
2020-11-01Edits on ChangeLog from seborn.Nick Mathewson
2020-11-01Implement WIN32 tor_cond_wait using condition variables #30187Daniel Pinto
Fix bug where running a relay on Windows would use 100% CPU after some time. Makes Windows >= Vista the required Windows version to build and run tor.
2020-10-30Full round of edits on ChangeLogNick Mathewson
2020-10-30Bump version to 0.4.5.1-alphaNick Mathewson
2020-10-30Sorting and editing on the changelog.Nick Mathewson
2020-10-30Run format_changelogNick Mathewson
2020-10-30Minor edits to changelog headersNick Mathewson
2020-10-30Start a changelog for 0.4.5.1-alpha.Nick Mathewson
2020-10-30Merge branch 'bug40080_035'Nick Mathewson
2020-10-30Merge remote-tracking branch 'tor-gitlab/mr/174' into masterGeorge Kadianakis
2020-10-28Fix duplicate typedef in metrics_store_entry.hNick Mathewson
Fixes #40171. Bug not in any released Tor.
2020-10-28Remove "GETINFO network-status".Nick Mathewson
It was deprecated 0.3.1.1-alpha. According to #22473, nothing uses it. Closes #22473.
2020-10-28Merge branch 'maint-0.4.3' into maint-0.4.4Alexander Færøy
2020-10-28Merge branch 'maint-0.3.5' into maint-0.4.3Alexander Færøy
2020-10-28Merge branch 'maint-0.4.4'Alexander Færøy
2020-10-28Log a warning if Tor was built with any "risky" compile-time optionsNick Mathewson
These options are meant for testing builds only, and are likely to cause trouble if used in a production environment. Closes #18888.