- 29 Jul, 2015 9 commits
-
-
Ghislain MARY authored
-
François Grisez authored
-
François Grisez authored
-
François Grisez authored
-
Ghislain MARY 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
-
Gautier Pelloux-Prayer authored
-
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
-
- 28 Jul, 2015 3 commits
-
-
Ghislain MARY authored
-
Gautier Pelloux-Prayer authored
lpconfig.c: use lp_realpath stub beacuse windows does not support/implement realpath and use proper string allocator
-
Gautier Pelloux-Prayer authored
-
- 24 Jul, 2015 7 commits
-
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Simon Morlat authored
-
Simon Morlat authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
- 23 Jul, 2015 2 commits
- 22 Jul, 2015 3 commits
-
-
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.
-
Ghislain MARY authored
-
jehan authored
-
- 21 Jul, 2015 4 commits
-
-
Gautier Pelloux-Prayer authored
-
François Grisez authored
This prevented user to close the preview window and caused a freeze in the audio wizard
-
Margaux Clerc authored
-
Sylvain Berfini authored
-
- 20 Jul, 2015 10 commits
-
-
François Grisez authored
This feature cannot be implemented because gdk_cursor_get_cursor_type() is unavailable
-
jehan authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Ghislain MARY authored
-
François Grisez authored
It didn't use anymore the default proxy config to interpret urls without domain name. For instance, NULL was returned when passing "pauline" as parameter even if a default proxy config had been declared. An assert has also been added in "QualityReporting/Call term session report not sent if call did not start" to handle the case when linphone_core_invite() return NULL
-
Ghislain MARY authored
-
Ghislain MARY authored
-
Simon Morlat authored
-
- 19 Jul, 2015 2 commits
-
-
François Grisez authored
-
Simon Morlat authored
-