Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-02 | Start work on an 0.2.9.1-alpha changelog | Nick Mathewson | |
(sort, fold, and reflow.) | |||
2016-08-02 | Remaining lintChanges fixes | Nick Mathewson | |
2016-08-02 | Fix most lintChanges warnings | Nick Mathewson | |
(Also remove changes/bug19530 since it was a bugfix on no released version) | |||
2016-08-02 | Remove the changes files already merged in Tor 0.2.8.6 | Nick Mathewson | |
2016-07-29 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-29 | Remove a fallback that was on the hardcoded list, then opted-out | teor (Tim Wilson-Brown) | |
The fallback was added in 0.2.8.2-alpha. | |||
2016-07-28 | Merge branch 'bug18902_squashed' | Nick Mathewson | |
2016-07-26 | Merge branch 'bug19639_squashed' | Nick Mathewson | |
2016-07-26 | Check that extend_info_from_router is never called on a client | teor (Tim Wilson-Brown) | |
2016-07-26 | Changes file for feature 19116 | teor (Tim Wilson-Brown) | |
2016-07-26 | Merge remote-tracking branch 'teor/bug19702' | Nick Mathewson | |
2016-07-26 | Tweaks on 19435 fix: | Nick Mathewson | |
* Raise limit: 16k isn't all that high. * Don't log when limit exceded; log later on. * Say "over" when we log more than we say we log. * Add target version to changes file | |||
2016-07-26 | Fix integer overflow in the rate-limiter (#19435). | Ivan Markin | |
2016-07-19 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-19 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-07-19 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-07-19 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-07-19 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-07-19 | Merge branch 'monotonic_v2_squashed' | Nick Mathewson | |
2016-07-19 | Changes file for monotonic time branch. | Nick Mathewson | |
2016-07-18 | Update geoip and geoip6 to the July 6 2016 database. | Karsten Loesing | |
2016-07-18 | Allow clients to retry HSDirs much faster in test networks | teor (Tim Wilson-Brown) | |
2016-07-17 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-17 | Merge remote-tracking branch 'weasel/bug19660' into maint-0.2.8 | Nick Mathewson | |
2016-07-17 | Fix warnings in test_util_formats. | Nick Mathewson | |
Storing 255 into a char gives a warning when char is signed. Fixes bug 19682; bugfix on 0.2.8.1-alpha, where these tests were added. | |||
2016-07-13 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-13 | changes file for bug18397 | Nick Mathewson | |
2016-07-11 | Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelist | Peter Palfrader | |
If we did not find a non-private IPaddress by iterating over interfaces, we would try to get one via get_interface_address6_via_udp_socket_hack(). This opens a datagram socket with IPPROTO_UDP. Previously all our datagram sockets (via libevent) used IPPROTO_IP, so we did not have that in the sandboxing whitelist. Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelist. Fixes bug 19660. | |||
2016-07-08 | Fix test-network-all target in out-of-tree builds | cypherpunks | |
The test-network-all target assumes the test-driver script lives in the current working directory. This assumption breaks out-of-tree builds because it actually lives in the source directory. Automake 1.12 introduces `LOG_DRIVER` which defines the location of the test driver script. Because Tor still supports Automake 1.11 we use the default value of this variable directly. The default value uses the configured shell for calling the test driver script and explicitly prefixes the source directory. | |||
2016-07-08 | Merge remote-tracking branch 'sebastian/libevent2' | Nick Mathewson | |
2016-07-07 | Remove already-merged changes files. | Nick Mathewson | |
These changes files already are merged in release-0.2.8, and therefor will not be "new in 0.2.9.1-alpha". | |||
2016-07-06 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-06 | When checking if a routerstatus is reachable, don't check the node | teor (Tim Wilson-Brown) | |
This fixes #19608, allowing IPv6-only clients to use microdescriptors, while preserving the ability of bridge clients to have some IPv4 bridges and some IPv6 bridges. Fix on c281c036 in 0.2.8.2-alpha. | |||
2016-07-05 | Merge remote-tracking branch 'teor/bug18456' | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-07-05 | whoops. changelog file for 19271. | Nick Mathewson | |
2016-07-05 | Fix a variable-shadowing bug in check_private_dir | Nick Mathewson | |
We introduded a shadowed variable, thereby causing a log message to be wrong. Fixes 19578. I believe the bug was introduced by 54d7d31cba84232 in 0.2.2.29-beta. | |||
2016-07-05 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-05 | Appease lint-changes script. | Nick Mathewson | |
2016-07-05 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-07-05 | Merge remote-tracking branch 'weasel/bug19557' into maint-0.2.8 | Nick Mathewson | |
2016-07-05 | Merge remote-tracking branch 'weasel/bug19556' into maint-0.2.8 | Nick Mathewson | |
2016-07-05 | Run asciidoc in UTC timezone for build reproducibility. | intrigeri | |
asciidoc adds a timestamp at the end of a generated HTML file. This timestamp is based on the date of the file but it can change depending on the TZ environment variable. | |||
2016-07-04 | Add changes file for libevent version requirement | Sebastian Hahn | |
2016-07-03 | sandboxing: allow writing to stats/hidserv-stats | Peter Palfrader | |
Our sandboxing code would not allow us to write to stats/hidserv-stats, causing tor to abort while trying to write stats. This was previously masked by bug#19556. | |||
2016-07-03 | Note which bug this fixes in the changes entry | Peter Palfrader | |