Commit graph

1253 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
4974896339 win32: use _WIN32 macro instead of WIN32 2016-03-09 16:25:08 +01:00
Ghislain MARY
7cfbbda323 Fix Python module automatic wrapper generation. 2016-03-09 12:13:41 +01:00
Sylvain Berfini
e645eba147 Read file in binary mode in vcard tester + test if fopen did work 2016-03-09 10:53: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
Gautier Pelloux-Prayer
7bc61ff3a9 tester.c: move tunnel up 2016-03-08 15:48:31 +01:00
Gautier Pelloux-Prayer
426c38d6f6 tester.c: do not use bc_tester internal variables 2016-03-08 14:30:11 +01:00
Gautier Pelloux-Prayer
258ca1bf2f tester: add some delay to compute loss rate 2016-03-07 16:57:51 +01:00
Gautier Pelloux-Prayer
82e395bc9b tester: fix leaks in tunnel 2016-03-07 14:39:02 +01:00
Simon Morlat
0b5494cd36 fix memory leak and regression in ffmpeg support 2016-03-06 15:12:06 +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
Sylvain Berfini
961d0b98af Fixed make distcheck 2016-03-04 15:40:49 +01:00
Gautier Pelloux-Prayer
8070025d85 flexisip_tester.c: fix gcc compilation error.. 2016-03-03 16:03:40 +01:00
Gautier Pelloux-Prayer
3d26551819 tester: untag LeaksMemory for some non-leaking tests 2016-03-03 15:56:45 +01:00
Gautier Pelloux-Prayer
a5dd3b6b10 tester.c: fix memory leaks detector 2016-03-03 15:43:49 +01:00
Sylvain Berfini
6654e66e92 Merge branch 'dev_vcard' 2016-03-03 13:33:55 +01:00
Sylvain Berfini
a3290da400 Fixed latest vcard test leak 2016-03-03 11:07:22 +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
Jehan Monnier
ed0ec8aabd add flexisip test [subscribe on wrong dialog] 2016-03-02 18:16:55 +01:00
Sylvain Berfini
874587e335 Merge branch 'master' into dev_vcard
Conflicts:
	tester/Makefile.am
2016-03-02 16:27:35 +01:00
Gautier Pelloux-Prayer
c33219b33b autotools: use bctoolbox-tester instead of cunit 2016-03-02 16:05:56 +01:00
Gautier Pelloux-Prayer
283b03521d tester: do not reference cunit anymore, use bctoolbox instead 2016-03-02 14:33:07 +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
3b3ad2b684 Fixed tester Makefile.am 2016-03-02 10:53:43 +01:00
Sylvain Berfini
5470a63128 Added simple test to assert vcard creation on edit 2016-03-02 10:44:49 +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
1811b9d01a fix automake build 2016-03-01 17:01:34 +01:00
Gautier Pelloux-Prayer
c227e4b262 tester: remove common, use bctoolbox instead 2016-03-01 16:17:41 +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
2eea827121 tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
Ghislain MARY
6988c44011 Pass correct argument to linphone_core_enable_log_collection(). 2016-02-29 10:59:01 +01:00
Simon Morlat
4baa267444 fix big bug in last commit 2016-02-27 15:00:56 +01:00
Simon Morlat
1a372e360e read/write logs with file open as binary 2016-02-27 11:51:36 +01:00
Simon Morlat
cd0783c238 ensure that stun server is resolved before starting a test, and assert that it is resolved or not. 2016-02-27 11:11:29 +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
Jehan Monnier
3df8f6f3d2 set rpath for liblinphone_tester 2016-02-25 16:22:29 +01:00
Ghislain MARY
c64cf6b4ca Allow building both shared and static libraries with CMake. 2016-02-24 17:54:29 +01:00
Sylvain Berfini
29592e0670 Merge branch 'master' into dev_vcard 2016-02-24 16:52:11 +01:00
Gautier Pelloux-Prayer
e42a90d2da tester: fix bandwidth computation to only update current stream estimation, not all of them at once 2016-02-24 15:33:44 +01:00
Gautier Pelloux-Prayer
856edbd57d call_tester.c: fix compilation due to unused function when video not built 2016-02-23 16:28:11 +01:00
Gautier Pelloux-Prayer
6df64fa84c tester: fix tests when building without video 2016-02-23 11:08:49 +01:00
Ghislain MARY
f9eaa1a0f1 Handle body compression for presence list. 2016-02-19 15:14:28 +01:00
Simon Morlat
9f05b7aadc fix implicit avpf test race condition 2016-02-19 11:42:48 +01:00
Simon Morlat
1e5fb420f5 robustize ice tests 2016-02-19 10:31:37 +01:00
Sylvain Berfini
1ed3fccf3a Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/friendlist.c
	java/common/org/linphone/core/LinphoneCore.java
2016-02-18 14:25:06 +01:00
Gautier Pelloux-Prayer
f14b6e73eb linphonecore.c: linphone_core_redirect_call should interpret url as linphone_core_transfer_call does 2016-02-16 11:38:54 +01:00
Sylvain Berfini
eb93908688 Using dav.linphone.org instead of hardcoded ip for CardDAV tests 2016-02-09 14:55:39 +01:00
Sylvain Berfini
235dca249d Merge branch 'master' into dev_vcard
Conflicts:
	build/android/Android.mk
	coreapi/private.h
	java/common/org/linphone/core/LinphoneCore.java
	java/impl/org/linphone/core/LinphoneCoreImpl.java
2016-02-09 10:21:18 +01:00