Commit History

Author SHA1 Message Date
  Alexander Færøy 289ed0849d Add tests for process environment functionality of process_t. 5 years ago
  Alexander Færøy 9b6a10a26f Add slow test for process_t for main loop interaction. 5 years ago
  Alexander Færøy e3ceaebba2 Add support for logging messages from pluggable transports. 5 years ago
  Alexander Færøy bfb94dd2ca Use process_t for managed proxies. 5 years ago
  Alexander Færøy ad4cc89c5d Add "PT" log domain. 5 years ago
  Alexander Færøy b0d268a822 Add process_reset_environment() to the Process subsystem. 5 years ago
  Alexander Færøy 4f611a1df7 Add process_terminate(). 5 years ago
  Alexander Færøy 338137221c Make sure we call process_notify_event_exit() as the last thing in different callbacks. 5 years ago
  Alexander Færøy e982fb1dae Add documentation for the is_socket and error argument of read_to_chunk(). 5 years ago
  Alexander Færøy 89393a77e5 Add process_get_pid() to the Process subsystem. 5 years ago
  Alexander Færøy bb784cf4f3 Add Windows backend for the Process subsystem. 5 years ago
  Alexander Færøy 2e957027e2 Add Unix backend for the Process subsystem. 5 years ago
  Alexander Færøy 35509978dd Add new Process subsystem. 5 years ago
  Nick Mathewson 5a22b42c3a Merge branch 'maint-0.3.5' 5 years ago
  Nick Mathewson 1a9a9fc0ff Changes file for 28562 5 years ago
  Taylor R Campbell ed71e1e89c Create a temporary directory for tor's DataDirectory in test_rebind. 5 years ago
  Nick Mathewson 315c21d2e2 test_rebind: wait for tor to timeout, even if it is logging a lot 5 years ago
  Nick Mathewson ce3d501040 Fix null-pointer-deref warning from scan-build in test_hs_service.c 5 years ago
  Nick Mathewson d58a597a55 Fix dead assignment warning in test_hs_service.c 5 years ago
  Nick Mathewson f50558ce8c Fix dead-assignment warning in test_shared_random.c 5 years ago
  Nick Mathewson 82fb40c8dc Fix dead-assignment warnings in test_config.c 5 years ago
  Nick Mathewson 16199a54a2 Check hostname before using it in send_resolved_hostname_cell() 5 years ago
  Nick Mathewson 29254812a3 Remove strcmp_len(): it is now unused 5 years ago
  Nick Mathewson a0fad3981e Replace use of strcmp_len() with new mem_eq_token(). 5 years ago
  rl1987 5b2acbec0e Refrain from closing connection if found one unrecognized address in NETINFO cell 5 years ago
  rl1987 3bec371d04 Refrain from hardcoding address length and type in netinfo.trunnel 5 years ago
  Nick Mathewson 3dd1f064a7 Rewrite the core of parse_short_policy() to be faster. 5 years ago
  Nick Mathewson 9dc53bc68f Remove a needless memset() in get_token_arguments() 5 years ago
  Nick Mathewson 6dc90d290d Use 25% less RAM for base64-encoded directory objects 5 years ago
  Nick Mathewson 3c35c0d441 Add a function to provide an upper bound on base64 decoded length 5 years ago