Commit graph

4188 commits

Author SHA1 Message Date
Sylvain Berfini
7bd469baa0 Fix some JNI unref methods' name 2016-07-22 17:32:12 +02:00
Ghislain MARY
f206446804 Add definition of function to know if VCard support is builtin. 2016-07-22 17:23:03 +02:00
Ghislain MARY
97fbbf32e2 Add function to know if VCard support is builtin + fix line endings of vcard source files. 2016-07-22 17:22:08 +02:00
Ghislain MARY
8903f5888a Fix errors in vcard API. 2016-07-22 17:21:21 +02:00
Sylvain Berfini
eb17eca54a Added JNI methods for LinphoneXmlRpc stack 2016-07-22 16:27:55 +02:00
Ghislain MARY
20b66a100f Enable IPv6 by default on all platforms (it was only enabled on iOS). 2016-07-22 11:24:28 +02:00
Ghislain MARY
f77a2ada0a Fix definition and usage of LIBLINPHONE_GIT_VERSION. 2016-07-22 11:06:17 +02:00
Ghislain MARY
78cb7617e2 Handle IPv6 for ICE and TURN. 2016-07-21 16:39:30 +02:00
Sylvain Berfini
442cd8b9db Added getter/setter for familly/given names in vCards 2016-07-21 16:24:23 +02:00
Ghislain MARY
1ec714cc96 Fix build with Visual Studio. 2016-07-20 09:58:06 +02:00
Sylvain Berfini
a5008f43bf Real fix for needsEchoCalibration JNI method 2016-07-19 15:29:20 +02:00
Ghislain MARY
f7a8db5e0f Do not access the fd field of the bctbx_file_t as it may not be set by some vfs implementation. Furthermore if the file fails to open bctbx_file_open returns NULL and so accessing the fd field will result in a crash. 2016-07-19 13:16:19 +02:00
Sylvain Berfini
8a99057d8d Fixed needsEchoCalibration JNI method 2016-07-19 12:50:17 +02:00
Ghislain MARY
472befa723 Fix vfs header name. 2016-07-19 12:23:17 +02:00
Gautier Pelloux-Prayer
dce962bf58 fix leaks 2016-07-19 12:20:24 +02:00
Sylvain Berfini
554635c53b Fix crash when downloading chat message encrypted with lime using file body handler 2016-07-15 17:03:16 +02:00
Sylvain Berfini
d3e8feeb60 JNI wrapper for lime methods 2016-07-15 11:42:04 +02:00
Ghislain MARY
5dc6c5cb10 Add API and config parameter to enable/disable DNS search. 2016-07-13 13:45:05 +02:00
Sylvain Berfini
489c03a89c Fix issue with trim function 2016-07-11 15:22:07 +02:00
Ghislain MARY
eb27b8d930 Add comment about non-existing _LinphoneConference struct. 2016-07-11 10:00:13 +02:00
Ghislain MARY
c979886e1f Add NAT policy JNI wrapper. 2016-07-08 16:43:32 +02:00
Ghislain MARY
2e475b0bcd Use bctbx_list_t instead of MSList in JNI. 2016-07-08 16:42:56 +02:00
Sandrine Avakian
a164602fa7 Fixing error in bug fiex AES. 2016-07-08 15:07:17 +02:00
Sandrine Avakian
3180a3fdfb Big AES patch 2016-07-08 11:50:51 +02:00
Erwan Croze
9d99aa7c00 Fix previous commit 2016-07-05 10:08:12 +02:00
Erwan Croze
1260c18640 Cast size_t to int in ms_error 2016-07-04 17:31:36 +02:00
Ghislain MARY
300c8b8737 Fix build for Windows 10. 2016-07-04 15:20:13 +02:00
Sylvain Berfini
c8ae29742a Moved and renamed some vcard methods for python wrapper 2016-07-01 10:56:51 +02:00
Sylvain Berfini
ae708bdd8c vCard context has to work even without vCard support for fetching friend from db... 2016-06-29 17:00:11 +02:00
Sylvain Berfini
1590b294ad Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
Sylvain Berfini
a3b3867a6c More leaks fixed 2016-06-29 15:46:52 +02:00
Sylvain Berfini
ae313e7020 Fix some memory leaks 2016-06-29 14:47:49 +02:00
Sylvain Berfini
2e086ee415 Fix iconv conversion from UTF8 to UTF8 on Android and possibly others 2016-06-28 16:27:21 +02:00
Sylvain Berfini
31dac3af4a Enabled back VFS 2016-06-28 14:18:14 +02:00
Sylvain Berfini
d1f2b1d28f Fixed invalid read(s) in vcard.cc 2016-06-28 11:05:39 +02:00
Simon Morlat
c163b1a492 fix potential crash in lp_config_sync.c 2016-06-28 10:37:41 +02:00
Sylvain Berfini
0f77c4518c Clean some lost localRefs to prevent overflow 2016-06-27 16:35:16 +02:00
Sylvain Berfini
0dfe68b2c5 Fix issue in chatdb unlink in tester + use delete instead of free 2016-06-27 15:34:09 +02:00
Sylvain Berfini
fc109e215c Get rid of BelCardParser instance 2016-06-27 15:08:58 +02:00
Simon Morlat
755c21328c add missing export for windows, as this function is used in tester library 2016-06-27 11:58:04 +02:00
Ghislain MARY
3c0a4e15c3 Do not use deprecated ms_list_remove() function. 2016-06-27 09:30:16 +02:00
Gautier Pelloux-Prayer
1ddaac2499 ios: fix build of tools/tester binaries 2016-06-24 16:09:38 +02:00
Ghislain MARY
01506f4fca Do not defer call update for ICE candidates gathering when the ICE session returned that gathering is not needed. 2016-06-24 15:03:54 +02:00
Ghislain MARY
7cf7f503cf Fix build on bb10 (however iconv is now not used on bb10, so let's hope they are using UTF-8 locales). 2016-06-24 14:07:14 +02:00
Jehan Monnier
142d465862 add lime stubbed functions 2016-06-23 16:25:41 +02:00
Jehan Monnier
7bce4836c8 Merge branch 'master' of git.linphone.org:linphone 2016-06-23 14:15:46 +02:00
Jehan Monnier
144743535d Merge remote-tracking branch 'origin/3.10.x' 2016-06-23 14:15:38 +02:00
Ghislain MARY
103f7a6078 Do not include dependencies in the link interface when building a shared library. 2016-06-23 13:25:11 +02:00
Gautier Pelloux-Prayer
747209c613 tester: fix compilation on iOS 2016-06-22 16:23:38 +02:00
Ghislain MARY
01919efecc Fix crash in ICE when the tunnel is activated. 2016-06-22 15:37:27 +02:00