aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
* -code cleanup plus one new assertion to debug madmurphy issueChristian Grothoff2022-10-28
|
* [fs] Print error codemadmurphy2022-10-24
|
* -fix gnunet-fs shutdownChristian Grothoff2022-10-22
|
* -DOC: Documentation cleanup pass through FS subsystemWillow Liquorice2022-10-03
|
* -DOC: Another comment-stripping pass through FS subsystemWillow Liquorice2022-10-03
|
* [gnunet-search] Fix `-s` and `-o` options not working togethermadmurphy2022-09-25
|
* -fix: FS needs to be run as user serviceTheJackiMonster2022-09-22
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fix fs index_start_failedTheJackiMonster2022-09-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -First pass through FS subsystemWillow Liquorice2022-08-30
|
* -Replaced several hardcoded /tmp locations in tests of CORE, FS, IDENTITY, ↵Willow Liquorice2022-08-21
| | | | NAMECHACHE, PT, TOPOLOGY, and TESTBED subsystems
* implemented new DHT path signing with origin authenticationChristian Grothoff2022-07-07
|
* protocol change: swap xquery and result filter, integrate mutator with ↵Christian Grothoff2022-05-31
| | | | result filter
* -init uninitChristian Grothoff2022-03-21
|
* -fix FTBFSChristian Grothoff2022-03-21
|
* revise block API to match latest DHT specsChristian Grothoff2022-03-12
|
* -simplifyMartin Schanzenbach2022-03-05
|
* FS: Fix segfault in URI handlingMartin Schanzenbach2022-03-05
|
* -make coverity happier !coverityMartin Schanzenbach2022-03-04
|
* `gnunet-search`: Reduce the help page and include Alessio's suggestionsmadmurphy2022-02-15
|
* `man gnunet-search`: general review (cont'd)madmurphy2022-02-11
|
* Add missing information to `gnunet-search`'s help pagemadmurphy2022-02-10
|
* New version of `gnunet-search` is ready to be testedmadmurphy2022-02-10
|
* Use `const` for `GNUNET_FS_file_information_get_filename()`'s only argumentmadmurphy2022-02-10
|
* DHT: modify API and protocol messages to add path signatures, except for now ↵Christian Grothoff2022-01-09
| | | | the actual signatures are just placeholders (signing and signature verification are missing)
* -migrate code to new block APIChristian Grothoff2021-12-29
|
* -more FTBFSChristian Grothoff2021-12-29
|
* implement new block API for FS, fix FTBFSChristian Grothoff2021-12-29
|
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
|
* add dependency libThien-Thi Nguyen2021-07-29
| | | | | * src/fs/Makefile.am (gnunet_fs_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
* -fix many more typosChristian Grothoff2021-04-26
|
* -fix typosChristian Grothoff2021-04-26
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* change GNUNET_DISK_fn_write() to always do atomic writes and to NOT ↵Christian Grothoff2020-12-19
| | | | overwrite existing files; also change the return value to not return the size of the written file but GNUNET_OK on success, and integrate creating the directory if needed; breaks API, hence bumping libgnunetutil version
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* -minor API changeMartin Schanzenbach2020-11-10
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* avoid boolean flag in GNUNET_OS_start_process() API (fixes #6188)Christian Grothoff2020-07-17
|
* Fix_build_dependenciesBertrand Marc2020-07-05
| | | | Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* missing terminationChristian Grothoff2020-05-19
|
* Improved BIO APIAlessio Vanni2020-05-19
| | | | | | | | | | | | | | | | | | | | BIO now supports reading from and writing to in-memory buffers. For reading, an allocated buffer (array) and a size is passed as arguments to the function opening the handle. For writing, a GNUNET_Buffer is created and used internally. The buffer contents can be extracted using the relevant function. There is a new API in addition to the existing read/write: this new API is more "declarative" in nature and is meant to mimic APIs like GNUNET_SQ. The read/write operations are defined in an array of specs which are then "commited" in a single (non-atomic) operation, rather than explicitly executing multiple function calls and checking their return value. Also there are small changes to GNUNET_Buffer to account for BIO's new features. Signed-off-by: Christian Grothoff <christian@grothoff.org>
* make GNUNET_freez default, have GNUNET_free_nz for cases where that does not ↵Christian Grothoff2020-04-21
| | | | work
* fixing #6149Christian Grothoff2020-04-11
|
* fix sign api for to address #6164Christian Grothoff2020-04-08
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* fix pointer indentationChristian Grothoff2019-11-24
|
* tighten formatting rulesChristian Grothoff2019-10-31
|