Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | Sort changes entries into a changelog for 0.4.2.2-alpha | Nick Mathewson | |
2019-10-03 | Merge branch 'tor-github/pr/1377' | George Kadianakis | |
2019-10-03 | Merge branch 'tor-github/pr/1276' | George Kadianakis | |
2019-10-03 | Authorities reject relays running unsupported Tor release series. | Nick Mathewson | |
Our minimum version is now 0.2.9.5-alpha. Series 0.3.0, 0.3.1, 0.3.2, 0.3.3, and 0.3.4 are now rejected. Also, extract this version-checking code into a new function, so we can test it. Closes ticket 31549. Also reject 0.3.5.0 through 0.3.5.6-rc as unstable. | |||
2019-10-03 | Merge remote-tracking branch 'tor-github/pr/1376' | Nick Mathewson | |
2019-10-03 | Merge remote-tracking branch 'tor-github/pr/1358' | Nick Mathewson | |
2019-10-03 | Merge remote-tracking branch 'tor-github/pr/1382' | Nick Mathewson | |
2019-10-03 | control/control: Refactor some error handling code | teor | |
Split some protocol error handling out of connection_control_process_inbuf(). This refactor reduces the size of a practracker exception. Closes 31840. | |||
2019-10-02 | Merge remote-tracking branch 'tor-github/pr/1374' | Nick Mathewson | |
2019-10-02 | Merge branch 'tor-github/pr/1385' | David Goulet | |
2019-10-02 | Merge branch 'tor-github/pr/1344' | David Goulet | |
2019-10-02 | Merge branch 'tor-github/pr/1363' | David Goulet | |
2019-10-02 | Merge branch 'maint-0.4.1' | Nick Mathewson | |
2019-10-02 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2019-10-02 | Merge branch 'maint-0.3.5' into maint-0.4.0 | Nick Mathewson | |
2019-10-02 | Merge branch 'maint-0.2.9' into maint-0.3.5 | Nick Mathewson | |
2019-10-02 | Update geoip and geoip6 to the October 1 2019 database. | Karsten Loesing | |
2019-10-01 | Fix a crash bug in max_u16_in_sl() | Nick Mathewson | |
The documentation for this function says that the smartlist can contain NULLs, but the code only handled NULLs if they were at the start of the list. We didn't notice this for a long time, because when Tor is run normally, the sequence of msg_id_t is densely packed, and so this list (mapping msg_id_t to channel_id_t) contains no NULL elements. We could only run into this bug: * when Tor was running in embedded mode, and starting more than once. * when Tor ran first with more pubsub messages enabled, and then later with fewer. * When the second run (the one with fewer enabled pubsub messages) had at least some messages enabled, and those messages were not the ones with numerically highest msg_id_t values. Fixes bug 31898; bugfix on 47de9c7b0a828de7fb8129413db70bc4e4ecac6d in 0.4.1.1-alpha. | |||
2019-10-01 | Help users who try to use v2 client auth in v3 onions. | George Kadianakis | |
2019-09-30 | log: When initialising log domain masks, only set known log domains | teor | |
And add a runtime test that checks for unknown domains and flags. Fixes bug 31854; bugfix on 0.2.1.1-alpha. | |||
2019-09-30 | Merge branch 'tor-github/pr/1366' | George Kadianakis | |
2019-09-30 | Merge branch 'tor-github/pr/1346' | George Kadianakis | |
2019-09-30 | Merge branch 'tor-github/pr/1302' | George Kadianakis | |
2019-09-30 | Merge branch 'tor-github/pr/1356' | George Kadianakis | |
2019-09-30 | Merge branch 'tor-github/pr/1339' | George Kadianakis | |
2019-09-30 | Appveyor: Avoid spurious errors in Appveyor CI builds | teor | |
When Appveyor fails before the install step, some of the finish step's functions were not defined. Fixes bug 31884; bugfix on 0.3.4.2-alpha. | |||
2019-09-30 | test: Avoid a map_anon_nofork test failure on SunOS | teor | |
This test failure happened due to a signed/unsigned integer comparison. This bug occurred on SunOS, it may also occur on other systems that use signed char as the default. (And cast 1-byte integer constants to an unsigned integer.) Fixes bug 31897; bugfix on 0.4.1.1-alpha. | |||
2019-09-26 | Changes file for 31759 and 31779 | Nick Mathewson | |
2019-09-26 | Merge remote-tracking branch 'tor-github/pr/1308' | Nick Mathewson | |
2019-09-26 | lock: Avoid some undefined behaviour when freeing mutexes. | teor | |
Fixes bug 31736; bugfix on 0.0.7. | |||
2019-09-26 | changes: file for 31614 | teor | |
2019-09-25 | Merge remote-tracking branch 'tor-github/pr/1349' | Nick Mathewson | |
2019-09-25 | Merge branch 'tor-github/pr/1337' | George Kadianakis | |
2019-09-25 | Merge branch 'tor-github/pr/1334' | George Kadianakis | |
2019-09-25 | Merge branch 'tor-github/pr/1341' | George Kadianakis | |
2019-09-25 | Merge branch 'tor-github/pr/1357' | George Kadianakis | |
2019-09-25 | Merge branch 'tor-github/pr/1353' | George Kadianakis | |
2019-09-25 | Merge branch 'tor-github/pr/1322' | George Kadianakis | |
2019-09-25 | Merge branch 'tor-github/pr/1309' | George Kadianakis | |
2019-09-25 | test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexes | teor | |
In the unit tests and fuzzers. Fixes bug 31334; bugfix on 0.2.5.2-alpha. | |||
2019-09-24 | Add a changes file about the introduction of doc/HACKING/design. | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_041' into ticket31372_042 | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_040' into ticket31372_041 | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_035' into ticket31372_040 | Nick Mathewson | |
2019-09-24 | Merge branch 'ticket31372_029' into ticket31372_035 | Nick Mathewson | |
2019-09-24 | changes: file for 31839 | teor | |
2019-09-24 | configure: Explain --disable-module-dirauth better | teor | |
Explain what the optional Directory Authority module is, and what happens when it is disabled. Fixes bug 31825; bugfix on 0.3.4.1-alpha. | |||
2019-09-24 | Merge branch 'bug31408_035' into bug31408_master | teor | |
2019-09-24 | changes: use correct bugfix release, and reword changes file for 31408 | teor | |
2019-09-23 | Try using make -k in the Appveyor configuration | Nick Mathewson | |
Frequently, when a patch fails, it has failures in several files. Using the "-k" flag will let us learn all the compilation errors, not just the first one that the compiler hits. Based on a patch by rl1987. Closes ticket 31372. |