kore/include/kore
Joris Vink dd93790d80 Improve kore.proc in the Python API.
Allow passing of an env keyword, allowing you to set environment variables
that may be required by the subprocess.

The env keyword must be a list with correctly formed environment variables.

eg:

proc = kore.proc("/bin/myproc",
    env=[
        "LD_LIBRARY_PATH=/my/path"
    ]
)
2022-10-19 08:04:16 +02:00
..
acme.h Initial work splitting OpenSSL code away. 2022-02-17 13:45:28 +01:00
curl.h i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
hooks.h i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
http.h Initial work splitting OpenSSL code away. 2022-02-17 13:45:28 +01:00
jsonrpc.h Add printf format attributes and fix fallout 2022-08-17 13:16:18 +02:00
kore.h Constify in parameter for kore_strip_chars() 2022-10-19 07:34:14 +02:00
pgsql.h i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
python_api.h i forgot, it's 2022. 2022-01-31 22:02:06 +01:00
python_methods.h Improve kore.proc in the Python API. 2022-10-19 08:04:16 +02:00
seccomp.h Pull in stddef.h in seccomp.h. 2022-03-21 12:51:22 +01:00
sha1.h Add missing header files for SHA1/SHA2. 2022-02-17 14:11:39 +01:00
sha2.h Add missing header files for SHA1/SHA2. 2022-02-17 14:11:39 +01:00
tasks.h Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00