aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
Commit message (Collapse)AuthorAge
* NEWS: just style fixes, int to enumChristian Grothoff2023-05-10
|
* 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
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* -DOC: Documentation cleanup pass through rest of UTIL librariesWillow Liquorice2022-10-03
|
* DOC: Major doxygen organisation work, upgraded config, updated logoWillow Liquorice2022-08-21
|
* implement @inline-secret@ directiveFlorian Dold2021-07-28
|
* implement config inline globbingFlorian Dold2021-07-28
|
* -fix typosChristian Grothoff2021-04-26
|
* -minor style fixesChristian Grothoff2021-02-08
|
* minor fixesChristian Grothoff2020-12-19
|
* 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
* -minor style fixesChristian Grothoff2020-11-14
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* fixing #6149Christian Grothoff2020-04-11
|
* DB load API changeChristian Grothoff2020-01-17
|
* handle arm -s completion nicely via signaling pipeChristian Grothoff2019-09-28
|
* Remove win32 and cygwin supportng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* add support for /etc/hostsChristian Grothoff2018-10-18
|
* 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
|
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* fix #4985Christian Grothoff2017-04-11
|
* remove dead/ugly codeChristian Grothoff2016-04-25
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* doxygen: group/module definitions (part 1)Gabor X Toth2016-01-11
|
* -downgrade version requirement furtherChristian Grothoff2015-07-15
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Add support for selecting on W32 eventsLRN2015-01-24
|
* -fix ftbfs on W32Christian Grothoff2014-12-04
|
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* Replace OFF_T with off_tLRN2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -store revocations to diskChristian Grothoff2013-10-06
|
* -load revocations from disk, misc doxygen/style fixesChristian Grothoff2013-10-06
|
* -doxygen, coding conventionsChristian Grothoff2013-10-06
|
* -doxygen/indentationChristian Grothoff2013-10-04
|
* -minor code cleanupChristian Grothoff2013-09-09
|
* -misc doxygen fixesChristian Grothoff2013-08-21
|
* initial version of gnunet-identity command-line toolChristian Grothoff2013-07-16
|
* Removed GNUNET_DISK_get_blocks_available since it's not used and it wouldDavid Barksdale2013-06-18
| | | | | be hard to port to emscripten.
* DocfixesLRN2013-03-15
|
* More flexible native->GNUnet_handle file openingLRN2013-02-14
| | | | | | Can now open not just FILEs, but also integer fds and native Windows handles. The last two will be used later by the new pipe control code.
* Make pipe ends detachable, fix W32 corner-casesLRN2013-02-14
| | | | | | | Now pipe ends are fully-functional FileHandles. You can detach them from the pipe, and closing pipe will not affect them afterwards. Tightened W32 implementation (make it close events!)