aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
Commit message (Collapse)AuthorAge
...
* 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
|
* update peerinfo API to use MQChristian Grothoff2016-06-24
|
* -incorrect commentChristian Grothoff2016-06-19
|
* -indentation and commentsChristian Grothoff2016-06-18
|
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* doxygen: add documentation linksGabor X Toth2016-01-15
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* doxygen: group/module definitions (part 1)Gabor X Toth2016-01-11
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -use separate message types for TRY_CONNECT and TRY_DISCONNECTChristian Grothoff2014-12-20
|
* massive rework of scalarproduct service, splitting into Alice and BobChristian Grothoff2014-12-06
|
* -return const, do not mangle const inputChristian Grothoff2014-11-27
|
* - remove spurious parameter tupleSree Harsha Totakura2014-01-13
|
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ↵Christian Grothoff2013-11-16
| | | | calling the continuation _last_
* - comment clarificationFlorian Dold2013-10-06
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -finishing first round of conversation phone API implementationChristian Grothoff2013-10-03
|
* -misc doxygen fixesChristian Grothoff2013-08-21
|
* - set service workingFlorian Dold2013-07-10
| | | | | - set profiler
* doxygenFlorian Dold2013-06-25
|
* -spacingChristian Grothoff2013-06-19
|
* - opaque mq structsFlorian Dold2013-06-19
| | | | | | | | - mq for mesh - faster hashing for IBFs - mesh replaces stream in set - new set profiler (work in progress)
* - conclude for SETFlorian Dold2013-06-03
| | | | | - consensus with SET
* - moved MQ to utilFlorian Dold2013-05-22
- MQ support for stream - set api - starting to use set for consensus