aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_list_indexed.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
|
* [fs] Print error codemadmurphy2022-10-24
|
* -DOC: Another comment-stripping pass through FS subsystemWillow Liquorice2022-10-03
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* 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
|
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* convert fs_list_indexed to MQ APIChristian Grothoff2016-06-29
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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
* malloc -> newLRN2013-12-19
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* make all (?) asynchronously operating FS operations actually cancel-ableChristian Grothoff2012-02-18
|
* dead code elimination, splitting fs.h into fs.h and fs_api.hChristian Grothoff2011-11-15
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* gpl3Christian Grothoff2010-07-02
|
* cancel pending write if we are just dead anywayChristian Grothoff2010-03-12
|
* bugfixes and redesigning scheduler APIChristian Grothoff2009-11-04
|
* giving client API option for auto-retry, making more often use of ↵Christian Grothoff2009-10-24
| | | | transmit_and_get_response API and removing auto-retry code where enhanced client API can be used for it
* working on unindexChristian Grothoff2009-08-31