kore/include/kore
Joris Vink a5f6805484 seccomp improvements for developers.
- Add KORE_SECCOMP_FILTER() as a helpful shortcut to create your
  application seccomp filter. You can still roll your own and hook
  into kore_seccomp_hook() yourself to load your filters.

- Add KORE_SYSCALL_ALLOW_LOG(_name)
	Allows a system call but will log it.
2019-09-26 09:20:57 +02:00
..
curl.h Improve curl timeout handling. 2019-06-13 12:59:17 +02:00
http.h Allow kore.prerequests to be async. 2019-06-07 21:06:54 +02:00
jsonrpc.h Move header files to include/kore. 2018-03-30 13:45:29 +02:00
kore.h Add seccomp syscall filtering to kore. 2019-09-25 14:31:20 +02:00
pgsql.h Some C pgsql api improvements. 2019-06-01 23:14:50 +02:00
python_api.h Add coroutine debugging. 2019-09-16 20:11:42 +02:00
python_methods.h add lock.trylock() and make lock.release() sync. 2019-09-20 10:03:43 +02:00
seccomp.h seccomp improvements for developers. 2019-09-26 09:20:57 +02:00
tasks.h Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00