[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated (2304d66 -> dc6f74d)
From: |
Rémi Birot-Delrue |
Subject: |
[gnunet] branch master updated (2304d66 -> dc6f74d) |
Date: |
Fri, 21 Aug 2015 18:58:25 +0000 |
remibd pushed a change to branch master
in repository gnunet.
from 2304d66 Minor modifications to get all examples working. *
binding-utils.scm: add `and=>%` (`and=>` for foreign pointers). *
fs/progress-info.scm: bug fix: on '(#:publish #:complete) do not assert any
more there’s a SKS URI (we don’t always publish in a
namespace). * examples/search.scm: add a one-line help message. *
examples/search-ns.scm, examples/publish.scm: typos.
new dc6f74d Add tools to manipulate `file-information` objects, and a
few other things. * common.scm: add the constant `%time-relative-forever`. *
container/metadata.scm: add `#:filename` and `#:narinfo` meta-types. * fs.scm:
add tools to create and manipulate `file-information` objects:
`file-information-add!`, `file-information-iterate`,
`file->file-information` and `directory->file-information`, remove
`make-file-information`. * tests/fs.scm: test those [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/gnunet/common.scm | 28 +++++---
gnu/gnunet/container/metadata.scm | 7 ++-
gnu/gnunet/fs.scm | 135 ++++++++++++++++++++++++++++++-------
tests/fs.scm | 19 ++++--
4 files changed, 145 insertions(+), 44 deletions(-)
- [gnunet] branch master updated (2304d66 -> dc6f74d),
Rémi Birot-Delrue <=