kore/src
Joris Vink 769c78a6e8 Introduce NOHTTP=1 build option.
This basically turns off the HTTP layer for Kore. It does not
compile in anything for HTTP.

This allows Kore to be used as a network application platform as well.
Added an example for this called nohttp.

Other changes that sneaked in while hacking on this:
* Use calloc(), kill pendantic malloc option.
* Killed off SPDY/3.1 support completely, will be superseded by http2

Note that comes with massive changes to a lot of the core API
functions provided by Kore, these might break your application.
2015-11-27 16:22:50 +01:00
..
accesslog.c Update message framework with src/dst for workers. 2015-07-06 21:08:36 +02:00
auth.c Rename kore_auth() to kore_auth_run(). 2015-04-02 13:45:42 +02:00
bsd.c Add EV_CLEAR to the bsd event code for kqueue. 2015-06-23 18:16:19 +02:00
buf.c Improvements to our message framework. 2015-06-23 18:17:14 +02:00
cli.c Fix typos. 2015-11-04 09:54:55 +08:00
config.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
connection.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
domain.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
http.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
kore.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
linux.c Fix typo in configuration option worker_accept_treshold. 2015-05-18 12:20:28 +02:00
mem.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
module.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
msg.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
net.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
pgsql.c Allow 0 parameters for kore_pgsql_query_params() 2014-10-12 01:17:35 +02:00
pool.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
tasks.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
timer.c Remove 'behind' argument from timers. 2015-08-06 08:20:41 +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 Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
worker.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00