Link libgnunetblockgroup to libgnunetblock
[oweals/gnunet.git] / src / conversation /
2017-02-22 Christian Grothoffremove support for reverse lookup and shortening from...
2017-02-21 Christian Grothofffix conversation issue to make tests pass again
2017-02-21 Christian Grothoffignore update
2017-02-21 Christian Grothoffconverting conversation to use new CADET API
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2016-12-16 Christian Grothoffadd PORT to NAT configuration, generate nat.conf from...
2016-11-22 lurchifix creation of PHONE records with gnunet-namestore
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-10-11 Christian Grothoffconverting conversation to new service API
2016-09-11 Christian Grothofffix and report version check
2016-08-26 Christian Grothoff-fix possible NPE
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-11 Christian Grothoff-converting API to use new CADET ports
2016-07-20 Bart Polot- fix CADET-using services
2016-07-09 Christian Grothoffpack network structs
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-06-27 Christian Grothoffhandle failures more gracefully in test
2016-06-19 Christian Grothoff-use new connecT API
2016-06-19 Christian Grothoffredefine GNUNET_MQ_queue_for_connection_client to captu...
2016-06-18 Christian Grothoff-indentation and comments
2016-06-18 Christian Grothoffconvert conversation_api_call.c
2016-06-18 Christian Grothoffpartial refactoring, will cause FTBFS, to be completed...
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-04-09 Christian Grothoffadd copyright headers, fix includes
2016-03-25 harkexperimental gstreamer audiobackend (not working)
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-28 Christian Grothoff-fix indent
2015-06-28 Christian Grothoff-fix indent
2015-06-03 Sree Harsha Totakura-use defined name
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-16 Christian Grothofffix #3611
2015-01-16 Christian Grothofffix assertion violation if active call is cancelled
2015-01-16 Christian Grothoff-no hash
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-23 David BarksdaleRemove work-around for bad NULL definition
2014-12-16 Christian Grothoff-no nse
2014-12-10 Christian Grothoffmoving away from DEFAULTSERVICES to per-section FORCEST...
2014-11-27 Christian Grothoff-do not run tests if disabled
2014-10-05 Christian Grothoff-fix use-after-free in error handling
2014-09-30 Christian Grothoffbuild fix from Bertrand Marc
2014-08-01 LRNThere's no GNUNET_LDFLAGS, there's only GN_LIB_FLAGS
2014-06-17 Christian Grothoff-check return value
2014-06-17 Christian Grothoff-mark return value as intentionally ignored
2014-06-17 Christian Grothoff-check return value
2014-06-17 Christian Grothoff-add missing break
2014-06-06 Christian Grothoff-allow caller ID to differ from zone used for resolution
2014-06-06 Christian Grothoffaddressing #3431
2014-06-04 Christian Grothoff-initialize cid in hangup message
2014-06-04 Christian Grothoff-nicer logs
2014-06-04 Christian Grothoff-better logging
2014-06-02 Christian Grothoff-doxygen, indentation
2014-06-02 Christian Grothoff-have default line, complain about missing options...
2014-05-07 Bart PolotUpdate all am files
2014-05-07 Bart PolotRename mesh->cadet
2014-04-07 Bart Polot- use new hash name
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-31 Sree Harsha TotakuraRevert #32132.
2014-01-31 Sree Harsha TotakuraFix #3294: Decrement call number when the call is cance...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-30 Christian Grothoff-fix #3285
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2014-01-17 LRNAdd hostname to conversation config
2014-01-17 LRNWrap opus in ogg container
2014-01-13 LRNDon't transmit partial packets
2014-01-08 LRNAdd GStreamer-based implementation of conversation...
2014-01-08 LRNAdd console hackery for gnunet-conversation on W32
2013-12-25 Christian Grothoffspecify proper access control rules for conversation...
2013-12-24 Christian Grothoff-remove trailing whitespace
2013-12-23 Christian Grothoff-fix build system issues
2013-12-22 Christian Grothoff-handle new error code from enum
2013-12-22 Sree Harsha Totakura- fix #3217
2013-12-20 Sree Harsha Totakura- fix overlooked `;' after `if'
2013-12-20 Christian Grothoff-this should fix #3228 (communicate conversation/reconn...
2013-12-20 Sree Harsha Totakura- do not send a PHONE_HANG_UP message while terminating...
2013-12-20 Sree Harsha Totakura- hint about /help
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- handle logging clutter properly
2013-12-16 Sree Harsha Totakura- reset counters to continue the resumed call
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 Christian Grothoff-fix hostlist warning from #3206
2013-12-12 Sree Harsha Totakura- decrease timeout
2013-12-12 Sree Harsha Totakura- fixed missing call to call server_done in server...
2013-12-12 Sree Harsha Totakura- fix testcase crash; debug code added
2013-12-12 Sree Harsha Totakura- fix #3203
2013-12-08 Christian Grothoff-style fixes
2013-12-08 Christian Grothoff-rename enum MeshOption to GNUNET_MESH_ChannelOption...
2013-12-07 Christian Grothoffadding test for immediately rejected phone call
2013-12-07 Christian Grothoff-test two incoming calls at the same time, plus suspend...
2013-12-07 Christian Grothoff-perform mic/speaker operations before event callbacks
2013-12-06 Sree Harsha Totakuraconfigure option --disable-autostart to disable auto...
next