Commit Graph

10 Commits

Author SHA1 Message Date
Joris Vink 1d8fc99920 Add glue to build task_curl example under osx 2014-07-18 16:09:15 +02:00
Joris Vink e0f30e1ae7 Fix broken include paths and lib paths 2014-07-18 16:05:19 +02:00
Joris Vink 5d4f956f69 Rewrite some comments as task behaviour has changed 2014-07-08 09:12:05 +02:00
Joris Vink 7b6c03ca5b Task improvements.
Synchronize access to state/result properly so one
can access these from inside the task as well.

Introduce KORE_TASK_STATE_ABORT which will be set
when a task needs to be abort. You can use this
to create tasks that run in a loop until aborted.
2014-07-04 11:28:17 +02:00
Joris Vink 35479f7ee7 Fix module configuration 2014-07-04 09:14:34 +02:00
Joris Vink d4386195da Bring back pgsql_test.c 2014-07-03 22:40:03 +02:00
Joris Vink beee96cb03 Correct headers now that they are installed
While here, kill some MEDIA things for libs that
don't need it and such and such.
2014-07-03 22:39:32 +02:00
Joris Vink d5cd89c544 s/kore_pgsql/pgsql and s/kore_tasks/tasks 2014-07-03 22:15:11 +02:00
Joris Vink 00a180c445 Correct return value check for kore_task_channel_read().
The data we're using are not NUL-terminated strings.
2014-07-03 20:21:05 +02:00
Joris Vink 5090ebea20 Move contrib/modules to contrib/examples 2014-07-02 12:16:31 +02:00