Commit Graph

5 Commits

Author SHA1 Message Date
Rémi Birot-Delrue 51a4fd3496 Remove `set-next-task!`, as the corresponding functions have been removed
from GNUnet.
2015-08-10 19:09:22 +02:00
Rémi Birot-Delrue 6fc73cee9b Add a few utility functions.
* binding-utils.scm: add `pointer->string*`.
* common.scm: add `bool->int` and `int->bool`, two functions to easily convert
              `gnunet-ok`, `gnunet-no`, `gnunet-syserror` values to booleans.
* fs/uri.scm: export `keyword-list->string`.
* tests/uri.scm: test `keyword-list->string`.
* scheduler.scm: add `cancel-task!`.
2015-07-21 13:01:28 +02:00
Rémi Birot-Delrue c294a124d8 Corrects a small bug. 2015-07-03 00:00:48 +02:00
Rémi Birot-Delrue c40fcacfbc Replaces the crappy “union handling” functions with better ones (inside “system/foreign/”); has the stub gnunet-search working. 2015-06-24 13:20:18 +02:00
Rémi Birot-Delrue 04bbbcef56 Initial commit. 2015-06-20 22:16:34 +02:00