.. |
accesslog.c
|
log referer in accesslog if present.
|
2018-06-29 22:37:48 +02:00 |
auth.c
|
Make kore_auth_* public.
|
2018-07-19 10:28:38 +02:00 |
bsd.c
|
Add pledge support under OpenBSD.
|
2018-07-31 06:51:34 +02:00 |
buf.c
|
sprinkle more const around
|
2018-07-25 09:54:34 +02:00 |
cli.c
|
more directly include assets.h
|
2018-08-13 09:16:28 +02:00 |
config.c
|
Add pledge support under OpenBSD.
|
2018-07-31 06:51:34 +02:00 |
connection.c
|
better log messages for TLS configuration missing.
|
2018-07-11 09:52:05 +02:00 |
domain.c
|
remove kore_module_handle for NOHTTP=1 builds.
|
2018-07-17 14:28:43 +02: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
|
do not http_argument_urldecode for multipart data.
|
2018-08-16 14:11:28 +02: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
|
better log messages for TLS configuration missing.
|
2018-07-11 09:52:05 +02:00 |
linux.c
|
missing EPOLLET when we reschedule read/write
|
2018-08-01 12:17:16 +02:00 |
mem.c
|
len is a size_t, not ssize_t
|
2018-07-18 16:09:05 +02:00 |
module.c
|
remove kore_module_handle for NOHTTP=1 builds.
|
2018-07-17 14:28:43 +02:00 |
msg.c
|
Add fatalx().
|
2018-08-13 09:53:49 +02:00 |
net.c
|
better fix for 5a5d9fd0 .
|
2018-07-18 16:10:41 +02:00 |
pgsql.c
|
Use a synchronous query to issue a ROLLBACK.
|
2018-07-28 22:28:19 +02:00 |
pool.c
|
finally got fed up with the "is exhausted" spam.
|
2018-04-10 14:11:06 +02:00 |
python.c
|
correct includes
|
2018-07-07 13:23:43 +02:00 |
runtime.c
|
Change kore_parent_configure() for single binaries.
|
2018-04-09 12:51:20 +02:00 |
tasks.c
|
Rework HTTP and worker processes.
|
2018-02-14 13:48:49 +01:00 |
timer.c
|
Rework HTTP and worker processes.
|
2018-02-14 13:48:49 +01:00 |
utils.c
|
Add fatalx().
|
2018-08-13 09:53:49 +02:00 |
validator.c
|
Show the reason why regcomp() failed if it does.
|
2018-08-10 08:06:09 +02:00 |
websocket.c
|
minor style fixes
|
2018-04-13 07:41:22 +02:00 |
worker.c
|
shuffle stuff around so we're not hitting bad juju.
|
2018-08-13 13:07:32 +02:00 |