kore/src
Joris Vink b0947b73d9 Let modules decide if they want to be reloaded.
At times it seems relevant that worker their modules should not
be reloaded when receiving a SIGHUP. Developers can now control
this by returning anything else but KORE_RESULT_OK from their
initialization methods.

The parent module will always be reloaded.
2015-05-07 13:03:10 +02:00
..
accesslog.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
auth.c Rename kore_auth() to kore_auth_run(). 2015-04-02 13:45:42 +02:00
bsd.c Use kevent() to schedule an event immediately. 2015-04-24 11:45:00 +02:00
buf.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
cli.c Default to only TLSv1.2 from now on. 2015-05-06 10:59:43 +02:00
config.c Default to only TLSv1.2 from now on. 2015-05-06 10:59:43 +02:00
connection.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
domain.c Default to only TLSv1.2 from now on. 2015-05-06 10:59:43 +02:00
http.c Make parameter validation less noisy. 2015-04-27 15:35:02 +02:00
kore.c Default to only TLSv1.2 from now on. 2015-05-06 10:59:43 +02:00
linux.c Introduce new config option worker_accept_treshold 2015-04-23 10:24:00 +02:00
mem.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
module.c Let modules decide if they want to be reloaded. 2015-05-07 13:03:10 +02:00
net.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
pgsql.c Allow 0 parameters for kore_pgsql_query_params() 2014-10-12 01:17:35 +02:00
pool.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
spdy.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
tasks.c Task improvements. 2015-04-24 14:20:02 +02:00
timer.c Add rudimentary timers to Kore. 2015-04-06 18:54:35 +02:00
utils.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
validator.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
websocket.c Do not leak key in kore_websocket_handshake on error. 2015-04-24 09:22:32 +02:00
worker.c Use IPC_PRIVATE when creating our shm. 2015-04-28 10:21:15 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00