Commit graph

3882 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
67738ec43e doxygen.dox: add plugin doc on ios 2016-03-14 14:59:52 +01:00
Ghislain MARY
04d03365f2 Do not version shared libraries on Android. 2016-03-14 14:48:43 +01:00
Jehan Monnier
b7020d452e fix memory leak in event test suite 2016-03-11 17:46:26 +01:00
Ghislain MARY
9b28a0d1b5 Fix compilation for Android. 2016-03-11 17:46:33 +01:00
Ghislain MARY
0e996357d7 Handle compilation for Android with CMake. 2016-03-11 17:03:35 +01:00
Guillaume BIENKOWSKI
eb4d6244c3 Remove debug traces.. 2016-03-11 13:14:11 +01:00
Jehan Monnier
966c7caa2d -fix many memory leak
-unsubscribe in linphone_core_uninit
2016-03-10 18:58:44 +01:00
Ghislain MARY
5baf4362f0 Fix some depreciation warnings. 2016-03-10 17:57:27 +01:00
Ghislain MARY
f7ae768d3e Fix memory leak in log collection. 2016-03-10 16:26:54 +01:00
Guillaume BIENKOWSKI
d0a4a30f80 Don't use isLocalRef for the JNI: there's always a local ref 2016-03-10 12:04:46 +01:00
Guillaume BIENKOWSKI
33d02aadb8 Iterate over all friend lists when notifying presence 2016-03-10 12:03:45 +01:00
Ghislain MARY
298ad5731c Fix reference handling of presence list events. 2016-03-10 11:57:24 +01:00
Ghislain MARY
95f1c32332 Do not add -std=c++11 option for Visual Studio. 2016-03-10 11:57:02 +01:00
Ghislain MARY
f7abf57253 Fix some memory leaks. 2016-03-09 18:14:02 +01:00
Sylvain Berfini
b88693f4f4 Fix contacts migration from rc to db 2016-03-09 17:04:59 +01:00
Gautier Pelloux-Prayer
0feee4b5bb proxy.c: do not normalize phone number in linphone_proxy_config_normalize_sip_uri 2016-03-09 17:03:11 +01:00
Ghislain MARY
7cfbbda323 Fix Python module automatic wrapper generation. 2016-03-09 12:13:41 +01:00
Sylvain Berfini
5b869f8d48 Fix friends load issue when not using database 2016-03-09 09:35:07 +01:00
Jehan Monnier
f90be596c3 Partially fix initial subscribe no longer working. Still need to rework friends file storage which is no longer available when compile with FRIENDS_SQL_STORAGE_ENABLED 2016-03-09 09:09:20 +01:00
Ghislain MARY
ae1255a4be ICE working without stun server. 2016-03-08 17:30:20 +01:00
Simon Morlat
977584489d fix compilation errors in jni 2016-03-08 11:57:02 +01:00
Gautier Pelloux-Prayer
a2ded09c90 headers: export some symbols for windows 2016-03-08 11:01:15 +01:00
Gautier Pelloux-Prayer
808a826c0f sal: fix sal_reason_to_sip_code prototype (returns int, not SalReason) 2016-03-07 14:25:46 +01:00
Ghislain MARY
934089d0a2 Fix compilation. 2016-03-07 10:45:30 +01:00
Simon Morlat
6f18af09e5 fix crash 2016-03-06 21:32:58 +01:00
Simon Morlat
34a1e616b2 implement ice mode where the c= line is left to host candidate instead of stun (this is useful to interoperate with non-ice servers).
also, start to enable the use of ice without stun, though it is not working yet because of internal problems in the ice session.
2016-03-04 22:58:43 +01:00
Simon Morlat
3644599159 fix big bug breaking all peer to peer presence 2016-03-04 22:58:43 +01:00
Gautier Pelloux-Prayer
86c9e529b7 Makefile.am: fix vcard compilation 2016-03-04 15:07:05 +01:00
Sylvain Berfini
e2aeb4b9b2 Fixed last issue with cmake build on MacOSX when targeting < 10.9 2016-03-04 15:06:06 +01:00
Sylvain Berfini
fbff58c0da Fix typo in fix for MacOSX 2016-03-04 11:59:26 +01:00
Sylvain Berfini
72be524f01 This should fix compilation on MacOSX 2016-03-04 10:41:56 +01:00
Sylvain Berfini
d332a83ef0 Removed need for polarssl in vcard.cc, use bctoolbox instead 2016-03-04 10:29:06 +01:00
Sylvain Berfini
e7eaaf56d2 Small improvement in friend migration + removed useless code in gtk app 2016-03-03 16:55:02 +01:00
Sylvain Berfini
2628dfc358 Improved friend migration from rc to db 2016-03-03 16:51:14 +01:00
Sylvain Berfini
6654e66e92 Merge branch 'dev_vcard' 2016-03-03 13:33:55 +01:00
Simon Morlat
f1c86b868b fix compilation problem
set register_when_network_is_up to default value (1).
2016-03-02 22:10:11 +01:00
Sylvain Berfini
874587e335 Merge branch 'master' into dev_vcard
Conflicts:
	tester/Makefile.am
2016-03-02 16:27:35 +01:00
Ghislain MARY
cc8565574f Find tester component of bctoolbox for tester build + do not use object library. 2016-03-02 13:51:20 +01:00
Sylvain Berfini
5cd1775ed3 Merge branch 'master' into dev_vcard
Conflicts:
	tester/Makefile.am
2016-03-02 10:41:24 +01:00
Simon Morlat
5587e26246 respond 481 when dialog cannot be created. 2016-03-01 17:01:34 +01:00
Ghislain MARY
9a49fd6b31 Add warning when log collection upload fails. 2016-03-01 10:33:10 +01:00
Simon Morlat
4644ade096 fix regression in some tests not wanting to register within linphone_core_manager_new(), due to register going out while stun resolution is in progress. 2016-02-29 22:00:27 +01:00
Gautier Pelloux-Prayer
7d1ef8829c sal_impl.c: fix user-agent if PACKAGE_NAME or/and LIBLIPHONE_VERSION are undefined 2016-02-29 16:20:00 +01:00
Simon Morlat
1a372e360e read/write logs with file open as binary 2016-02-27 11:51:36 +01:00
Simon Morlat
6077331d03 restrict the creation of additional outgoing calls to avoid conditions of conflicting access to soundcard 2016-02-26 17:24:42 +01:00
Sylvain Berfini
425cb42f7f Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/friend.c
2016-02-26 14:52:25 +01:00
Sylvain Berfini
456de10d65 Added back std c++11 when building vcard 2016-02-26 13:56:18 +01:00
François Grisez
4b91e2b029 Add a pre-condition to linphone_conference_remove_participant() 2016-02-26 13:48:36 +01:00
Sylvain Berfini
7d6c8ca00e This should fix export issue on win32 2016-02-25 17:08:13 +01:00
Gautier Pelloux-Prayer
30e504c263 TunnelManager.cc: invoke sal_set_tunnel when destroying tunnel 2016-02-25 16:42:35 +01:00