aboutsummaryrefslogtreecommitdiff
path: root/src/lib/process
AgeCommit message (Expand)Author
2020-11-12Fix typos.Samanta Navarro
2020-07-29Remove the connection_t.outbuf_flushlen fieldNick Mathewson
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-24Move process subsystem after evloop.Nick Mathewson
2020-02-24Move winprocess_sys into a new low-level hardening moduleNick Mathewson
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09process.h: include stdbool.hNick Mathewson
2020-01-09process.h: add a struct declaration for buf_t.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Code Style: Delete headers that are included twiceteor
2019-11-26If statements to getresuid() and getresgid() in setuid.c shouldn't have an ex...Neel Chauhan
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-22Merge remote-tracking branch 'tor-github/pr/1417'Nick Mathewson
2019-10-18Merge branch 'maint-0.4.2'Nick Mathewson
2019-10-17Ensure that the exit callback is called if CreateProcessA() fails on Windows.Alexander Færøy
2019-10-17Handle errors from execve() in the Unix process backend more gracefully.Alexander Færøy
2019-10-16Check tor_vasprintf for error return values.Tobias Stoeckmann
2019-10-16Doxygen: fix unrecognized commands.Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-26Run "make autostyle" with new "annotate_ifdef_directives"Nick Mathewson
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-03-25Pass NULL to lpApplicationName in CreateProcessA().Alexander Færøy
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-11Actually close the stdout pipe on error in process_unix_execKris Katterjohn
2018-12-21Fix priority on process subsystem level: it uses "net"Nick Mathewson
2018-12-21Merge branch 'ticket28847'Nick Mathewson
2018-12-21Use the subsystem list to initialize and shutdown process module.Alexander Færøy
2018-12-20Forward declare smartlist_t in process.hAlexander Færøy
2018-12-20No need to log ordinary EOF conditions as LOG_WARN.Alexander Færøy
2018-12-20Make example CancelIoEx() code use CancelIo().Alexander Færøy
2018-12-20Handle ERROR_BROKEN_PIPE in completion routines.Alexander Færøy
2018-12-20Remember to set `reached_eof` when our handles are reporting errors.Alexander Færøy
2018-12-20Handle errors even after success from ReadFileEx() and WriteFileEx().Alexander Færøy
2018-12-20Delay checking process for termination until both stdout and stderr are closed.Alexander Færøy
2018-12-20Remember to close the child process' ends of the pipes.Alexander Færøy
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