Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-20 | Refactor IPV6_OR_LOOKUP into fascist_firewall_choose_address_rs | teor (Tim Wilson-Brown) | |
It's only used once now, so having it as a macro is unhelpful. | |||
2016-02-20 | Make some fascist_firewall_choose_address* functions static | teor (Tim Wilson-Brown) | |
2016-02-20 | Refactor fascist_firewall_allows_address without changing behaviour | teor (Tim Wilson-Brown) | |
2016-02-20 | Ensure relays must use IPv4, and can use IPv6 | teor (Tim Wilson-Brown) | |
A mistake in previous refactoring had relays using IPv4 and IPv6. | |||
2016-02-16 | Set or_ap/dir_ap.port on the invalid addr case. Bug in no released Tor. CID ↵ | Nick Mathewson | |
1353178 and 1353179. | |||
2016-02-16 | Fix a NULL dereference on unit test failure. CID 1353177. | Nick Mathewson | |
2016-02-16 | Merge branch 'bug17852_revised' | Nick Mathewson | |
2016-02-16 | changes file for bug17852 | Nick Mathewson | |
2016-02-16 | Harden check_private_dir() to remove any potential race. | Jeremy | |
Remove any potential race between stat() and chmod(). Replace stat() with fstat(). Replace chmod() with fchmod() | |||
2016-02-16 | src/common/util.c:expand_filename() - Perhaps use GetFullPathName() as a ↵ | Jeremy | |
form of input validation on the filename argument. | |||
2016-02-11 | Fix all doxygen warnings other than "X is not documented" | Nick Mathewson | |
2016-02-11 | Merge branch 'check_log_mutex_uncherrypicked' | Nick Mathewson | |
2016-02-11 | Initialise logging before trying to use it in unit tests | teor (Tim Wilson-Brown) | |
2016-02-11 | Add another admonishment to WritingTests.md | Nick Mathewson | |
2016-02-11 | Merge branch 'maint-0.2.7' | Nick Mathewson | |
2016-02-11 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-02-11 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-02-11 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-02-11 | Merge branch 'bug18162_024' into maint-0.2.4 | Nick Mathewson | |
2016-02-11 | Make ensure_capacity a bit more pedantically correct | Nick Mathewson | |
Issues noted by cypherpunks on #18162 | |||
2016-02-11 | make check-spaces | Nick Mathewson | |
2016-02-11 | Merge branch 'feature17840-v11-tests_truncated' | Nick Mathewson | |
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 | |