- 03 Jan, 2020 1 commit
-
-
Adrien Béraud authored
Change-Id: I28f193813ad72ee5936ef0be7f252c40c3b748ee
-
- 05 Feb, 2019 2 commits
-
-
Mohamed Fenjiro authored
Change-Id: If4a8407b130950e150153ab9c2d072c51f2894a7
-
Andreas Traczyk authored
Change-Id: If627188657bf3f024ff7604e4de752e6cf9d83e0
-
- 04 Feb, 2019 1 commit
-
-
Andreas Traczyk authored
Change-Id: Id5fcca08b9ff0b3322aa71a1cbb7d7c8c1741fd9
-
- 04 Jan, 2019 1 commit
-
-
Philippe Gorley authored
Removes refrences to project name in logs and comments where it doesn't matter whether or not the name is specified. Change-Id: I17f99390226929ee620bc479b203825389bb3d4d
-
- 05 Dec, 2018 1 commit
-
-
Sébastien Blin authored
Change-Id: I1ab42b470f75aa1291aaebd625bfa11984258080
-
- 23 Nov, 2018 1 commit
-
-
Philippe Gorley authored
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>
-
- 19 Nov, 2018 1 commit
-
-
Philippe Gorley authored
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: #59Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 30 Oct, 2018 1 commit
-
-
Hugo Lefeuvre authored
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>
-
- 13 Oct, 2018 1 commit
-
-
Philippe Gorley authored
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
-
- 17 Sep, 2018 1 commit
-
-
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
-
- 16 Aug, 2018 1 commit
-
-
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>
-
- 28 Feb, 2018 1 commit
-
-
Sébastien Blin authored
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>
-
- 19 Feb, 2018 1 commit
-
-
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>
-
- 12 Feb, 2018 1 commit
-
-
Adrien Béraud authored
Change-Id: I538d3a777380d8c8c55c0999705a957a522a4a86 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 09 Jan, 2018 1 commit
-
-
Maxim Cournoyer authored
* 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>
-
- 05 Jan, 2018 1 commit
-
-
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>
-
- 04 Dec, 2017 1 commit
-
-
Nicolas Jager authored
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>
-
- 05 Oct, 2017 1 commit
-
-
Guillaume Roguez authored
Enable an usefull option to make easier documentation writting. Change-Id: I7d0ea254a913dab09548f17167d432d75de901e4 Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
-
- 19 Jul, 2017 1 commit
-
-
Philippe Gorley authored
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>
-
- 07 Nov, 2016 1 commit
-
-
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>
-
- 06 Jun, 2016 1 commit
-
-
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
-
- 08 Apr, 2016 1 commit
-
- 15 Apr, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #70866 Change-Id: I5a44c900090355388c16487b66f7d8214b3187ff
-
- 14 Apr, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #70831 Change-Id: Ib6fce5c4b296c5c5c0e8881078d84b6445ac0307
-
- 10 Apr, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #70605 Change-Id: I583b5e1e48e6df8e58b7a8fcabcf3ff42269d893
-
- 27 Mar, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #68585 Change-Id: If4ebe9e07838c69bafcd5a57eefb770b11620b58
-
- 20 Mar, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #68986 Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
-
- 21 Apr, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 02 Feb, 2009 1 commit
-
-
Emmanuel Milou authored
-
- 29 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 21 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 17 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 15 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 14 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 07 Apr, 2008 1 commit
-
-
Emmanuel Milou authored
-
- 03 Mar, 2008 2 commits
-
-
Emmanuel Milou authored
Website update + clean build system
-
Emmanuel Milou authored
Introduced by the video branch
-
- 26 Feb, 2008 2 commits
-
-
Benoit Grégoire authored
-
Benoit Grégoire authored
-