Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-14 | Merge branch 'bug27772_squashed' | Nick Mathewson | |
2018-10-14 | Fix various GCC LTO warnings in the unit tests. | Nick Mathewson | |
2018-10-14 | In tor_tls_get_my_certs(), set cert ptrs even on failure | Nick Mathewson | |
Nothing should ever look at them on failure, but in some cases, the unit tests don't check for failure, and then GCC-LTO freaks out. Fixes part of 27772. | |||
2018-10-14 | Initialize some locals in socks5 parsing code. | Nick Mathewson | |
These confused GCC LTO, which thought they might be used uninitialized. I'm pretty sure that as long as 'res' indicates success, they will always be set to something, but let's unconfuse the compiler in any case. | |||
2018-10-14 | Use the correct function signatures in test_relaycell.c | Nick Mathewson | |
This is now officially an antipattern: please let's never copy a function declaration in two places again. That's what headers are for. | |||
2018-10-14 | Use assertions so GCC LTO doesn't worry about TLS channel conversion | Nick Mathewson | |
Part of #27772 | |||
2018-10-14 | Merge remote-tracking branch 'tor-github/pr/402' | Nick Mathewson | |
2018-10-12 | report origin of mystery core file | Taylor Yu | |
Report what program produced the mysterious core file that we occasionally see on Travis CI during make distcheck. Closes ticket 28024. | |||
2018-10-12 | Merge remote-tracking branch 'tor-github/pr/380' | Nick Mathewson | |
2018-10-10 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-10-10 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-10-10 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-10-10 | Merge remote-tracking branch 'tor-github/pr/392' into maint-0.2.9 | Nick Mathewson | |
2018-10-10 | Merge branch 'bug27738-034-merged' into bug27738-master-merged | Taylor Yu | |
2018-10-10 | Merge branch 'bug27738-033' into bug27738-034 | Taylor Yu | |
2018-10-10 | Merge remote-tracking branch 'teor/bug27738-032' into bug27738-033 | Taylor Yu | |
2018-10-10 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-10-10 | Merge branch 'appveyor_pacman_fixes_034' into maint-0.3.4 | Nick Mathewson | |
2018-10-10 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-10-10 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-10-10 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-10-10 | Update geoip and geoip6 to the October 9 2018 database. | Karsten Loesing | |
2018-10-10 | fixup! Changes file for apveyor changes | Nick Mathewson | |
2018-10-10 | Changes file for apveyor changes | Nick Mathewson | |
2018-10-10 | Appveyor: Don't try to install the mingw openssl package | Nick Mathewson | |
This package conflicts with a preinstalled mingw openssl. Fixes bug 27943. I think this was an appveyor change, not a Tor bug. | |||
2018-10-10 | Install only one of the two mingw architectures in appveyor | Nick Mathewson | |
Closes ticket 27765 This commit also changes the appveyor file to a unified line ending style, since the old one was pretty confused. Use "-b" to see the real differences. | |||
2018-10-10 | Merge remote-tracking branch 'tor-github/pr/384' | Nick Mathewson | |
2018-10-09 | Merge remote-tracking branch 'tor-github/pr/385' | Nick Mathewson | |
2018-10-09 | Merge remote-tracking branch 'public/ticket27856' | Nick Mathewson | |
2018-10-07 | Add changes file | rl1987 | |
2018-10-05 | Add newline between hs_client_get_random_intro_from_edge() and ↵ | Neel Chauhan | |
hs_client_receive_introduce_ack() | |||
2018-10-03 | Make sure we're removing conn from old_conns *once* | rl1987 | |
2018-10-03 | Refrain from using SMARTLIST_DEL_CURRENT in retry_all_listeners | rl1987 | |
2018-10-01 | Merge remote-tracking branch 'public/bug27893' | Nick Mathewson | |
2018-10-01 | Merge remote-tracking branch 'public/bug27728' | Nick Mathewson | |
2018-10-01 | Fix a bug where we would crash on --version. | Nick Mathewson | |
Bug not in any released Tor. test-stem would have caught this. | |||
2018-10-01 | changes file for splitting routerparse.c (#27924) | Nick Mathewson | |
2018-10-01 | Remove routerparse include from files that dont use it | Nick Mathewson | |
2018-10-01 | Remove versions.h include from routerparse.h | Nick Mathewson | |
2018-10-01 | Remove unused headers from routerparse.c | Nick Mathewson | |
2018-10-01 | Extract addr-policy parsing code. | Nick Mathewson | |
2018-10-01 | Move summarize_protover_flags to versions.c | Nick Mathewson | |
2018-10-01 | extract networkstatus parsing to its own file. | Nick Mathewson | |
2018-10-01 | Pull detached-signatures code into dirauth. | Nick Mathewson | |
2018-10-01 | Split microdescriptor parser into its own file. | Nick Mathewson | |
2018-10-01 | Remove addr_policy_assert_ok() as unused | Nick Mathewson | |
2018-10-01 | Remove dump_distinct_digest_count() | Nick Mathewson | |
It was disabled-by-default for ages, and it no longer compiles. I think it's safe to call it obsolete. | |||
2018-10-01 | Remove router_get_dir_hash as unused. | Nick Mathewson | |
2018-10-01 | Move v2 hs parsing into feature/rend | Nick Mathewson | |
2018-10-01 | Split the authority-cert and signature/hash code from routerparse | Nick Mathewson | |