summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2020-06-05Merge remote-tracking branch 'tor-github/pr/1902/head'Nick Mathewson
2020-06-05Fix some checks of tor_inet_ntoa() return valuerl1987
2020-06-04Merge remote-tracking branch 'tor-github/pr/1910/head'Nick Mathewson
2020-06-04config: Styling fix + use fmt_addr()c
2020-06-03config: Add interface address debug loggingc
2020-06-02remove a period from a doxygen headingNick Mathewson
2020-05-21Tweak format stringrl1987
2020-05-21Check for possible failures of tor_inet_ntop/tor_inet_ntoa in fmt_addr32 and ...rl1987
2020-05-19Merge branch 'tor-github/pr/1886'David Goulet
2020-05-19Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-19Doxygen: fix unbalanced groups.Nick Mathewson
2020-05-12Merge branch 'bug34130_035'Nick Mathewson
2020-05-12Fix crash when tor is compiled with NSS and seccomp sandbox is enabledDaniel Pinto
2020-05-08Improve logging of included config filesDaniel Pinto
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06Merge branch 'bug34078_prelim_035' into bug34078_prelim_041Nick Mathewson
2020-05-06Remove an incorrect "Fall through" comment.Nick Mathewson
2020-05-06address.c: add a single (harmless) missing break;Nick Mathewson
2020-05-06Add a fallthrough macro.Nick Mathewson
2020-04-30Merge branch 'pr1870_squashed'teor
2020-04-30Define and use TOR_ADDRPORT_BUF_LENNeel Chauhan
2020-04-29Merge remote-tracking branch 'tor-github/pr/1864/head'Nick Mathewson
2020-04-30net: Make all address bytes functions take uint8_t *teor
2020-04-30Rename tor_addr_get_ipv6_bytes to tor_addr_copy_ipv6_bytesteor
2020-04-29log/util_bug: Make IF_BUG_ONCE() support ALL_BUGS_ARE_FATALteor
2020-04-29relay/circuitbuild: Re-use IPv6 connections for circuitsteor
2020-04-29net: Add fmt_addrport_ap() and fmt_addr_family()teor
2020-04-29net: Remove an extra space in address.hteor
2020-04-29core/or: Support IPv6 EXTEND2 cellsteor
2020-04-29Merge remote-tracking branch 'tor-github/pr/1868/head'Nick Mathewson
2020-04-29Run "make autostyle"teor
2020-04-29rand: Clarify the crypto_rand_uint() rangeteor
2020-04-24Merge remote-tracking branch 'onionk/inbufoverflow1-043' into ticket33131_044Nick Mathewson
2020-04-09Merge branch 'maint-0.4.3'Nick Mathewson
2020-04-09Add fsync to list of syscalls permitted by sandboxNick Mathewson
2020-04-09Merge remote-tracking branch 'tor-github/pr/1723/head' into maint-0.4.3Nick Mathewson
2020-04-08hs-v3: Report SOCKS ExtendedErrors when all intro timed outDavid Goulet
2020-04-07address: Simplify tor_addr_is_valid()teor
2020-04-07Added tests for tor_addr_is_null/valid()MrSquanchee
2020-04-07Merge branch 'pr1838_squashed'teor
2020-03-30Merge branch 'tor-github/pr/1775'David Goulet
2020-03-27correct tor_addr_family() function commentRoger Dingledine
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-03-26Add a "location" field for subsystems to declare which file they are in.Nick Mathewson
2020-03-24buf: use BUF_MAX_LENcypherpunks