aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/Makefile.am
Commit message (Collapse)AuthorAge
* fix #4974: migrate conversation GST helpers to new MST APIChristian Grothoff2017-03-27
|
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* converting conversation to use new CADET APIChristian Grothoff2017-02-21
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* experimental gstreamer audiobackend (not working)hark2016-03-25
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -do not run tests if disabledChristian Grothoff2014-11-27
|
* build fix from Bertrand MarcChristian Grothoff2014-09-30
|
* There's no GNUNET_LDFLAGS, there's only GN_LIB_FLAGSLRN2014-08-01
| | | | | This fixes a number of build errors on W32, where -no-undefined is needed to link shared libraries, and -no-undefined comes via GN_LIB_FLAGS.
* Update all am filesBart Polot2014-05-07
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* Wrap opus in ogg containerLRN2014-01-17
|
* Add GStreamer-based implementation of conversation helpersLRN2014-01-08
|
* -fix build system issuesChristian Grothoff2013-12-23
|
* adding test for immediately rejected phone callChristian Grothoff2013-12-07
|
* -test two incoming calls at the same time, plus suspend/resumeChristian Grothoff2013-12-07
|
* -towards a real test for conversationChristian Grothoff2013-11-18
|
* -build fixChristian Grothoff2013-11-15
|
* -fix FTBFSChristian Grothoff2013-11-15
|
* -towards enabling call waiting in conversation -- creates FTBFSChristian Grothoff2013-11-15
|
* -only run tests if we actually had pulse/opusChristian Grothoff2013-11-14
|
* -getting rid of some warningsChristian Grothoff2013-10-30
|
* -moving namestore_common functions to gnsrecord libraryChristian Grothoff2013-10-16
|
* -add gnsrecord plugin for conversationChristian Grothoff2013-10-16
|
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
|
* - fix buildBart Polot2013-10-11
|
* -rename fest: new to defaultChristian Grothoff2013-10-05
|
* -fixes to build system, integrating conversation in non-experimental buildsChristian Grothoff2013-10-05
|
* -updated conversation command line toolChristian Grothoff2013-10-04
|
* -cloning gnunet-conversation.cChristian Grothoff2013-10-04
|
* -service skeletonChristian Grothoff2013-10-03
|
* -finishing first round of conversation phone API implementationChristian Grothoff2013-10-03
|
* -fix build issuesChristian Grothoff2013-10-02
|
* -tool to record and replay, to test microphone and speaker logicChristian Grothoff2013-10-02
|
* -implement speaker libraryChristian Grothoff2013-10-02
|
* -implement microphone libraryChristian Grothoff2013-10-02
|
* -split off microphone/speaker APIsChristian Grothoff2013-10-02
|
* -add configure tests for opus/pulseaudio for conversationChristian Grothoff2013-10-02
|
* -fixing misc FTBFS issuesChristian Grothoff2013-10-01
|
* Initial conversation (experimental) commitAndreas Fuchs2013-10-01