Don't shadow the system() function
[oweals/gnunet.git] / src / util / mq.c
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-17 Christian Grothoffexit loop once first handler is found
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-20 Christian Grothoff-doxygen and minor style fixes
2014-12-11 Christian Grothoff-indentation, doxygen, style
2014-11-27 Christian Grothoff-return const, do not mangle const input
2014-06-26 Florian Doldset parent queue to NULL before discarding envelopes...
2014-06-04 Florian Doldfix bug in mq destroy
2014-06-04 Christian Grothoff-better logging, doxygen, indentation
2014-05-17 Florian Doldadd missing cancel implementation for MQ
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