Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-10 | Merge remote-tracking branch 'tor-github/pr/239' | Nick Mathewson | |
2018-08-09 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-09 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-09 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-09 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-09 | Update geoip and geoip6 to the August 7 2018 database. | Karsten Loesing | |
2018-08-08 | Merge branch 'ticket26947' | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-08 | Merge branch 'bug26948_033' into maint-0.3.3 | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-08 | Changes file for 25440 | Nick Mathewson | |
2018-08-07 | These changes files are also merged in 0.3.4.6-rc: remove them. | Nick Mathewson | |
2018-08-07 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-07 | Merge branch 'bug27003_034_v2' into maint-0.3.4 | Nick Mathewson | |
2018-08-06 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-06 | Rename SEC identifier to BW_SEC in test_bwmgt.h | Nick 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-06 | Remove changes files for items already merged into 0.3.4.6-rc | Nick Mathewson | |
2018-08-03 | Mark openbsd-malloc as deprecated | Nick Mathewson | |
2018-08-03 | Merge branch 'with_malloc_squashed' | Nick Mathewson | |
2018-08-03 | Add 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-03 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-03 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-08-03 | Merge branch 'fix_nonstandard_malloc_029' into maint-0.2.9 | Nick Mathewson | |
2018-08-02 | When 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-31 | Add a new function, tor_api_get_provider_version() | Nick Mathewson | |
Closes ticket 26947. | |||
2018-07-31 | Merge remote-tracking branch 'teor/bug26986' | Nick Mathewson | |
2018-07-31 | Always 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-31 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-31 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-31 | Merge remote-tracking branch 'teor/bug26876_033' into maint-0.3.3 | Nick Mathewson | |
2018-07-31 | Merge remote-tracking branch 'teor/bug26979' | Nick Mathewson | |
2018-07-31 | Merge branch 'ticket26447' | Nick Mathewson | |
2018-07-31 | Appveyor CI: Changes file for 26979 | teor | |
Closes 26979. | |||
2018-07-31 | Use Windows-compatible format strings in tor-print-ed-signing-cert.c | teor | |
Fixes bug 26986; bugfix on master. | |||
2018-07-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'teor/bug26627_033_merged_master' | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'teor/bug26627_033' into maint-0.3.3 | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'rl1987/feature19506_3' | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'rl1987/ticket21349_4' | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-07-30 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'teor/bug26924' | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'teor/bug26924_032' into maint-0.3.2 | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'juga/ticket3723_03_squashed_rebased' | Nick Mathewson | |