aboutsummaryrefslogtreecommitdiff
path: root/src/util/bio.c
Commit message (Collapse)AuthorAge
* spell checkingChristian Grothoff2020-11-14
|
* -fix some warningsMartin Schanzenbach2020-10-16
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
|
* 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
|
* 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 timeout of test_service, misc signed/unsigned and unused argument issuesChristian Grothoff2018-01-04
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* minor stylistic issues found while hunting #4619Christian Grothoff2016-09-26
|
* theoretically, file names might be longer than 1024 bytes, use MAX_PATHChristian Grothoff2016-09-26
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -doxygen, coding conventionsChristian Grothoff2013-10-06
|
* -improving docsChristian Grothoff2013-10-06
|
* -fixing resuming publish operationChristian Grothoff2013-09-13
|
* -use GPLv3+ consistentlyChristian Grothoff2013-08-24
|
* - Support flushing of buffered dataSree Harsha Totakura2013-04-23
|
* - Fixed doxygen to reflect real API paramsBart Polot2011-12-19
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* do not fail if datastore unavailableChristian Grothoff2010-08-07
|
* removing debug codeChristian Grothoff2010-05-06
|
* betterChristian Grothoff2010-05-06
|
* fixChristian Grothoff2010-05-05
|
* adapting main code base to work with libextractor 0.6 API; testcases will ↵Christian Grothoff2010-01-03
| | | | follow later
* fixesChristian Grothoff2009-11-22
|
* fixing bug in bio.c triggered by test_pseudonym.cChristian Grothoff2009-11-22
|
* fixesChristian Grothoff2009-11-05
|
* fixing bio testcase and a bug in bio.c, also indentingChristian Grothoff2009-11-01
|
* please check if there are some bugs insideJi Lu2009-10-31
|
* fixing bio bugsChristian Grothoff2009-10-19
|
* code clean upChristian Grothoff2009-10-05
|
* hxingChristian Grothoff2009-08-25
|
* hxingChristian Grothoff2009-08-24