- dump client info on request
[oweals/gnunet.git] / src / conversation /
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...
2013-12-06 Bart Polot- fixed compile warning
2013-12-05 Christian Grothoff-fix #3157
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-do not crash on exit, even if mesh died
2013-11-19 Christian Grothoff-fix
2013-11-19 Christian Grothoff-fix test
2013-11-19 Christian Grothoff-cleaner callback sequencing
2013-11-18 Christian Grothoff-document test
2013-11-18 Christian Grothoff-expanding conversation test
2013-11-18 Christian Grothoff-towards a real test for conversation
2013-11-16 Christian Grothoff-more debug messages
2013-11-16 Christian Grothoff-fix shutdown
2013-11-16 Christian Grothoff-fix missing endianess conversions
2013-11-16 Christian Grothoff-clean up during shutdown
2013-11-16 Christian Grothoff-fix
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-avoid possible problem due to clean up during deeper...
2013-11-16 Christian Grothoff-remove GNUNET_MQ_impl_send_commit, make it part of...
2013-11-16 Christian Grothoff-doxygen, minor bug fixes
2013-11-16 Christian Grothoff-doxygen fixes
2013-11-15 Christian Grothoff-build fix
2013-11-15 Christian Grothoff-completing API implementation
2013-11-15 Christian Grothoff-implementing missing resume/suspend functions for...
2013-11-15 Christian Grothoff-updating gnunet-conversation to match current API
2013-11-15 Christian Grothoff-reworking connection to allow multiple waiting/active...
2013-11-15 Christian Grothoff-fix FTBFS
2013-11-15 Christian Grothoff-towards enabling call waiting in conversation -- creat...
2013-11-14 Bart PolotUse encrypted MESH by default
next