aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_bio.c
Commit message (Collapse)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* -fix memory leak in test case (#7590)Christian Grothoff2023-01-17
|
* bio: fix memory leak (#7590)Christian Grothoff2023-01-16
|
* -fix more test issuesMartin Schanzenbach2022-12-06
|
* -fix test ftbfsMartin Schanzenbach2022-12-05
|
* 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
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* 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>
* use ifdef instead of if for __linux__ and BSDng02019-11-20
|
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* 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
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fixing indentationChristian Grothoff2011-11-29
|
* not on OSXChristian Grothoff2011-11-17
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* indentationChristian Grothoff2011-08-15
|
* nitpicksChristian Grothoff2010-09-03
|
* gpl3Christian Grothoff2010-07-02
|
* fixesChristian Grothoff2009-11-22
|
* fixing test bioChristian Grothoff2009-11-22
|
* fixing warnings, better structureChristian Grothoff2009-11-22
|
* work on DARWIN as wellChristian Grothoff2009-11-20
|
* existing code does not work on freebsd because there reading directory files ↵Christian Grothoff2009-11-20
| | | | directly is fine, also fixing buffer size issues
* formattingChristian Grothoff2009-11-20
|
* fix test on darwin, freebsdHeikki Lindholm2009-11-20
|
* fixing logging issuesChristian Grothoff2009-11-15
|
* Windows lacks /dev/fullNils Durner2009-11-15
|
* set up loggingNils Durner2009-11-14
|
* indentChristian Grothoff2009-11-10
|
* fixing out of bounds in testcaseChristian Grothoff2009-11-10
|
* fixing more bugs in test_bio, largely leaksChristian Grothoff2009-11-09
|
* style and memory leaksChristian Grothoff2009-11-09
|
* no void in definitionsChristian Grothoff2009-11-09
|
* 98% test_bio.cJi Lu2009-11-08
|
* indentingChristian Grothoff2009-11-08
|
* fixed test_bio.cJi Lu2009-11-08
|
* to be fixed by jilu:Christian Grothoff2009-11-06
|
* fixesChristian Grothoff2009-11-05
|
* 89.1%Ji Lu2009-11-01
|
* fixing bio testcase and a bug in bio.c, also indentingChristian Grothoff2009-11-01
|