aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.c
Commit message (Collapse)AuthorAge
* BUILD: Move fs to contrib/serviceMartin Schanzenbach2023-10-19
|
* BUILD: Improve extractor handling. Removed platform.h from includeMartin Schanzenbach2022-12-05
| | | | | | | Extractor is not properly detected and GNUNET_FS_EXTRACTOR_ENABLED added to gnunet_config.h. platform.h is removed from $PREFIX/include as it must not be included by third parties anyway.
* Large refactor in order to restore some sanity with respect to private ↵Martin Schanzenbach2022-12-04
| | | | defines used in headers
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* -code cleanup plus one new assertion to debug madmurphy issueChristian Grothoff2022-10-28
|
* -First pass through FS subsystemWillow Liquorice2022-08-30
|
* -fix many more typosChristian Grothoff2021-04-26
|
* 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>
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix https://gnunet.org/bugs/view.php?id=4904Schanzenbach, Martin2018-06-24
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* use correct way to resume downloadChristian Grothoff2017-01-25
|
* do not start download twiceChristian Grothoff2017-01-25
|
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* convert search to MQChristian Grothoff2016-07-03
|
* convert download API to MQChristian Grothoff2016-07-03
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -style fixesChristian Grothoff2015-07-03
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix #3704Christian Grothoff2015-03-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* start fewer FS probes concurrently, run them all in the same task to avoid ↵Christian Grothoff2014-12-12
| | | | undue pressure on the scheduler
* fix #3446Christian Grothoff2014-07-12
|
* -fix URI test to handle new encoder, print both SKS and CHK URIs when ↵Christian Grothoff2014-06-23
| | | | publishing to namespace
* -doxygen fixesChristian Grothoff2014-06-07
|
* -doxygen, indentationChristian Grothoff2014-06-06
|
* Rename mesh->cadetBart Polot2014-05-07
|
* handle case where partial download prevents proper bottom-up reconstruction ↵Christian Grothoff2014-02-19
| | | | as not all child-nodes are even attempted; handle case where probe returns results immediately while being created (do not break on that)
* malloc -> newLRN2013-12-19
|
* -stylistic fixesChristian Grothoff2013-11-05
|
* -doxygen, etcChristian Grothoff2013-10-17
|
* generate progress events when publishing directories (towards fixing #2230)Christian Grothoff2013-10-11
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxygen fixes, and fixing publish URI serization for proper resumeChristian Grothoff2013-09-15
|
* -fix check of return valueChristian Grothoff2013-09-15
|
* -more complete fix for #3034Christian Grothoff2013-09-14
|
* -fixing resuming publish operationChristian Grothoff2013-09-13
|
* -do not clean up reader more than onceChristian Grothoff2013-09-11
|