error handling
[oweals/gnunet.git] / src / core / core_api.c
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-06-25 t3sseraktMerge branch 'master' into cadet_option
2019-06-22 xrsMerge branch 'master' of ssh://git.gnunet.org/gnunet
2019-06-19 Christian Grothofffix compiler warnings about unused args
2019-05-04 Christian Grothoffsimplify MQ logic to always carry the same kinds of...
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
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-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-22 Christian Grothofffix stray log calls that lagged the core-api prefix
2017-01-20 Schanzenbach, Martin- merge; service API change
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_
next