ignore in lint/
[oweals/gnunet.git] / src / conversation / gnunet-service-conversation.c
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-08-09 Schanzenbach, MartinMerge branch 'gsoc2018/rest_api'
2018-08-09 Christian Grothoffmerge
2018-08-09 Christian Grothoffchange CADET channel destroy API to not call the callba...
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-06 Christian Grothofffix misc compiler warnings
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2017-04-21 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-04-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-04-11 Christian Grothofffix #4985
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothoffrenaming CADET APIs to match naming conventions again...
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothofffix double-free
2017-02-21 Christian Grothofffix conversation issue to make tests pass again
2017-02-21 Christian Grothoffconverting conversation to use new CADET API
2016-10-11 Christian Grothoffconverting conversation to new service API
2016-08-26 Christian Grothoff-fix possible NPE
2016-08-11 Christian Grothoff-converting API to use new CADET ports
2016-07-20 Bart Polot- fix CADET-using services
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoffmisc fixes
2016-07-05 Christian Grothofffix type -- caught by new MQ logic
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-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-23 David BarksdaleRemove work-around for bad NULL definition
2014-10-05 Christian Grothoff-fix use-after-free in error handling
2014-06-17 Christian Grothoff-check return value
2014-06-04 Christian Grothoff-nicer logs
2014-06-04 Christian Grothoff-better logging
2014-05-07 Bart PolotRename mesh->cadet
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-12-20 Sree Harsha Totakura- call MESH_channel_done() after successfully handling...
2013-12-16 Sree Harsha Totakura- call GNUNET_SERVER_receive_done() when returning...
2013-12-16 Sree Harsha Totakura- extend mesh audio messag to contain source line numbe...
2013-12-16 Sree Harsha Totakura- debug
2013-12-12 Sree Harsha Totakura- fixed missing call to call server_done in server...
2013-12-08 Christian Grothoff-rename enum MeshOption to GNUNET_MESH_ChannelOption...
2013-12-06 Bart Polot- fixed compile warning
2013-12-05 Bart Polot- change mesh channel creation/notification API
2013-11-27 Bart Polot- fix line for client audio retransmission
2013-11-27 Bart Polot- remember caller source
2013-11-27 Bart Polot- log
2013-11-19 Christian Grothoff-fix
2013-11-16 Christian Grothoff-more debug messages
2013-11-16 Christian Grothoff-fix missing endianess conversions
2013-11-16 Christian Grothoff-clean up during shutdown
2013-11-16 Christian Grothoff-do not send done after destroying channel
2013-11-16 Christian Grothoff-avoid use after free
2013-11-16 Christian Grothoff-doxygen, minor bug fixes
2013-11-15 Christian Grothoff-reworking connection to allow multiple waiting/active...
2013-11-15 Christian Grothoff-fix FTBFS
2013-11-14 Bart PolotUse encrypted MESH by default
2013-11-10 David BarksdaleFix incompatability with musl libc.
2013-10-10 Christian Grothoff-fix eddsa api migration
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-06 Christian Grothoffrenaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYP...
2013-10-05 Christian Grothoff-doxygen
2013-10-05 Christian Grothoff-fix double-free, clarify API
2013-10-05 Christian Grothoff-detect tunnel creation error
2013-10-05 Christian Grothoff-fix mesh tunnel destruction
2013-10-05 Christian Grothoff-update to reflect mesh API change
2013-10-05 Christian Grothoff-fix double frees
2013-10-05 Christian Grothoff-fix message type
2013-10-05 Christian Grothoff-fix message type
2013-10-05 Christian Grothoff-misc minor bugfixes
2013-10-05 Christian Grothoff-rename fest: new to default
2013-10-02 Christian Grothoff-fix logging
2013-10-02 Christian Grothoff-ensure external symbols have proper prefix for convers...
2013-10-02 Christian Grothoff-adjust includes, add missing licenses
2013-10-02 Christian Grothoff-towards canonical header structure for conversation
2013-10-01 Christian Grothoff-spell param(eter) correctly
2013-10-01 Christian Grothoff-fixing misc FTBFS issues
2013-10-01 Andreas FuchsInitial conversation (experimental) commit