aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client
AgeCommit message (Expand)Author
2019-11-25Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-17Remove overly strict assertions in transports.c.Alexander Færøy
2019-09-17Merge branch 'maint-0.4.0' into maint-0.4.1Nick Mathewson
2019-09-17Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-09-06entrynodes: Make routine descriptor expiry notice logs less alarmingteor
2019-08-30Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-08-30Merge remote-tracking branch 'tor-github/pr/1117' into maint-0.3.5teor
2019-08-12Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-06-19guard: Ignore marked for close circuit when changing state to openDavid Goulet
2019-06-19guard: Ignore marked for close circuit when changing state to openDavid Goulet
2019-05-31Merge branch 'bug29875_035' into bug29875_masterNick Mathewson
2019-05-31num_bridges_usable(): only count configured bridges.Nick Mathewson
2019-05-15Add control port circuit ID to all pathbias bug messages.Mike Perry
2019-05-15Pathbias should continue to ignore previously ignored circs.Mike Perry
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-26Use fast check for missing id in node_is_a_configured_bridge()Nick Mathewson
2019-04-11Add an assertion to pathbias_get_scale_ratio()Nick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-03-05Set TOR_PT_EXIT_ON_STDIN_CLOSE=1 for client transports too.David Fifield
2019-02-26Fix crash bug in PT subsystem.Alexander Færøy
2019-02-14Merge branch 'tor-github/pr/536' into maint-0.3.5George Kadianakis
2019-01-17Merge remote-tracking branch 'tor-github/pr/645'Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-14Rename TYPE to TRANSPORT in PT STATUS messages.Alexander Færøy
2019-01-09Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-09Stop logging 'Your Guard' in circpathbias.crl1987
2018-12-20Escape the PT K/V data before sending it to the logger.Alexander Færøy
2018-12-20Add support for STATUS messages from Pluggable Transports.Alexander Færøy
2018-12-20Use K/V parser to handle LOG messages for pluggable transports.Alexander Færøy
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Add an additional space when we check for the PROTO_LOG handler.Alexander Færøy
2018-12-17Use `const char *` instead of `char *` for line parameter for process callbacks.Alexander Færøy
2018-12-17Change EVENT_TRANSPORT_LOG to EVENT_PT_LOG.Alexander Færøy
2018-12-17Change the Process exit_callback to return bool.Alexander Færøy
2018-12-17Move remaining code from subprocess.{h,c} to more appropriate places.Alexander Færøy
2018-12-17Delete old process_handle_t code.Alexander Færøy
2018-12-17Add support for logging messages from pluggable transports.Alexander Færøy
2018-12-17Use process_t for managed proxies.Alexander Færøy
2018-12-01Merge branch 'ticket27490a_squashed'Nick Mathewson
2018-12-01Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR portsNeel Chauhan
2018-12-01Merge remote-tracking branch 'tor-github/pr/536'Nick Mathewson
2018-11-27Remove unused `int pid` member of `managed_proxy_t`.Alexander Færøy
2018-11-22Entry Nodes: Use a reasonably live consensus to select guardsteor
2018-11-15Make the NET_PARTICIPANT role dependent on user activityNick Mathewson
2018-10-01Remove routerparse include from files that dont use itNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson