-move tcp session check into extra checks condition
[oweals/gnunet.git] / src / util / mq.c
2013-12-09 Florian Dold- fix use after free in set union (#3178)
2013-11-16 Christian Grothoff-avoid possible problem due to clean up during deeper...
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-11-05 Florian Dold- implemented missing set functionality
2013-10-06 Florian DoldMQ for CORE
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-08-24 Christian Grothoff-use GPLv3+ consistently
2013-08-12 Florian Dold- fixed memory leak
2013-07-24 Florian Dold- logging
2013-07-13 Florian Dold- queue destruction
2013-07-10 Florian Dold- set service working
2013-06-25 Florian Dolddoxygen
2013-06-21 Christian Grothoff-do check return value from remove
2013-06-19 Florian Dold- opaque mq structs
2013-06-03 Florian Dold- conclude for SET
2013-05-22 Florian Dold- moved MQ to util