- Feb 05, 2019
-
-
Mohamed Fenjiro authored
Change-Id: If4a8407b130950e150153ab9c2d072c51f2894a7
-
Andreas Traczyk authored
Change-Id: If627188657bf3f024ff7604e4de752e6cf9d83e0
-
- Feb 04, 2019
-
-
Change-Id: Id5fcca08b9ff0b3322aa71a1cbb7d7c8c1741fd9
-
- Jan 04, 2019
-
-
Removes refrences to project name in logs and comments where it doesn't matter whether or not the name is specified. Change-Id: I17f99390226929ee620bc479b203825389bb3d4d
-
- Dec 05, 2018
-
-
Sébastien Blin authored
Change-Id: I1ab42b470f75aa1291aaebd625bfa11984258080
-
- Nov 23, 2018
-
-
Removes the need to maintain the project name, version and source directory in the doxygen files. API and ABI versions should be in one place only. Change-Id: If26c7ac1166b519d0ceae91b3656b55c4601b52d Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Nov 19, 2018
-
-
Adds ability to retrieve the shm renderer info from a call id, in case the client is launched mid call (else it can't show the call). SinkClient now keeps track of its width and height. Change-Id: Ie43c196c60de5e22825fc71ff404e99bbfbe9402 Gitlab: #59 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Oct 30, 2018
-
-
There is currently no distinction between the "peer busy" and "we replied busy after timeout" states, since both end in the BUSY state. Add a new PEER_BUSY state allowing such a distinction: * PEER_BUSY is set when peer replied busy * BUSY is set when we replied busy to an incoming call Bump daemon API number to major 7.0.0 since this is breaking the current API. In fact, these changes should not break anything in any well implemented client because unknown states should be properly handled, but better check. Change-Id: Id83f6db3d4524a91951b9945797f5fd2c019ff2f Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Oct 13, 2018
-
-
Makes use of AVFrame's reference counting if possible instead of copying the data. Only bumps minor version because MediaFrame et al weren't in the ABI until now. Change-Id: I692e76230ed057c1ad4e46ab59ea5cfd163fb98d
-
- Sep 17, 2018
-
-
Philippe Gorley authored
Changes default visibility of symbols to hidden and makes only the API public. This patch aims to provide not only a stable API, but a stable ABI as well to any users of libring. This decreases the number of exported symbols significantly, benefitting dynamic linking time. Also decreases the chances of a symbol collision, and enables compiler optimizations. Bumps version to 6.0.0; clients must be recompiled. Change-Id: I5b639a6c0933af3021e40369b2e80d9a0b825e89
-
- Aug 16, 2018
-
-
Andreas Traczyk authored
- provides registerSignalHandlers to replace registerCallHandlers, registerConfHandlers, registerDataXferHandlers, registerPresHandlers, and registerVideoHandlers which are now deprecated and forward to registerSignalHandlers - this patch bumps the daemon API to 5.2.0 and is backwards compatible Change-Id: Ie9479610114a474b4748614988c3ea0156dce6a9 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Feb 28, 2018
-
-
Add a method for exporting the account's archive in a file. This patch updates configurationmanager interfaces and fix an error with exportOnDHT for nodejs. Change-Id: I9fdfcd20b66854ca768166e5198b8ae428192305 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Feb 19, 2018
-
-
Guillaume Roguez authored
GTK client uses D-Bus, so is unable to forward exceptions. This causes crashes of daemon (unhandled exception). This patch changes DataTransfer API to not throw (noexcept). This is an important changes, not backware compatible, so the API version has been modified consequently. Change-Id: I9f2a2fe1732b2622ace16225b6e792dc15383ba1 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Feb 12, 2018
-
-
Change-Id: I538d3a777380d8c8c55c0999705a957a522a4a86 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Jan 09, 2018
-
-
* CODING: Update wiki URLs and refresh content. * ChangeLog: Fix typo. * README: Likewise, and use HTTPS for URLs. * doc/README: Rephrase. * man/README.manpages: Fix typo. Change-Id: I9d320ae2e5bdfacc84293001f08abb442da35fb5 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Jan 05, 2018
-
-
Guillaume Roguez authored
First implementation of Reliable Data Transfer feature in Ring. This implementation is a draft, comes with a Python script tools/dringctrl/sendfile.py to play with and doesn't implement all the API as described into "datatransfer: API proposal" commit. This version uses TLS over TCP-TURN sockets to encrypt data. Transfers require a TURN server with TCP peer connections as described by the RFC-6062. Testing: Currently only sendFile API is implemented and data are saved into a temporary file saved in "/tmp/ring_XXXXXX", where XXXXXX are replace by mkstemp() command. Change-Id: I5b8f48432edd58df5046e368a99f58ea44046dcd Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Dec 04, 2017
-
-
Add a new placeCall API with possibility to gives call details. This permits to give information like media preferences before to start the call. This changes force a daemon API bump to 4.1.0 Change-Id: I95d3b5480e194ece4a3cdb03436b2e1625eae016 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Oct 05, 2017
-
-
Guillaume Roguez authored
Enable an usefull option to make easier documentation writting. Change-Id: I7d0ea254a913dab09548f17167d432d75de901e4 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- Jul 19, 2017
-
-
Specifies that the daemon is in version 4.0.0 and not Ring as a whole Change-Id: Idb2ee245d474516a3ef8c6f8b2d4ce14d26cbcbb Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Nov 07, 2016
-
-
Mathieu Lirzin authored
In GNU packages the '.mk' extension is commonly used for Makefile fragments. Moreover it allows Emacs to choose 'makefile-mode' automatically when opening it. Change-Id: Ia35e5471b6852226027f975395cd21834783674b Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Jun 06, 2016
-
-
aviau authored
- Rename D-Bus interface files according to the recommended scheme - Install D-Bus interface to $(datadir)/dbus-1/interfaces, as specified on the freedsektop website[1]. Installing interface files on the system will allow for compiling LRC without having to duplicate the D-Bus interface files. 1. https://dbus.freedesktop.org/doc/dbus-api-design.html#interface-files Change-Id: I687484aad2d1e4bb27553db76018ffb6efc52bbd Tuleap: #688
-
- Apr 08, 2016
-
- Apr 15, 2015
-
-
Guillaume Roguez authored
Refs #70866 Change-Id: I5a44c900090355388c16487b66f7d8214b3187ff
-
- Apr 14, 2015
-
-
Guillaume Roguez authored
Refs #70831 Change-Id: Ib6fce5c4b296c5c5c0e8881078d84b6445ac0307
-
- Apr 10, 2015
-
-
Guillaume Roguez authored
Refs #70605 Change-Id: I583b5e1e48e6df8e58b7a8fcabcf3ff42269d893
-
- Mar 27, 2015
-
-
Guillaume Roguez authored
Refs #68585 Change-Id: If4ebe9e07838c69bafcd5a57eefb770b11620b58
-
- Mar 20, 2015
-
-
Guillaume Roguez authored
Refs #68986 Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
-
- Apr 21, 2009
-
-
Emmanuel Milou authored
-
- Feb 02, 2009
-
-
Emmanuel Milou authored
-
- Apr 29, 2008
-
-
Emmanuel Milou authored
-
- Apr 21, 2008
-
-
Emmanuel Milou authored
-
- Apr 17, 2008
-
-
Emmanuel Milou authored
-
- Apr 15, 2008
-
-
Emmanuel Milou authored
-
- Apr 14, 2008
-
-
Emmanuel Milou authored
-
- Apr 07, 2008
-
-
Emmanuel Milou authored
-
- Mar 03, 2008
-
-
Emmanuel Milou authored
Website update + clean build system
-
Emmanuel Milou authored
Introduced by the video branch
-
- Feb 26, 2008
-
-
Benoit Grégoire authored
-
Benoit Grégoire authored
-
- Feb 25, 2008
-
-
Benoit Grégoire authored
-