Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-11 | fold 20935 into 0.2.9.7-rc changelogtor-0.2.9.7-rc | Nick Mathewson | |
2016-12-11 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-11 | Spell MAC_OS_X_VERSION_10_12 correctly. | Nick Mathewson | |
Fixes 20935. | |||
2016-12-11 | Start drafting 0.2.9.x release notes | Nick Mathewson | |
Do it in a ReleaseNotes.029 file, so that it won't go into a tarball until we put it into ReleaseNotes proper. These notes were made by taking all the 0.2.9.x changelog entries so far, sorting them automatically with sortChanges, and removing the ones that said "bugfix on 0.2.9.[123456]" | |||
2016-12-11 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-11 | pick a date | Nick Mathewson | |
2016-12-11 | Bump version 0.2.9.7-rc | Nick Mathewson | |
2016-12-11 | Begin a changelog for 0.2.9.7-rc | Nick Mathewson | |
2016-12-11 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-11 | Merge remote-tracking branch 'dgoulet/bug20938_029_01' into maint-0.2.9 | Nick Mathewson | |
2016-12-11 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-09 | test: fix memory leak in single onion poisoning | David Goulet | |
Closes #20938 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-12-09 | Downgrade a harmless bug warning to info. | Nick Mathewson | |
Makes 19926 less annoying in 0.2.9. In 0.3.0, we should actually fix this. | |||
2016-12-09 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-12-09 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-09 | router: Fix memory leak in signed_descriptor_move() | David Goulet | |
The signed_descriptor_move() was not releasing memory inside the destination object before overwriting it with the source object. This commit adds a reset function that free that memory inside a signed descriptor object and zero it. Closes #20715. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-12-09 | Update geoip and geoip6 to the December 7 2016 database. | Karsten Loesing | |
2016-12-08 | Forward-port 0.2.8.11 notes (release-0.2.9) | Nick Mathewson | |
2016-12-08 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-08 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
"Ours" merge to avoid bumping version. | |||
2016-12-08 | Bump to 0.2.8.11-dev | Nick Mathewson | |
2016-12-08 | Merge remote-tracking branch 'origin/maint-0.2.8' into maint-0.2.8 | Nick Mathewson | |
2016-12-08 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-08 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2016-12-08 | Bump to 0.2.8.11 | Nick Mathewson | |
2016-12-08 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-08 | Use the correct preprocessor macro for Linux | cypherpunks | |
Also combine all of the checks into one if-tree as only one of them should actually succeed. | |||
2016-12-08 | Merge branch 'bug19960_2' into maint-0.2.9 | Nick Mathewson | |
2016-12-07 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-07 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
(ours merge, to avoid taking 20865 fix) | |||
2016-12-07 | Backport the other sierra fix in 20865. | Nick Mathewson | |
They added clock_gettime(), but with tv_nsec as a long, whereas tv_usec is a __darwin_suseconds_t (a.k.a. 'int'). Now, why would they do that? Are they preparing for a world where there are more than 2 billion nanoseconds per second? Are they planning for having int be less than 32 bits again? Or are they just not paying attention to the Darwin API? Also, they forgot to mark clock_gettime() as Sierra-only, so even if we fixed the issue here, we'd still be stick with portability breakage like we were for 0.2.9. So, just disable clock_gettime() on apple. | |||
2016-12-07 | Netbsd doesn't have ipfw, only the regular pf transport stuff. | Nick Mathewson | |
Attempted fix for 19960. Also, fixes a typo. | |||
2016-12-07 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-07 | Increase verbosity on options/validate__transproxy | Nick Mathewson | |
This is an attempt to figure out what's up with #19960 | |||
2016-12-07 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-07 | Fix a BUG() warning from next_random_exponential_delay(). | Nick Mathewson | |
Fixes 20875; this code is as suggested by teor on the ticket. Thanks! | |||
2016-12-07 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-07 | Increase tolerances in util/monotonic_time tests | Nick Mathewson | |
This is an attempt to fix #19974. | |||
2016-12-07 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-07 | Merge branch 'bug20710_025' into maint-0.2.9 | Nick Mathewson | |
2016-12-07 | Forgot to add changes file for 20710. | Nick Mathewson | |
2016-12-05 | Merge branch 'maint-0.2.9' into release-0.2.9 | Nick Mathewson | |
2016-12-05 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2016-12-05 | Merge branch 'getentropy_028' into maint-0.2.8 | Nick Mathewson | |
2016-12-05 | 20865: Don't use getentropy() on OSX Sierra. | Nick Mathewson | |
Tor 0.2.9 has a broader range of fixes and workarounds here, but for 0.2.8, we're just going to maintain the existing behavior. (The alternative would be to backport both 1eba088054eca1555b455ee4a2adfafecb888af9 and 16fcbd21c963a9a65bf55024680c8323c8b7175d , but the latter is kind of a subtle kludge in the configure.ac script, and I'm not a fan of backporting that kind of thing.) |