fix memory leak
[oweals/gnunet.git] / src / core / core_api.c
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-20 Bart PolotRefactor copying of handler arrays
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffremove legacy commented out code
2017-01-25 Christian Grothofffix leak
2017-01-22 Christian Grothofffix stray log calls that lagged the core-api prefix
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-09 Christian Grothofffix link issue
2017-01-09 Christian Grothoffrename new core API implementation to name of standard...
2017-01-09 Christian Grothoffremove legacy core api code (now dead)
2016-09-28 Christian Grothoff-cleaning up implementation of typemap signalling
2016-09-26 Christian Grothoffset flag to know that client did call init, thereby...
2016-09-20 Christian Grothoffconverting core service to new service API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-30 Christian Grothoffdraft of new core API MQ-based implementation
2016-07-29 Christian Grothoffstarting point for MQ-core API
2016-07-26 Christian Grothoff-converting CORE service to new transport MQ API
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
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-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-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-30 Christian Grothoff-do check
2015-10-16 Christian Grothoff-fix doxygen warnings
2015-10-08 Christian Grothoffredefining core message timeout semantics and core...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
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-split off MQ API into separate C file to reduce visibi...
2014-04-25 Christian Grothoff-indent, doxygen
2014-01-30 Christian Grothoff-towards fixing #3295 (core traffic prioritization)
2014-01-30 Christian Grothofftowards reviving priorities in core API, this time...
2013-12-08 Christian Grothoff-minor code cleanup and doxygen/style fixes
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-10-06 Florian DoldMQ for CORE
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting core, nse, testbed, ats-tool and peerinfo...
2013-08-23 Matthias Wachssafety checks for arguments
2013-08-21 Christian Grothoffremoving deprecated argument in 'init' callback of...
2013-08-21 Christian Grothoff-doxygen improvements
2013-03-21 Matthias Wachschange to core pai
2013-03-21 Matthias Wachsats related changes in core
2013-01-30 Sree Harsha Totakurafunction to synchronously check if a peer is connected...
2012-12-19 Bart Polot-do not permit queueing of messages that are too big
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-06-20 Matthias Wachs- typo
2012-06-20 Christian Grothoff-fixing #2434, plus some code cleanup
2012-06-18 Christian Grothoff-fixing #2431
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-06-09 Christian Grothoff-fix logging, revert to break instead of assert
2012-06-09 Christian Grothoff-logging
2012-06-09 Christian Grothoff-code simplification
2012-06-09 Christian Grothoff-zero out
2012-06-09 Christian Grothoff-fixing #2400
2012-06-09 Christian Grothoff-simplifying core API (#2400)
2012-05-10 Christian Grothoff-allow outbound monitoring of self-loop messages withou...
2012-05-09 Christian Grothoff-fix #2331
2012-05-09 Christian Grothoff-fixing #2332, plus some minor refactoring
2012-04-19 Christian Grothoff-remove ATS 0-termination in NotifyTrafficMessage ...
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-04-18 Christian Grothoff-fixing core traffic monitoring assertion, code cleanup
2012-04-13 Christian Grothoff-fixing outbound notifications in core API
2012-04-12 Christian Grothoff-fix docu
2011-12-30 Christian Grothoff-LRN: better size mismatch reports
2011-11-29 Christian Grothoff-fixing indentation
2011-11-24 Christian Grothoffprevent same message from being requested twice by...
2011-11-05 Christian GrothoffLRN: This is likely a typo. I caught it, because GNUNET...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-23 Christian Grothoffop
2011-10-23 Christian Grothoffbe more verbose
2011-10-22 Christian Grothoffreplacing 0-terminated atsi-array with array+length...
2011-10-22 Christian Grothoffremove unused options -- these bits were always set...
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-10 Christian Grothoffuse LOG macro in core_api.c
2011-10-10 Christian Grothoffanother core API simplification due to ATS introduction
2011-10-10 Christian Grothoffdead code elimination
2011-10-10 Christian Grothoffremove limit_outbound, DCE
2011-10-07 Christian Grothofffirst round of simplification to change preference API
2011-10-07 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-05 Christian Grothoffeliminate last calls to GNUNET_CORE_peer_request_connect
2011-09-11 Christian Grothoffallow handlers to be NULL
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-07-15 Christian Grothoffcleaner
2011-06-17 Christian Grothoffmore error checks
2011-06-07 Christian Grothofffix assertion failure on shutdown
2011-06-05 Christian Grothoffuse new transport API, minor core API change
2011-06-03 Christian Grothofffix
2011-06-01 Christian Grothofffix
2011-06-01 Christian Grothofffix
next