kore/src
Joris Vink ea5b89d20b Move orbit functionality into kore directly.
Makes more sense and reads easier:

kore create myapp
kore build myapp
kore run myapp

Note that kore retains its cli options (if no command was given),
meaning you can still start kore in the traditional way as well.

The command options are simply to make development easier.
2014-08-01 13:59:47 +02:00
..
accesslog.c Add a BENCHMARK compile option which compiles without OpenSSL. 2014-08-01 10:22:32 +02:00
auth.c Allow KORE_RESULT_RETRY from authentication blocks 2014-04-22 23:07:24 +02:00
bsd.c Rework the accept lock. 2014-07-30 15:20:09 +02:00
buf.c Change kore_buf_appendv() to take a va_list 2014-04-22 12:16:21 +02:00
cli.c Move orbit functionality into kore directly. 2014-08-01 13:59:47 +02:00
config.c Add a BENCHMARK compile option which compiles without OpenSSL. 2014-08-01 10:22:32 +02:00
connection.c Add a BENCHMARK compile option which compiles without OpenSSL. 2014-08-01 10:22:32 +02:00
domain.c Add a BENCHMARK compile option which compiles without OpenSSL. 2014-08-01 10:22:32 +02:00
http.c No longer preallocate worker_max_connections for the http pools. 2014-07-30 13:20:27 +02:00
kore.c Move orbit functionality into kore directly. 2014-08-01 13:59:47 +02:00
linux.c Rework the accept lock. 2014-07-30 15:20:09 +02:00
mem.c Add missing stdint.h header 2014-07-22 09:53:44 +02:00
module.c Make accesslogs optional 2014-07-30 09:11:21 +02:00
net.c Euhm, revert last commit. 2014-08-01 10:33:26 +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 Properly send out early HTTP errors via the appropriate SPDY stream 2014-07-27 21:59:25 +02:00
tasks.c Check return value for pthread_mutex_init() 2014-07-27 21:47:18 +02:00
utils.c In foreground mode don't show kore_log() in fatal 2014-07-31 15:12:05 +02:00
validator.c Add request as an authentication_type. 2014-03-01 19:18:30 +01:00
worker.c Make some configuration options fallback to defaults. 2014-07-31 13:59:42 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00