aboutsummaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2018-08-10Merge remote-tracking branch 'tor-github/pr/239'Nick Mathewson
2018-08-09Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-09Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-09Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-09Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-09Update geoip and geoip6 to the August 7 2018 database.Karsten Loesing
2018-08-08Merge branch 'ticket26947'Nick Mathewson
2018-08-08Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-08Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-08Merge branch 'bug26948_033' into maint-0.3.3Nick Mathewson
2018-08-08Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-08Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-08Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-08Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-08Changes file for 25440Nick Mathewson
2018-08-07These changes files are also merged in 0.3.4.6-rc: remove them.Nick Mathewson
2018-08-07Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-07Merge branch 'bug27003_034_v2' into maint-0.3.4Nick Mathewson
2018-08-06Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-06Rename SEC identifier to BW_SEC in test_bwmgt.hNick Mathewson
Apparently Solaris 10 defines SEC somewhere in its headers, causing a compilation problem. Fixes bug 26994; bugfix on 0.3.4.1-alpha.
2018-08-06Remove changes files for items already merged into 0.3.4.6-rcNick Mathewson
2018-08-03Mark openbsd-malloc as deprecatedNick Mathewson
2018-08-03Merge branch 'with_malloc_squashed'Nick Mathewson
2018-08-03Add a --with-malloc option.Nick Mathewson
Based on a patch from Hello71 on ticket 20424. This patch additionally fixes openbsd-malloc support, switches our tcmalloc support to use pkgconfig, and tells the compiler to omit system malloc implementations as appropriate. squash! Add a --with-malloc option. Edit changelog file to fix a typo and credit Alex Xu in preferred format.
2018-08-03Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-08-03Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-08-03Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-03Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-03Merge branch 'fix_nonstandard_malloc_029' into maint-0.2.9Nick Mathewson
2018-08-02When enabling periodic events, schedule but don't run them immediately.Nick Mathewson
When we fixed 25939 in f7633c1fcaefe72bf97c001bab9062132c919996, we introduced a call to rescan_periodic_events() from inside the onion service logic. But this meant that we could rescan the event list -- thereby running event callbacks! -- from inside the hidden service code. This could cause us to run some of our event callbacks from an inconsistent state, if we were in the middle of changing options. A related bug (#25761) prevented us from rescanning our periodic events as appropriate, but when we fixed THAT one, this bug reared its ugly head. The fix here is that "enabling" an event should cause us to run it from the event loop, but not immediately from the point where we enable it. Fixes bug 27003; bugfix on 0.3.4.1-alpha.
2018-07-31Add a new function, tor_api_get_provider_version()Nick Mathewson
Closes ticket 26947.
2018-07-31Merge remote-tracking branch 'teor/bug26986'Nick Mathewson
2018-07-31Always call tor_free_all() when exiting tor_run_main()Nick Mathewson
We would usually call it through tor_cleanup(), but in some code paths, we wouldn't. These paths would break restart-in-process, since leaving fields uncleared would cause assertion failures on restart. Fixes bug 26948; bugfix on 0.3.3.1-alpha
2018-07-31Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-31Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-31Merge remote-tracking branch 'teor/bug26876_033' into maint-0.3.3Nick Mathewson
2018-07-31Merge remote-tracking branch 'teor/bug26979'Nick Mathewson
2018-07-31Merge branch 'ticket26447'Nick Mathewson
2018-07-31Appveyor CI: Changes file for 26979teor
Closes 26979.
2018-07-31Use Windows-compatible format strings in tor-print-ed-signing-cert.cteor
Fixes bug 26986; bugfix on master.
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-30Merge remote-tracking branch 'teor/bug26627_033_merged_master'Nick Mathewson
2018-07-30Merge remote-tracking branch 'teor/bug26627_033' into maint-0.3.3Nick Mathewson
2018-07-30Merge remote-tracking branch 'rl1987/feature19506_3'Nick Mathewson
2018-07-30Merge remote-tracking branch 'rl1987/ticket21349_4'Nick Mathewson
2018-07-30Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-30Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-30Merge remote-tracking branch 'teor/bug26924'Nick Mathewson
2018-07-30Merge remote-tracking branch 'teor/bug26924_032' into maint-0.3.2Nick Mathewson
2018-07-30Merge remote-tracking branch 'juga/ticket3723_03_squashed_rebased'Nick Mathewson