summaryrefslogtreecommitdiff
path: root/src/spawn.hh
Commit message (Expand)AuthorAgeFilesLines
* all: Clean up licence headersChristian Persch2021-01-311-8/+8
* spawn: Clarify ownership transferChristian Persch2020-10-221-6/+10
* spawn: Async-signal-safety fixesChristian Persch2020-07-181-5/+6
* spawn: Use unique_ptr for child setup dataChristian Persch2020-05-031-4/+4
* spawn: Fix double-calling of the child setup data destructorChristian Persch2020-05-011-11/+7
* spawn: Don't try to call null callbackChristian Persch2020-05-011-6/+6
* spawn: Remove debug leftoversChristian Persch2020-05-011-2/+0
* spawn: Remove unused member variablesChristian Persch2020-04-281-2/+0
* lib: Move fdwalk fallback implementation to its own fileChristian Persch2020-04-271-0/+1
* spawn: Allow passing file descriptors to the child processChristian Persch2020-04-271-2/+46
* spawn: Rework spawningChristian Persch2020-04-271-0/+213