-add reverse autoadd; with test
[oweals/gnunet.git] / src / core /
2016-09-28 Christian Grothoff-cleaning up implementation of typemap signalling
2016-09-26 Christian Grothofffix client init handling
2016-09-26 Christian Grothoffset flag to know that client did call init, thereby...
2016-09-26 Christian Grothoffinit connect map on connect
2016-09-20 Christian Grothoffconverting core service to new service API
2016-08-19 Christian Grothoff-fix ftbfs
2016-08-19 Christian Grothoff-fix ftbfs
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-05 Christian Grothoff-convert quota test to MQ API
2016-08-04 Christian Grothoff-fix core mq cancel operation, need to use discard...
2016-07-30 Christian Grothoffconvert another test to new API
2016-07-30 Christian Grothoffminor test cleanup
2016-07-30 Christian Grothoffremoving now unnecessary test
2016-07-30 Christian Grothoffadapting next test to new MQ API
2016-07-30 Christian Grothoffadapting next test to new MQ API
2016-07-30 Christian Grothoffstarting to convert core tests to new MQ API
2016-07-30 Christian Grothoffenable setting per-envelope or per-queue transmission...
2016-07-30 Christian Grothoffdraft of new core API MQ-based implementation
2016-07-30 Christian Grothoffconverting core tests to hello_get API
2016-07-29 Christian Grothoffstarting point for MQ-core API
2016-07-26 Christian Grothoff-unset flag after transmission
2016-07-26 Christian Grothoff-converting CORE service to new transport MQ API
2016-07-26 Christian Grothofffix testcase shutdown
2016-07-25 Christian Grothoff-preparatory steps for transport API change
2016-07-25 Christian Grothoff-preparations
2016-07-08 Christian Grothoff-fix cancellations in test
2016-07-08 Christian Grothoff-properly cancel offer_hello handlers
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-06-29 Christian Grothoffhacky fix for 4588
2016-06-29 Christian Grothoffhacky fix for cadet issues
2016-06-27 Christian Grothoff-fix queueing issue
2016-06-23 Christian Grothoffdo not crash for #4588
2016-06-23 Christian Grothoffconverting core monitor to MQ
2016-06-21 Christian Grothoffupdate statistics API to use new MQ API style, also...
2016-06-20 Christian Grothoff-tolerate init CB being NULL from the beginning
2016-06-19 Christian Grothoff-fix the fix
2016-06-19 Christian Grothoffavoid changing API for now
2016-06-19 Christian Grothoffrefactoring core API to use new MQ lib
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-27 David BarksdaleDon't match clients without handlers or callbacks
2015-10-30 Christian Grothoff-do check
2015-10-29 Christian Grothoffreplacing deprecated transport_try_connect call with...
2015-10-29 Christian Grothoff-preparations for replacement of try_connect call
2015-10-29 Christian Grothoffdistinguish PING failure after rekey from other failure...
2015-10-28 Sree Harsha Totakura-fix debug message
2015-10-28 Christian Grothoff-fix FTBFS
2015-10-28 Christian Grothofflog rekeying operation, do not log distracting garbage...
2015-10-26 Christian Grothoff-dox
2015-10-26 Christian Grothoff-better error reporting
2015-10-25 Christian Grothoff-randomize ps each time
2015-10-22 Christian Grothoff-simplify log, eliminates bogus warning and we didn...
2015-10-18 Christian Grothoff-we use 4 chars, not 8 for pIDs
2015-10-18 Christian Grothoff-mirror check on disconnect
2015-10-17 Christian Grothoff-ignores, indent
2015-10-17 Christian Grothoff-fix use after free
2015-10-16 Christian Grothoff-fix doxygen warnings
2015-10-08 Christian Grothoffredefining core message timeout semantics and core...
2015-10-08 Christian Grothoffuse constant for overdue warnings
2015-10-05 Christian Grothoffadding DEBUG logic for #3863
2015-08-03 Christian Grothoff-improve indentation, reduce duplication of PIDs in...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-03-23 Christian Grothoff-fix misc core issues
2015-03-20 Christian Grothofffix #3709: bound encrypted message queue
2015-03-08 Christian Grothofffinishing implementation of #3652
2015-03-08 Christian Grothoff-always assume at least MIN bandwidth, even if we got...
2015-03-08 Christian Grothoff-try to avoid being stuck with key sent/received if...
2015-03-01 Christian Grothoff-doxygen, comments, indentation
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-28 Christian Grothofffix #3688
2015-02-11 Christian Grothoff-improve logging
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-10 Bart PolotFixed inverting of same-priority bundled messages
2015-01-10 Bart Polot- include message size in log
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-16 Christian Grothoff-pass peer identity pointer to clients that will remain...
2014-12-13 Christian Grothoff-more logging in try_transmission
2014-12-13 Christian Grothoff-style fixes
2014-12-13 Christian Grothoff-split off MQ API into separate C file to reduce visibi...
2014-12-11 Christian Grothoffadding single location for no_forcestart configuration...
2014-12-11 Christian Grothoff-missing section
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-09-30 Christian Grothoff-doxygen, code cleanup
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-05-11 Andrew CannMinor bigfixes.
2014-05-09 Christian Grothoffonly notify clients about significant (>5s) timeout...
2014-05-07 Bart Polot- rename also contents of config files, update config...
2014-04-25 Christian Grothoff-indent, doxygen
2014-04-23 Christian Grothoff-fix (mostly harmless) use of uninitialized variable
2014-04-23 Christian Grothoff-dead now
2014-04-23 Christian Grothofffix #3348: send typemap confirmation messages, perform...
2014-04-23 Christian Grothoff-comments
2014-04-23 Christian Grothoff-comments
2014-04-23 Christian Grothoff-comments
2014-04-17 Christian Grothoff-rename file to match updated functionality
next