Commit graph

1278 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
e2609f96a4 Revert "presence_tester.c: add some long term tests"
This reverts commit 9eca896269.
2016-04-04 15:13:11 +02:00
Gautier Pelloux-Prayer
24cbc11a7a tester.c: revert debug code 2016-04-04 09:34:26 +02:00
Gautier Pelloux-Prayer
0c2619631c tester.c: do not fail if test is not leaking anymore 2016-04-01 15:39:34 +02:00
Gautier Pelloux-Prayer
9eca896269 presence_tester.c: add some long term tests 2016-04-01 15:39:34 +02:00
Sylvain Berfini
37d7c51931 Merge branch 'dev_friends++' 2016-03-31 11:25:54 +02:00
François Grisez
f2bba9df2f Ensures that all calls have been release at the end of simple_conference_base()
Also removes the "LeaksMemory" tag off tests below:
+ Simple conference
+ Simple conference with ICE
+ Simple ZRTP conference with ICE
2016-03-29 15:34:35 +02:00
François Grisez
dcdbf8834a Ensures all calls are ended at the end of simple_conference_base() 2016-03-29 11:21:26 +02:00
François Grisez
8607cd54df Remove all linphone_call_ref/unref() off conference server simulator code 2016-03-29 11:21:26 +02:00
Sylvain Berfini
b068c854ef Added tester + few fixes 2016-03-25 15:22:12 +01:00
Simon Morlat
37b8bfcb33 add test about early media and ICE 2016-03-22 17:49:56 +01:00
Johan Pascal
f45856be68 Tunnel client can verify server certificate 2016-03-21 20:29:17 +01:00
Jehan Monnier
61919a5cbd change tunnel address 2016-03-21 16:39:14 +01:00
François Grisez
5f8bdb3c0b Add a test to test video call with early-media 2016-03-21 15:56:19 +01:00
Jehan Monnier
991f4338e4 Revert "update test certificates with 2048bits rosa key"
back to 1024 private key for bw compatibility

This reverts commit a110765526.
2016-03-21 11:30:52 +01:00
Simon Morlat
9b6ebbc00c refine test about supported tags 2016-03-15 17:18:18 +01:00
Jehan Monnier
b7020d452e fix memory leak in event test suite 2016-03-11 17:46:26 +01:00
Ghislain MARY
0e996357d7 Handle compilation for Android with CMake. 2016-03-11 17:03:35 +01:00
Jehan Monnier
966c7caa2d -fix many memory leak
-unsubscribe in linphone_core_uninit
2016-03-10 18:58:44 +01:00
Ghislain MARY
05adaae843 Fix some other deprecation warnings. 2016-03-10 18:19:24 +01:00
Ghislain MARY
5baf4362f0 Fix some depreciation warnings. 2016-03-10 17:57:27 +01:00
Ghislain MARY
4c03b30516 Fix memory leak in video tester. 2016-03-10 16:46:26 +01:00
Gautier Pelloux-Prayer
7567168daa tester: count leaking test as failed too 2016-03-10 16:31:37 +01:00
Ghislain MARY
f7ae768d3e Fix memory leak in log collection. 2016-03-10 16:26:54 +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
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