aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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>
| * fix ftbfsChristian Grothoff2020-05-19
| |
| * pow values should be nboMartin Schanzenbach2020-05-18
| |
| * add smi pow valuesMartin Schanzenbach2020-05-18
| |
| * fix api for lazy pubkey loadingMartin Schanzenbach2020-05-18
| |
| * deps are now required, no need for definesMartin Schanzenbach2020-05-17
| |
| * make mhd and jansson mandatory dependenciesMartin Schanzenbach2020-05-17
| |
| * allow compile against curl-opensslMartin Schanzenbach2020-05-17
| |
| * add build tasksMartin Schanzenbach2020-05-14
| |
| * rename deploy scriptMartin Schanzenbach2020-05-14
| |
| * add buildbot deployment fileMartin Schanzenbach2020-05-14
| |
* | Merge branch 'rewrite_of_cadet_test' of ssh://git.gnunet.org/gnunet into ↵xrs2020-06-17
|\ \ | | | | | | | | | rewrite_of_cadet_test
| * | handle received message; fix format; fix testbed opsxrs2020-03-19
| | |
| * | send a message from A to Bxrs2020-03-18
| | |
| * | add send_message()xrs2020-03-12
| | |
| * | add condition for check_test_readyness; find kx_initiatorxrs2020-03-05
| | |
| * | fix indentxrs2020-03-04
| | |
| * | fix namesxrs2020-03-02
| | |
| * | fix names and add commentsxrs2020-03-02
| | |
| * | separate testbed management from test logicxrs2020-02-29
| | |
| * | update ToDo listxrs2020-02-29
| | |
| * | setup channelxrs2020-02-29
| | |
| * | refactor function logs; refactor conntect to servicesxrs2020-02-29
| | |
| * | add request for peer informationxrs2020-02-29
| | |
| * | add test_cadet_2_channel_resumption to Makefile.amxrs2020-02-29
| | |
| * | two peers on the stagexrs2020-02-29
| | |
* | | add logic for sending multiple messages and linklayer manipulationxrs2020-06-17
| | |
* | | close port at testbed disconnectxrs2020-05-21
| | |
* | | handle received message; fix format; fix testbed opsxrs2020-05-21
| | |
* | | send a message from A to Bxrs2020-05-21
| | |
* | | add send_message()xrs2020-05-21
| | |
* | | add condition for check_test_readyness; find kx_initiatorxrs2020-05-21
| | |
* | | fix indentxrs2020-05-21
| | |
* | | fix namesxrs2020-05-21
| | |
* | | fix names and add commentsxrs2020-05-21
| | |
* | | separate testbed management from test logicxrs2020-05-21
| | |
* | | update ToDo listxrs2020-05-21
| | |
* | | setup channelxrs2020-05-21
| | |
* | | refactor function logs; refactor conntect to servicesxrs2020-05-21
| | |
* | | add request for peer informationxrs2020-05-21
| | |
* | | add test_cadet_2_channel_resumption to Makefile.amxrs2020-05-21
| | |
* | | two peers on the stagexrs2020-05-21
| |/ |/|
* | uncrustifyMartin Schanzenbach2020-05-13
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2020-05-13
|\ \
| * | fix wrong return valueMartin Schanzenbach2020-05-10
| | |
| * | fix single label getMartin Schanzenbach2020-05-10
| | |
| * | add revocation tvgMartin Schanzenbach2020-05-10
| | |
| * | add zone keys to tvMartin Schanzenbach2020-05-10
| | |
| * | add gnsrecord tvgMartin Schanzenbach2020-05-10
| | |