kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 548348f55309714cdae2726f191466eb535d90e8
parent a11190d638a8f2bc980984949835561b7ad8f20b
Author: Joris Vink <joris@coders.se>
Date:   Sat, 20 Jan 2018 22:51:06 +0100

2018

Diffstat:
examples/json_yajl/src/json_yajl.c | 2+-
examples/memtag/src/memtag.c | 2+-
examples/pgsql/src/init.c | 2+-
examples/pgsql/src/pgsql.c | 2+-
examples/pgsql/src/pgsql_cb.c | 2+-
examples/python-pgsql/src/query.py | 2+-
examples/python/src/index.py | 2+-
examples/python/src/python.c | 2+-
examples/python/src/upload.py | 2+-
examples/python/src/websockets.py | 2+-
examples/upload/src/upload.c | 2+-
includes/kore.h | 2+-
includes/pgsql.h | 2+-
includes/python_api.h | 2+-
includes/python_methods.h | 2+-
src/accesslog.c | 2+-
src/bsd.c | 2+-
src/buf.c | 2+-
src/cli.c | 2+-
src/config.c | 2+-
src/connection.c | 2+-
src/domain.c | 2+-
src/http.c | 2+-
src/keymgr.c | 2+-
src/kore.c | 2+-
src/linux.c | 2+-
src/mem.c | 2+-
src/module.c | 2+-
src/msg.c | 2+-
src/net.c | 2+-
src/pgsql.c | 2+-
src/pool.c | 2+-
src/python.c | 2+-
src/runtime.c | 2+-
src/timer.c | 2+-
src/utils.c | 2+-
src/validator.c | 2+-
src/worker.c | 2+-
38 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/examples/json_yajl/src/json_yajl.c b/examples/json_yajl/src/json_yajl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/examples/memtag/src/memtag.c b/examples/memtag/src/memtag.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2017-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/examples/pgsql/src/init.c b/examples/pgsql/src/init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2017-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/examples/pgsql/src/pgsql.c b/examples/pgsql/src/pgsql.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2014-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/examples/pgsql/src/pgsql_cb.c b/examples/pgsql/src/pgsql_cb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/examples/python-pgsql/src/query.py b/examples/python-pgsql/src/query.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Joris Vink <joris@coders.se> +# Copyright (c) 2017-2018 Joris Vink <joris@coders.se> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/examples/python/src/index.py b/examples/python/src/index.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Joris Vink <joris@coders.se> +# Copyright (c) 2017-2018 Joris Vink <joris@coders.se> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/examples/python/src/python.c b/examples/python/src/python.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2017-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/examples/python/src/upload.py b/examples/python/src/upload.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Joris Vink <joris@coders.se> +# Copyright (c) 2017-2018 Joris Vink <joris@coders.se> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/examples/python/src/websockets.py b/examples/python/src/websockets.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2017 Joris Vink <joris@coders.se> +# Copyright (c) 2018 Joris Vink <joris@coders.se> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/examples/upload/src/upload.c b/examples/upload/src/upload.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Joris Vink <joris@coders.se> + * Copyright (c) 2016-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/includes/kore.h b/includes/kore.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/includes/pgsql.h b/includes/pgsql.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2014-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/includes/python_api.h b/includes/python_api.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2016 Stanislav Yudin <stan@endlessinsomnia.com> - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2017-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/includes/python_methods.h b/includes/python_methods.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2017-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/accesslog.c b/src/accesslog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bsd.c b/src/bsd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/buf.c b/src/buf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/cli.c b/src/cli.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2014-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/config.c b/src/config.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/connection.c b/src/connection.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/domain.c b/src/domain.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/http.c b/src/http.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/keymgr.c b/src/keymgr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2018-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/kore.c b/src/kore.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/linux.c b/src/linux.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/mem.c b/src/mem.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/module.c b/src/module.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/msg.c b/src/msg.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Joris Vink <joris@coders.se> + * Copyright (c) 2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/net.c b/src/net.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/pgsql.c b/src/pgsql.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2017 Joris Vink <joris@coders.se> + * Copyright (c) 2014-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/pool.c b/src/pool.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/python.c b/src/python.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2016 Stanislav Yudin <stan@endlessinsomnia.com> - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2017-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/runtime.c b/src/runtime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Joris Vink <joris@coders.se> + * Copyright (c) 2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/timer.c b/src/timer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Joris Vink <joris@coders.se> + * Copyright (c) 2016-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/utils.c b/src/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/validator.c b/src/validator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/worker.c b/src/worker.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 Joris Vink <joris@coders.se> + * Copyright (c) 2013-2018 Joris Vink <joris@coders.se> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above