kore/src
Joris Vink cb482d8e8f Always use http_response_stream() in req.response.
Keep around the python bytes object while we stream the contents
of it out over the wire. This avoids an entire copy of the data.
2018-11-14 10:03:32 +01:00
..
accesslog.c allow kore to bind to unix sockets via bind_unix. 2018-10-07 20:49:16 +02:00
auth.c Make kore_auth_* public. 2018-07-19 10:28:38 +02:00
bsd.c actually just query for HW_NCPU on all BSDs. 2018-10-25 19:31:48 +02:00
buf.c sprinkle more const around 2018-07-25 09:54:34 +02:00
cli.c kodev improvements. 2018-10-17 11:30:14 +02:00
config.c Add support for TLS 1.3 via OpenSSL 1.1.1. 2018-10-29 20:38:58 +01:00
connection.c Add asynchronous subprocess support. 2018-10-26 19:19:47 +02:00
domain.c make sure we can still build vs 1.1.0 2018-10-29 21:11:29 +01:00
filemap.c let filerefs to operate on ms precision for mtime. 2018-07-24 19:56:36 +02:00
fileref.c be less spammy if stat fails with ENOENT. 2018-07-28 22:27:38 +02:00
http.c several python improvements. 2018-10-30 20:28:27 +01:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c shuffle stuff around so we're not hitting bad juju. 2018-08-13 13:07:32 +02:00
kore.c Add a kore_python_preinit() hook. 2018-11-12 09:01:05 +01:00
linux.c missing EPOLLRDHUP check since event loop rework 2018-10-10 14:33:26 +02:00
mem.c len is a size_t, not ssize_t 2018-07-18 16:09:05 +02:00
module.c Make kore_python_log_error() public. 2018-10-16 13:16:36 +02:00
msg.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
net.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
pgsql.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
pool.c start enforcing a mininum number of elms in pools. 2018-10-30 10:41:49 +01:00
python.c Always use http_response_stream() in req.response. 2018-11-14 10:03:32 +01:00
runtime.c Change kore_parent_configure() for single binaries. 2018-04-09 12:51:20 +02:00
tasks.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
timer.c Rework HTTP and worker processes. 2018-02-14 13:48:49 +01:00
utils.c Add kore_parent_daemonized(). 2018-10-18 17:18:41 +02:00
validator.c Show the reason why regcomp() failed if it does. 2018-08-10 08:06:09 +02:00
websocket.c Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00
worker.c Add asynchronous subprocess support. 2018-10-26 19:19:47 +02:00