aboutsummaryrefslogtreecommitdiff
path: root/src/fs
Commit message (Collapse)AuthorAge
* -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
|
* follow-up to win32 removal.ng02019-10-25
|
* this comment seems to be not true; tarfile will at least notng02019-10-16
| | | | | require tar(1) or any other tool, if at all other modules are required.
* format pythonng02019-10-12
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Remove win32 and cygwin supportng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* do not free hashmap while iterating over it, unhealthy, even in error caseChristian Grothoff2019-08-21
|
* fix NPE when importing directory into gnunet-fs-gtk (cleaner fix)Christian Grothoff2019-08-21
|
* fix NPE when importing directory into gnunet-fs-gtkChristian Grothoff2019-08-21
|
* obsoleteChristian Grothoff2019-07-24
|
* formattingSchanzenbach, Martin2019-07-21
|
* Merge branch 'cadet-new-options't3sserakt2019-07-21
|\
| * remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
| |