summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-12SOCKS: Always free username/password before setting them.Nick Mathewson
2018-07-12Add fuzzing wrapper for fetch_from_buf_socks()Nick Mathewson
2018-07-12Merge branch 'socks_trunnel4_squashed' into socks_trunnel4_squashed_mergedNick Mathewson
2018-07-12Use constants for possible values of first octetrl1987
2018-07-12Remove prop229 stuff from socks5.trunnelrl1987
2018-07-12Rework socks_request_set_socks5_error() with trunnelrl1987
2018-07-12Document new coderl1987
2018-07-12Fix buf_t advancement in fetch_buf_from_socksrl1987
2018-07-12Make a distinction between truncated message and expecting more messagesrl1987
2018-07-12Fix whitespace/formattingrl1987
2018-07-12Remove legacy SOCKS5 phase 2 coderl1987
2018-07-12Add CMD_RESOLVE to socks5_client_requestrl1987
2018-07-12Second phase of SOCKS5rl1987
2018-07-12Remove legacy RFC1929 coderl1987
2018-07-12Implement SOCKS5 user/pass handlingrl1987
2018-07-12Fix type in socks5.trunnelrl1987
2018-07-12Remove legacy SOCKS5 phase 1 coderl1987
2018-07-12Call new SOCKS code from parse_socks, to parse multiple packets in rowrl1987
2018-07-12Reimplement phase 1 of SOCKS5 using trunnelrl1987
2018-07-12Remove legacy SOCKS4 coderl1987
2018-07-12Add RESOLVE (0xF0) command to socks4_client_requestrl1987
2018-07-12Parsing SOCKS4/4a request using trunnel implrl1987
2018-07-12Remove a redundant typedef in proto_ext_or.hRoger Dingledine
2018-07-12Remove a redundant typedef in addr_policy_st.hNick Mathewson
2018-07-12Merge remote-tracking branch 'imnotbad/bug26663'Nick Mathewson
2018-07-11Move all use cases of micro-revision.i to a single placeNick Mathewson
2018-07-10Merge branch 'ticket26223'Nick Mathewson
2018-07-10Document compat_getdelim_.Nick Mathewson
2018-07-10Explain why we use raw_free with getdelim result.Nick Mathewson
2018-07-10Rename tm_cvt to time_to_tmNick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-10Merge remote-tracking branch 'neel/fbsd-cfix'Nick Mathewson
2018-07-10Isolate resolve.h usage in the modules that really need it.Nick Mathewson
2018-07-10Remove addr_port_lookup.Nick Mathewson
2018-07-10Remove all users of addr_port_lookup outside of address.cNick Mathewson
2018-07-10Move tor_addr_{,port_}lookup to resolve.cNick Mathewson
2018-07-10Refactor ipv[46].[ch]Nick Mathewson
2018-07-10Fix build on FreeBSD post-refactorNeel Chauhan
2018-07-10Document the headers in src/app/config/Nick Mathewson
2018-07-10File-level summary documentation for src/lib/*/*.[ch]Nick Mathewson
2018-07-10Use tor_getline() in dirserv.c to remove its upper line limit.Nick Mathewson
2018-07-10Refactor dirserv_read_measured_bandwidths to have a single exit pointNick Mathewson
2018-07-10Integrate getdelim() and getline() support into Tor.Nick Mathewson
2018-07-10Add the compatibility definition for getdelim.c from netbsd.Nick Mathewson
2018-07-09Fix some lingering windows compilation issues from Jenkins.Nick Mathewson
2018-07-09strcasecmp should not take a size_t argumentNick Mathewson
2018-07-09Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-09Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-09Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson