aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-12-18Merge branch 'ticket28839_v2_squashed'Nick Mathewson
2018-12-18Avoid breaking the event loop prematurely.Alexander Færøy
2018-12-17lib/process may include lib/buf.Nick Mathewson
2018-12-17Update location of buffers.hNick Mathewson
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Ensure that line_size >= 1 before trying to trim input string.Alexander Færøy
2018-12-17Make Windows process event timer API available for dormant interface.Alexander Færøy
2018-12-17Document the format of process_t::arguments.Alexander Færøy
2018-12-17Use errno directly if we are not reading/writing from/to a socket.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 the Process exit_callback to return bool.Alexander Færøy
2018-12-17Call close() on stdin/stdout/stderr in process_terminate().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 "PT" log domain.Alexander Færøy
2018-12-17Add process_reset_environment() to the Process subsystem.Alexander Færøy
2018-12-17Add process_terminate().Alexander Færøy
2018-12-17Make sure we call process_notify_event_exit() as the last thing in different ...Alexander Færøy
2018-12-17Add documentation for the is_socket and error argument of read_to_chunk().Alexander Færøy
2018-12-17Add process_get_pid() to the Process subsystem.Alexander Færøy
2018-12-17Add Windows backend for the Process subsystem.Alexander Færøy
2018-12-17Add Unix backend for the Process subsystem.Alexander Færøy
2018-12-17Add new Process subsystem.Alexander Færøy
2018-12-14Add a function to provide an upper bound on base64 decoded lengthNick Mathewson
2018-12-13Merge branch 'dormant_persist_squashed'Nick Mathewson
2018-12-13Change interaction between dormant mode and clock jumps.Nick Mathewson
2018-12-12Add code to parse K=V lines into config_line_t format.Nick Mathewson
2018-12-05Merge remote-tracking branch 'tor-github/pr/508'Nick Mathewson
2018-12-01Move net.inet.ip.random_id code to lib/net/Nick Mathewson
2018-11-27Add LD_PROCESS as log domain.Alexander Færøy
2018-11-27Add buf_flush_to_pipe() and buf_read_from_pipe().Alexander Færøy
2018-11-27Refactor buf_read_from_socket() into buf_read_from_fd().Alexander Færøy
2018-11-27Refactor buf_flush_to_socket() into buf_flush_to_fd().Alexander Færøy
2018-11-27Refactor flush_chunk() to work on pipes as well as sockets.Alexander Færøy
2018-11-27Refactor read_to_chunk() such that it supports both pipes and sockets.Alexander Færøy
2018-11-26Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-15Merge branch 'bug28096-029-squashed' into bug28096-035-squashedteor
2018-11-14Make sure sandbox-related getaddrinfo() functions always exist.Nick Mathewson
2018-11-14Normalize .may_include to always have paths, and paths to includeNick Mathewson
2018-11-14Remove dependency on lib/net from lib/sandbox.Nick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-14Make memarea use smartlist_core, not container.Nick Mathewson
2018-11-13Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-13Merge branch 'bug28183_029' into maint-0.3.5Nick Mathewson
2018-11-13Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-13Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-11Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-11Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2018-11-09Merge branch 'subsystems'Nick Mathewson
2018-11-09Rename subsystem callback functions to make them consistentNick Mathewson