kore/src
Joris Vink 341a111a2f Rework kore_strtonum64() so we can catch overflows for u_int64_t.
Seems that strtoull() if a negative string is supplied rather just
wraps the value, which I don't want here.
2014-07-21 01:51:51 +02:00
..
accesslog.c Fix use after free 2014-04-09 14:35:14 +02:00
auth.c Allow KORE_RESULT_RETRY from authentication blocks 2014-04-22 23:07:24 +02:00
bsd.c Normalize kore_*.h headers 2014-07-03 22:14:46 +02:00
buf.c Change kore_buf_appendv() to take a va_list 2014-04-22 12:16:21 +02:00
config.c Add pgsql_conn_max configuration parameter. 2014-07-04 09:14:05 +02:00
connection.c Introduce http_request_sleep() and http_request_wakeup(). 2014-07-04 16:51:19 +02:00
domain.c Comment on why/how we're disabling freelists. 2014-04-11 08:46:50 +02:00
http.c Properly convert 64bit parameters. 2014-07-21 01:16:03 +02:00
kore.c Add -v to dump out version and compiled in features 2014-07-04 09:25:18 +02:00
linux.c Normalize kore_*.h headers 2014-07-03 22:14:46 +02:00
mem.c Add integer overflow checks to kore_calloc 2014-04-23 14:26:28 +02:00
module.c Don't call module onloads until after everything is initialized. 2014-06-29 21:15:23 +02:00
net.c Change type for data to void * 2014-07-04 11:25:05 +02:00
pgsql.c Pull in pg_config.h correctly, fixes compilation for pgsql under OpenBSD 2014-07-18 15:59:07 +02:00
pool.c Add KORE_PENDANTIC_MALLOC option. 2014-04-22 12:46:23 +02:00
spdy.c Be paranoia when it comes to using client supplied integers 2014-05-06 12:24:21 +02:00
tasks.c Introduce http_request_sleep() and http_request_wakeup(). 2014-07-04 16:51:19 +02:00
utils.c Rework kore_strtonum64() so we can catch overflows for u_int64_t. 2014-07-21 01:51:51 +02:00
validator.c Add request as an authentication_type. 2014-03-01 19:18:30 +01:00
worker.c Normalize kore_*.h headers 2014-07-03 22:14:46 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00