aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api.c
Commit message (Collapse)AuthorAge
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* -converting API to use new CADET portsChristian Grothoff2016-08-11
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* misc fixesChristian Grothoff2016-07-06
|
* -use new connecT APIChristian Grothoff2016-06-19
|
* redefine GNUNET_MQ_queue_for_connection_client to capture client handleChristian Grothoff2016-06-19
|
* partial refactoring, will cause FTBFS, to be completed ASAPChristian Grothoff2016-06-18
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -allow caller ID to differ from zone used for resolutionChristian Grothoff2014-06-06
|
* addressing #3431Christian Grothoff2014-06-06
|
* -initialize cid in hangup messageChristian Grothoff2014-06-04
|
* -have default line, complain about missing options to logChristian Grothoff2014-06-02
|
* -perform mic/speaker operations before event callbacksChristian Grothoff2013-12-07
|
* -more debug messagesChristian Grothoff2013-11-16
|
* -avoid possible problem due to clean up during deeper recursion by making ↵Christian Grothoff2013-11-16
| | | | continuation asynchronous
* -doxygen, minor bug fixesChristian Grothoff2013-11-16
|
* -doxygen fixesChristian Grothoff2013-11-16
|
* -implementing missing resume/suspend functions for calleeChristian Grothoff2013-11-15
|
* -reworking connection to allow multiple waiting/active connections per lineChristian Grothoff2013-11-15
|
* -towards enabling call waiting in conversation -- creates FTBFSChristian Grothoff2013-11-15
|
* -doxygen fixesChristian Grothoff2013-10-18
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
|
* -fix eddsa api migrationChristian Grothoff2013-10-10
|
* -transmit termination reason also for caller hanging upChristian Grothoff2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* renaming GNUNET_CRYPTO_get_host_identity to GNUNET_CRYPTO_get_peer_identityChristian Grothoff2013-10-06
|
* -disable phone on reconnectChristian Grothoff2013-10-05
|
* -fix message typeChristian Grothoff2013-10-05
|
* -misc minor bugfixesChristian Grothoff2013-10-05
|
* -fix double freeChristian Grothoff2013-10-05
|
* -logging, autostartChristian Grothoff2013-10-05
|
* -add newlineChristian Grothoff2013-10-05
|
* -enable printing and parsing of conversation's PHONE recordsChristian Grothoff2013-10-05
|
* -rename fest: new to defaultChristian Grothoff2013-10-05
|
* -fix indentation, minor leaksChristian Grothoff2013-10-02
|
* -ensure external symbols have proper prefix for conversation serviceChristian Grothoff2013-10-02
|
* -adjust includes, add missing licensesChristian Grothoff2013-10-02
|
* -towards canonical header structure for conversationChristian Grothoff2013-10-02
|
* -fixing misc FTBFS issuesChristian Grothoff2013-10-01
|
* Initial conversation (experimental) commitAndreas Fuchs2013-10-01