Commit graph

5435 commits

Author SHA1 Message Date
Ronan Abhamon
3dede7ccda fix(core): fix downloadFile method, returns bool instead of int! There is no reason to return -1 on error like a C function 2018-05-17 11:23:30 +02:00
Ghislain MARY
97085209ca Add callbacks to notify joining/leaving of a chat room. 2018-05-17 10:09:19 +02:00
Ronan Abhamon
42d9cee02d feat(PathsWindows): use a compilable code... 2018-05-16 17:04:42 +02:00
Benjamin Reis
603bd91bbb add linphone_core_enter_(back/fore)ground and (un)subscribe chat room event handler when needed 2018-05-16 16:50:34 +02:00
Ronan Abhamon
fa0374517f fix(core): add some casts on bool_t to bool (for windows warnings) 2018-05-16 15:11:17 +02:00
Ghislain MARY
ef002c77ef Fix some memory leaks. 2018-05-15 11:51:13 +02:00
Ghislain MARY
5d6fbe9e3c Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-14 16:07:29 +02:00
Ghislain MARY
51d5589edf Fix build with Clang 6.0. 2018-05-14 16:06:07 +02:00
Erwan Croze
243de0a617 Fixing leak in JNI 2018-05-14 15:02:54 +02:00
Ghislain MARY
579485228c Remove C strings and bctoolbox lists where possible in the sal. 2018-05-11 18:02:36 +02:00
Simon Morlat
bf187325f5 add ios platform helpers to fix issue with background tasks. 2018-05-11 12:14:17 +02:00
Benjamin Reis
c268421765 fix testers 2018-05-09 17:32:47 +02:00
Benjamin Reis
e4422ca7e6 Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-09 16:19:26 +02:00
Benjamin Reis
1572ef97ee fix send of notify multipart 2018-05-09 15:04:41 +02:00
Sylvain Berfini
1f5c297c22 Fixed rootca not being set if path is a directory + added default root ca path for Android 2018-05-09 12:48:22 +02:00
Sylvain Berfini
fa74398e9e Fixed call to Sal's set_tunnel which now is setTunnel 2018-05-09 12:22:04 +02:00
Ghislain MARY
baa4eebbe1 Use correct naming convention in sal API. 2018-05-07 17:47:41 +02:00
Ghislain MARY
4170acf9e6 Terminate client group chat rooms only when the call session reaches the released state. 2018-05-07 11:38:07 +02:00
Benjamin Reis
04bff71ae0 Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-05-07 11:12:25 +02:00
Benjamin Reis
1c1ad84638 fix testers 2018-05-07 10:33:27 +02:00
Ronan Abhamon
1cadac2187 fix(Proxy): remove useless affectation on linphone_nat_policy_ref return 2018-05-04 16:43:01 +02:00
Sylvain Berfini
db008cd32f Fixed tunnel compilation issues 2018-05-04 15:33:56 +02:00
Sylvain Berfini
36aa0bfd0e Added in LinphoneFactory method to create a TunnelConfig 2018-05-04 14:39:33 +02:00
Jehan Monnier
7af5d9664e add missing ref causing crash in Java when core is destroyed before Java account creator. 2018-04-30 16:48:40 +02:00
Ghislain MARY
6a4c4e979f Fix build with Xcode. 2018-04-30 14:06:02 +02:00
Sylvain Berfini
ebb36d6dd0 Added logs related to incoming message decryption process 2018-04-30 13:29:47 +02:00
Sylvain Berfini
0566b2b1fe Fixed LIME 2018-04-30 13:25:40 +02:00
Sylvain Berfini
8958c8ac7b Applied from master callback for next video frame decoded 2018-04-30 13:16:18 +02:00
Sylvain Berfini
ab06d51476 Do not crash in lime if either message or content type is NULL 2018-04-30 12:54:27 +02:00
Sylvain Berfini
d67eeda873 Applied snapshot taken callback changes from master 2018-04-30 12:52:53 +02:00
Simon Morlat
444ec1ac9a Rewrite commit a858005 from master branch (Don't unregister previous contact by default. It is causing troubles with +sip.instance) 2018-04-30 12:04:59 +02:00
Ronan Abhamon
a06c0cf3d7 fix(linphonecore): avoid many leaks when config is read 2018-04-27 14:37:21 +02:00
Ronan Abhamon
728574a549 fix(linphonecore): fix many leaks with bad libxml usage (use xmlFree doc instead of xmlFree) 2018-04-26 17:08:29 +02:00
Simon Morlat
f09e3cd136 fix double callback notification of EOP on LinphonePlayer 2018-04-26 16:52:42 +02:00
Ronan Abhamon
b537254c7b fix(localplayer): destroy correctly ms player 2018-04-26 14:34:52 +02:00
Ronan Abhamon
df0f8cfa9c fix(friendlist): avoid memory leaks in linphone_friend_list_find_friend_by_ref_key 2018-04-26 12:13:00 +02:00
Ghislain MARY
4223dbbc5a Fix memory leaks in IMDN handler. 2018-04-26 11:09:48 +02:00
Ghislain MARY
6a119f971f Do not notify message delivery if the core is being shut down. 2018-04-26 11:09:48 +02:00
Ronan Abhamon
ce2b853bae fix(Logging): free log handler, avoid memory leak 2018-04-25 17:19:06 +02:00
Ronan Abhamon
94abc31172 fix(logging): unref correctly in linphone_logging_service_unref 2018-04-25 16:25:21 +02:00
Ronan Abhamon
4958c62194 fix(linphonecore): avoid leaks when missing codecs are added 2018-04-25 16:18:04 +02:00
Sylvain Berfini
03520fcd52 Fixed group chat's Send File + Text message test 2018-04-24 18:11:20 +02:00
Ronan Abhamon
80e29dd7e6 fix(c-content): avoid many memory leaks 2018-04-24 14:52:35 +02:00
Ronan Abhamon
4b54286a72 fix(setup-tester): clean a lot of leaks in Setup 2018-04-24 12:21:53 +02:00
Sylvain Berfini
8f014cb061 Fixed issues with LIME v1 2018-04-24 12:21:53 +02:00
Simon Morlat
6df0a4223b remove useless include 2018-04-22 09:53:52 +02:00
Ghislain MARY
38c8ea534a Fix stack overflow. 2018-04-20 11:52:53 +02:00
Benjamin Reis
8efc6e412f Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription 2018-04-20 10:41:09 +02:00
Sylvain Berfini
e220d2ef80 Added a param to configure bellesip refresher retry after timeout value 2018-04-16 14:24:33 +02:00
Sylvain Berfini
7705ada695 Push notification allowed setting for proxy config wasn't correctly read from config file 2018-04-13 17:37:00 +02:00