Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-11 | Merge remote-tracking branch 'teor/feature17840-v11-merged-v2' | Nick Mathewson | |
2016-02-11 | Rename circuit_about_to_free_{terminal -> atexit} | Nick Mathewson | |
2016-02-11 | Split a long line | Nick Mathewson | |
2016-02-11 | Merge remote-tracking branch 'weasel/bug18261' | Nick Mathewson | |
2016-02-10 | Merge remote-tracking branch 'teor/bug18208' | Nick Mathewson | |
2016-02-10 | Merge branch 'bug17682_squashed' | Nick Mathewson | |
2016-02-10 | Bulletproof the safe_timer_diff function | Nick Mathewson | |
Originally it can overflow in some weird cases. Now it should no longer be able to do so. Additionally, limit main's timers to 30 days rather than to 38 years; we don't actually want any 38-year timers. Closes bug 17682. | |||
2016-02-10 | Quotes added on configure script's string comparison. | zerosion | |
Solves #17744 The syntax has been generalized too, so there are only double quotes. Signed-off-by: zerosion <zerosion@protonmail.ch> | |||
2016-02-10 | Merge remote-tracking branch 'andrea/bug18116' | Nick Mathewson | |
2016-02-10 | Merge remote-tracking branch 'sebastian/bug18242' | Nick Mathewson | |
2016-02-10 | Merge remote-tracking branch 'public/bug18184' | Nick Mathewson | |
2016-02-10 | Make the callgraph module-aware | Nick Mathewson | |
2016-02-10 | Properly detach circuits from cmuxes when calling circuit_free_all() on ↵ | Andrea Shepard | |
shutdown again | |||
2016-02-10 | Appease make check-spaces | Andrea Shepard | |
2016-02-08 | changes file for bug18051 | Nick Mathewson | |
2016-02-08 | Add missing consts; my fault. | Nick Mathewson | |
2016-02-08 | Merge branch 'decorated_ipv6_directory_send_command_squashed' | Nick Mathewson | |
2016-02-08 | decorated ipv6 address for directory send command | Malek | |
2016-02-08 | fix wide lines, use more locals. | Nick Mathewson | |
2016-02-07 | Using router_get_my_routerinfo() | Harini Kannan | |
2016-02-06 | Fix a segfault during startup | Peter Palfrader | |
If unix socket was configured as listener (such as a ControlSocket or a SocksPort unix socket), and tor was started as root but not configured to switch to another user, tor would segfault while trying to string compare a NULL value. Fixes bug 18261; bugfix on 0.2.8.1-alpha. Patch by weasel. | |||
2016-02-06 | Document port_out argument to tor_addr_from_sockaddr | Nick Mathewson | |
2016-02-06 | Merge remote-tracking branch 'yawning/bug18221' | Nick Mathewson | |
2016-02-06 | Merge remote-tracking branch 'alec/dead_code_removal' | Nick Mathewson | |
2016-02-06 | Removed dead code in main.c | Alec Heifetz | |
2016-02-06 | Credit the patch | Nick Mathewson | |
2016-02-06 | Fix spaces. | Nick Mathewson | |
2016-02-06 | Merge branch 'cleaned_aes_crypt' | Nick Mathewson | |
2016-02-06 | changes file for bug 18258. | Nick Mathewson | |
2016-02-06 | Removed aes_crypt, left only aes_crypt_inplace. Removed ↵ | Malek | |
should_use_openssl_CTR, was used for openssl 1.0.0 bug. | |||
2016-02-06 | add a changes file | Nick Mathewson | |
2016-02-06 | changing output of crypto_cipher_crypt_inplace from int to void | Hassan Alsibyani | |
2016-02-05 | Fix the --disable-asserts-in-tests configure option | Sebastian Hahn | |
2016-02-05 | Merge branch 'maint-0.2.7' | Nick Mathewson | |
2016-02-05 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-02-05 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-02-05 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-02-04 | Bump to 0.2.8.1-alpha-dev | Nick Mathewson | |
2016-02-04 | whoops, needs a release date. | Nick Mathewson | |
2016-02-04 | Call them relays in the changelog, not servers.tor-0.2.8.1-alpha | Nick Mathewson | |
2016-02-04 | Reflow a paragraph in the changelog | Nick Mathewson | |
2016-02-04 | dgoulet found some typos in the changelog | Nick Mathewson | |
2016-02-04 | Merge branch 'always_init_base' | Nick Mathewson | |
2016-02-04 | Reflow the changelog again. | Nick Mathewson | |
2016-02-04 | update the changelog more | Nick Mathewson | |
2016-02-04 | whoops, add a changes file for 18242. | Nick Mathewson | |
2016-02-04 | Make the no-assertions-during-coverage check into a configure option | Nick Mathewson | |
Closes ticket 18242. The rationale here is that I like having coverage on by default in my own working directory, but I always want assertions turned on unless I'm doing branch coverage specifically. | |||
2016-02-04 | Fix two problems in the 0.2.8.x unit tests | Nick Mathewson | |
1. We were sometimes using libevent uninitialized, which is Not Allowed. 2. The malformed-PTR dns test was supposed to get a -1 output... but the test was wrong, since it forgot that in-addr.arpa addresses are in reverse order. Bugs not in any released tor. | |||
2016-02-04 | Bump version. (This is not yet the release.) | Nick Mathewson | |
2016-02-04 | Update geoip and geoip6 to the February 2 2016 database. | Karsten Loesing | |