summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-21Merge branch 'tor-github/pr/1861'George Kadianakis
2020-05-21Tweak format stringrl1987
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-21Bail out of format_networkstatus_vote if fmt_addr32() failed.rl1987
Something is fishy if we cannot put IP address string into dir-vote line.
2020-05-21Actually, bail out of routerstatus_format_entry() if fmt_addr32() failsrl1987
2020-05-21Add changes filerl1987
2020-05-21Check that fmt_addr32() returned non-empty string before putting it into ↵rl1987
documents
2020-05-21Check for possible failures of tor_inet_ntop/tor_inet_ntoa in fmt_addr32 and ↵rl1987
tor_dup_ip
2020-05-21Check output value of tor_inet_ntop/tor_inet_ntoa in dns.crl1987
2020-05-21Fix an enum comparison that was blowing up jenkins.George Kadianakis
The warning was: 11:23:10 ../tor/src/feature/hs/hs_service.c: In function 'log_cant_upload_desc': 11:23:10 ../tor/src/feature/hs/hs_service.c:3118:3: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] See #34254 for more info. I guess this means that gcc assigned an unsigned type to the `log_desc_upload_reason_t` enum and it warned if we compared it against 0... For now I think it's simpler to remove that check instead of turning the enum to a signed type, or trying to hack it some other way. From what it seems, enum is up to the compiler on whether it's signed/unsigned: https://stackoverflow.com/questions/159034/are-c-enums-signed-or-unsigned
2020-05-20Add support for console control signals in WindowsDamon Harris
2020-05-19Merge branch 'tor-github/pr/1886'David Goulet
2020-05-19Merge branch 'tor-github/pr/1897'David Goulet
2020-05-19Merge branch 'tor-github/pr/1894'David Goulet
2020-05-19doxygen: add a link to src-ref on mainpage.md.Nick Mathewson
Closes 34246.
2020-05-19Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-19Merge branch 'ticket34255_043' into maint-0.4.3Nick Mathewson
2020-05-19Doxygen: fix unbalanced groups.Nick Mathewson
Closes ticket 34255.
2020-05-17Declare variables in for loops in rend_service_dump_stats()Neel Chauhan
2020-05-16Fix spacing in if statement in tor_version_parse()Neel Chauhan
2020-05-16Fix spacing in if statement in port_parse_config()Neel Chauhan
2020-05-15Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-15Add a changes file for 34233.Nick Mathewson
This bug was merged back to 0.3.5 with our #34078 fix, but only released in 0.4.3.5, so the changes file goes here.
2020-05-15Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-15Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-15Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-15Merge branch 'maint-0.3.5' into maint-0.4.1maint-0.4.1Nick Mathewson
2020-05-15Fix use of non-portable == in configure.ac.Nick Mathewson
Fixes bug 34233. (This has bug has been backported to 0.3.5, but only released in 0.4.3, so it only needs a changes file there.)
2020-05-15Merge branch 'maint-0.4.3'Nick Mathewson
"ours" to avoid version bump
2020-05-15bump to 0.4.3.5-devNick Mathewson
2020-05-14remove changes files that have already appeared in 0.4.3.Nick Mathewson
2020-05-14remove 0.4.3.3-alpha from the release notes: alphas do not go there.Nick Mathewson
2020-05-14Merge branch 'maint-0.4.3'Nick Mathewson
"ours" to avoid 0.4.3.5 version bump.
2020-05-14Fix a python warning in format_changelog.py.Nick Mathewson
2020-05-14bump to 0.4.3.5Nick Mathewson
2020-05-14Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-14Merge branch 'maint-0.3.5' into maint-0.4.1Nick Mathewson
2020-05-14Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-14Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-14Travis: temporarily fix stem version to d1174a83c2dcb7b8Nick Mathewson
This is a workaround for https://github.com/torproject/stem/issues/63
2020-05-12Merge branch 'bug34130_035'Nick Mathewson
2020-05-12Fix crash when tor is compiled with NSS and seccomp sandbox is enabledDaniel Pinto
Adds seccomp rules for socket and getpeername used by NSS
2020-05-12Merge remote-tracking branch 'tor-github/pr/1885/head'Nick Mathewson
2020-05-08Improve logging of included config filesDaniel Pinto
2020-05-08Add documentation about %include and seccomp sandbox limitationsDaniel Pinto
2020-05-07Merge remote-tracking branch 'tor-github/pr/1880/head'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Fix a boolean logic error when logging about invalid hostnames.Nick Mathewson
Fixes bug 34131; bugfix on 0.4.3.1-alpha.
2020-05-06connection_or_finished_flushing(): add a missing "break;"Nick Mathewson
This one is harmless like the others (so far)
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson