summaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
Commit message (Collapse)AuthorAge
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* misc spelling issuesChristian Grothoff2020-11-14
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
|
* added per message GNUNET_MQ_PriorityPreferencest3sserakt2019-06-26
|
* use new PriorityPreferences consistently, note on deprecationChristian Grothoff2019-05-05
|
* add out-of-order prefChristian Grothoff2019-05-05
|
* simplify MQ logic to always carry the same kinds of flags, and extend ↵Christian Grothoff2019-05-04
| | | | transport API to pass them to (TNG) service
* add prototypes for handlers for incoming messagesChristian Grothoff2019-01-25
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* skeleton for 'simple' ATS2 pluginChristian Grothoff2018-12-06
|
* fix macro testChristian Grothoff2018-11-29
|
* add macro to check 0-terminated string messages, and fix FTBFSChristian Grothoff2018-11-29
|
* move network type logic out of ATS code, move performance preferences into MQChristian Grothoff2018-11-22
|
* 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
|
* changes for AGPL handlingChristian Grothoff2018-06-06
|
* fix off-by-one error in cadet connection construction, also enforce better ↵Christian Grothoff2018-05-20
| | | | timeouts for retransmissions of handshake
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* designing SQ-lib APIChristian Grothoff2017-02-27
|
* converting 'vpn' to new CADET API, not tested/testable, as exit is not ↵Christian Grothoff2017-02-22
| | | | converted yet
* converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not ↵Christian Grothoff2017-02-22
| | | | converted yet
* change Makefile.am back so it builds at least; fix #4908 in cadet APIChristian Grothoff2017-02-21
|
* Refactor copying of handler arraysBart Polot2017-02-20
|
* allow external code to use DLL pointers of envelopes, under very particular ↵Christian Grothoff2017-01-30
| | | | circumstances
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* make gcc -pedantic happyMarkus Teich2017-01-16
|
* Move type check after initialization to make compiler happyDavid Barksdale2016-10-26
|
* cadet_api.c uses GNUNET_MQ_impl_currentDavid Barksdale2016-10-22
|
* fix commentFlorian Dold2016-10-16
|
* implement impl_in_flight API for MQ, replacing evacuationFlorian Dold2016-10-16
|
* Rename MQ_evict to MQ_evacuate and make API nicerFlorian Dold2016-10-16
|
* Add evict functionalty to mq cancellation.Florian Dold2016-10-16
| | | | | | Useful to avoid copying of buffers when canceling a partially sent message.
* MQ docGabor X Toth2016-09-23
|
* converting nse to new service APIChristian Grothoff2016-09-19
|
* towards adding mq destruction notificationChristian Grothoff2016-09-19
|
* misc minor fixes for new service MQ API, implementing resolver using new ↵Christian Grothoff2016-09-19
| | | | service API
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* GNUNET_MQ_get_last_envelope()Gabor X Toth2016-08-17
|
* -fix buildChristian Grothoff2016-08-07
|
* enable setting per-envelope or per-queue transmission options with MQ APIChristian Grothoff2016-07-30
|
* add GNUNET_MQ_set_handlers_closure APIChristian Grothoff2016-07-08
|
* -def before useChristian Grothoff2016-06-29
|
* typoMarcello Stanisci2016-06-28
|
* add function to obtain mq lengthChristian Grothoff2016-06-27
|
* add GNUNET_MQ_send_copyChristian Grothoff2016-06-25
|