kore/src
Joris Vink fc6b3bf740 Split up kore cli tools into new binary.
Having the create, build, run tools baked into the kore binary
made things harder then they had to be for multiple projects with
each different build flavors.

So move away this functionality into a new "kodev" (name may change)
binary that is installed next to kore.

The new build tools will automatically pick up the correct flavors
the kore binary it points to is installed with. Or for single builds
what flavors where enabled.

The new tool also will honor looking into PREFIX for the kore binary
when doing a `kodev run`.

Additionally add a new command "info" that shows some basic info
about your project and how it will be built. For example it will
show you the flavors of the kore binary installed on the system
or the flavors you configured for a single binary build.

Obligitory, hacking on a plane comment.
2017-02-19 00:52:29 -05:00
..
accesslog.c Improve kore_strlcpy(). 2016-07-04 11:41:37 +02:00
auth.c fixup isspace arguments. 2017-02-07 22:06:14 +01:00
bsd.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
buf.c use a copy of args when falling back to vasprintf. 2016-11-04 09:16:05 +01:00
cli.c Split up kore cli tools into new binary. 2017-02-19 00:52:29 -05:00
config.c even more ssl to tls terminology. 2017-02-11 21:33:09 +01:00
connection.c even more ssl to tls terminology. 2017-02-11 21:33:09 +01:00
domain.c even more ssl to tls terminology. 2017-02-11 21:33:09 +01:00
http.c Split up kore cli tools into new binary. 2017-02-19 00:52:29 -05:00
jsonrpc.c JSONRPC Updated to last kore_buf* commit 2016-07-15 13:17:30 +02:00
keymgr.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
kore.c Split up kore cli tools into new binary. 2017-02-19 00:52:29 -05:00
linux.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
mem.c add kore_mem_cleanup() to cleanup pools at exit. 2017-02-06 11:42:23 +01:00
module.c Revert "TAILQ_FOREACH_SAFE() exists so use it." 2017-02-07 22:44:20 +01:00
msg.c Message shutdown request (#168) 2017-01-17 18:18:01 +01:00
net.c more ssl -> tls wording 2017-02-11 21:30:38 +01:00
pgsql.c Revert "TAILQ_FOREACH_SAFE() exists so use it." 2017-02-07 22:44:20 +01:00
pool.c Add asynchronous pgsql query support to python. 2017-02-06 11:42:53 +01:00
python.c expose new cookie stuff to python. 2017-02-07 22:54:42 +01:00
runtime.c initial fudging to add websockets to python 2017-01-29 22:57:34 +01:00
tasks.c Introduce NOHTTP=1 build option. 2015-11-27 16:22:50 +01:00
timer.c Large changes to the memory subsystem in kore. 2016-07-12 13:54:14 +02:00
utils.c fixup isspace arguments. 2017-02-07 22:06:14 +01:00
validator.c Add initial python support. 2017-01-24 20:18:12 +01:00
websocket.c fix parameters to kore_log(). 2017-02-06 11:39:50 +01:00
worker.c Add asynchronous pgsql query support to python. 2017-02-06 11:42:53 +01:00