- 08 Sep, 2015 1 commit
-
-
Sylvain Berfini authored
-
- 07 Sep, 2015 1 commit
-
-
Gautier Pelloux-Prayer authored
-
- 04 Sep, 2015 1 commit
-
-
Simon Morlat authored
-
- 03 Sep, 2015 4 commits
-
-
Simon Morlat authored
fix bugs in Paused state management. It was possible to transition from Paused to PausedByRemote, which actually breaks the Paused state, and eventually allows the pauser to be resumed by the paused.
-
Simon Morlat authored
Almost working except one test.
-
Simon Morlat authored
Revert "chat: fix crash when receiving message status notification AFTER having deleted the chat room" This reverts commit 08e923a4. This commit breaks compilation.
-
Gautier Pelloux-Prayer authored
-
- 10 Aug, 2015 1 commit
-
-
Simon Morlat authored
Fix an fopen(NULL) reported by valgrind.
-
- 31 Jul, 2015 1 commit
-
-
Sylvain Berfini authored
-
- 29 Jul, 2015 4 commits
-
-
Ghislain MARY authored
-
François Grisez authored
-
jehan authored
Clear pending tcp/tls address of record in case of network change. Very useful for legacy SIP server with no sip instance support and limited number of air.
-
Gautier Pelloux-Prayer authored
proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h
-
- 22 Jul, 2015 1 commit
-
-
François Grisez authored
That fix a performance issue when typing a message. The sqlite database was accessed each time a character was typed in order to mark all preceeding messages as read. That was done even if all message was marked as read. This patch add cache for unread messages count. Then, the count is only carried out at the first call of linphone_chat_room_get_unread_messages_count(). This function is used in linphone_chat_room_mark_as_read() to prevent database from being accessed if all messages are already marked as read.
-
- 20 Jul, 2015 1 commit
-
-
Ghislain MARY authored
-
- 07 Jul, 2015 1 commit
-
-
François Grisez authored
-
- 03 Jul, 2015 2 commits
-
-
Ghislain MARY authored
-
Gautier Pelloux-Prayer authored
-
- 30 Jun, 2015 1 commit
-
-
François Grisez authored
-
- 26 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 24 Jun, 2015 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
- 18 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 09 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 08 Jun, 2015 3 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
- Handle XML-RPC request returning a string response - Allow creating a request adding the arguments one at a time (useful for automatically generated wrappers where variable args functions can be an issue)
-
Ghislain MARY authored
-
- 05 Jun, 2015 2 commits
-
-
Ghislain MARY authored
-
Simon Morlat authored
-
- 03 Jun, 2015 1 commit
-
-
Ghislain MARY authored
- Handle XML-RPC request returning a string response - Allow creating a request adding the arguments one at a time (useful for automatically generated wrappers where variable args functions can be an issue)
-
- 02 Jun, 2015 1 commit
-
-
Ghislain MARY authored
-
- 01 Jun, 2015 1 commit
-
-
jehan authored
-
- 13 May, 2015 1 commit
-
-
jehan authored
-
- 01 May, 2015 1 commit
-
-
Simon Morlat authored
take local ip address for media each time a reINVITE is done, to take into account possible network changes. remove sig_localip from LinphoneCall, that appears to be useless
-
- 30 Apr, 2015 1 commit
-
-
Gautier Pelloux-Prayer authored
-
- 17 Apr, 2015 2 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
- 14 Apr, 2015 1 commit
-
-
Margaux Clerc authored
-
- 10 Apr, 2015 1 commit
-
-
Ghislain MARY authored
-
- 03 Apr, 2015 1 commit
-
-
jehan authored
-