Commit graph

10872 commits

Author SHA1 Message Date
Ronan Abhamon
f755d8bee8 feat(tests): add a clonable object test 2017-09-05 17:37:01 +02:00
Ronan Abhamon
76c884abba fix(core): avoid memory leaks 2017-09-05 16:11:11 +02:00
Ronan Abhamon
f03164f2f7 fix(proxy): avoid memory leak 2017-09-05 16:05:35 +02:00
Ronan Abhamon
1f46a5677f feat(core): many fixes 2017-09-05 15:02:19 +02:00
Ronan Abhamon
0feb3684f5 feat(core): avoid invalid cast (SalAddress <-> LinphoneAddress) 2017-09-05 13:59:54 +02:00
Ronan Abhamon
5bc25e8aba feat(core): sal must be private 2017-09-05 13:59:54 +02:00
Ronan Abhamon
1c3bcf0b16 feat(core): big refactoring & full c address impl 2017-09-05 13:59:54 +02:00
Sylvain Berfini
ca82443334 Prevent test Call redirected by callee from crashing 2017-09-01 17:50:06 +02:00
Simon Morlat
0fa81fc74d Clear refcounting of LinphoneVideoDefinition object. 2017-09-01 12:43:41 +02:00
Ghislain MARY
e414951cd9 Really fix duration of remote refresh timer for is-composing. 2017-09-01 11:41:17 +02:00
Sylvain Berfini
5c8fe022b6 Fixed compil by commenting out unused variable 2017-09-01 09:32:20 +02:00
Benjamin Reis
be14733e82 add leak memory tag to App managed failure presence test 2017-08-31 14:47:28 +02:00
Benjamin Reis
a3d3998909 add leak memory tag to App managed failure presence test 2017-08-31 14:25:15 +02:00
Ghislain MARY
ee64853310 Handle IMDN and is-composing in specific classes. 2017-08-31 14:06:10 +02:00
Simon Morlat
e095830bb6 Fix : don't trigger legacy stun tests when ICE is enabled 2017-08-31 13:45:57 +02:00
Ronan Abhamon
42af41d5a4 feat(address): wrap sal address impl 2017-08-30 17:37:28 +02:00
Benjamin Reis
94a0af4119 Add accepted elswhere and declined elsewhere call status, do not display this status as missed + tester 2017-08-30 17:06:37 +02:00
Ronan Abhamon
e69cc32264 feat(core): add cpp Address interface 2017-08-30 15:48:48 +02:00
Ronan Abhamon
ad493beca7 fix(ChatRoom): use Utils::toString instead of to_string (Android problem) 2017-08-30 14:50:14 +02:00
Ronan Abhamon
289dc072ed feat(c-wrapper): provide a wrapper helper to access private data 2017-08-30 14:12:39 +02:00
Jehan Monnier
09a533a8a9 make sure to also register loghandler at SAL level 2017-08-30 14:01:09 +02:00
Ronan Abhamon
858c06056e fix(CMakeLists.txt): fix bad cherry-pick 2017-08-30 10:36:36 +02:00
Ghislain MARY
0babed04f4 Use ChatRoom C++ class. 2017-08-30 10:27:51 +02:00
Ronan Abhamon
95c781ec5b feat(c-event-log): in progress 2017-08-30 09:55:16 +02:00
Ronan Abhamon
8d114ecded feat(c-wrapper/api): events interface => OK 2017-08-30 09:34:31 +02:00
Ronan Abhamon
ce4d73d8fe feat(enums): provide a (good?) way to share enums between C and C++ 2017-08-29 17:07:23 +02:00
Ronan Abhamon
78f8cfd4bf feat(c-wrapper): refactoring 2017-08-29 14:24:59 +02:00
Ronan Abhamon
a0f5602b1f feat(c-types): add call event interface 2017-08-29 13:42:55 +02:00
Ronan Abhamon
9467d6819f feat(c-types): add conference event interface 2017-08-29 13:35:11 +02:00
Ronan Abhamon
698a0d520f feat(c-types): add conference participant event interface 2017-08-29 13:30:19 +02:00
Ronan Abhamon
b5235a14f9 feat(c-types): provide message event interface 2017-08-29 11:38:28 +02:00
Ronan Abhamon
c18c265587 feat(c-types): provide init internal functions 2017-08-29 11:30:00 +02:00
Ronan Abhamon
a588e18ac2 feat(c-types): EventLog wrapped 2017-08-29 10:57:42 +02:00
Ronan Abhamon
d7d78a515b feat(enums): supports C export 2017-08-29 10:46:19 +02:00
Ronan Abhamon
3e7e4cb56d fix(c-types): remove toto code 2017-08-28 14:55:05 +02:00
Ronan Abhamon
ce37899b26 feat(core): add c-wrapper tools 2017-08-28 14:52:53 +02:00
Jehan Monnier
1cc45284cf reset liblinphone_log_collection_max_file_size to default value in function linphone_core_reset_log_collection 2017-08-28 13:07:03 +02:00
Ronan Abhamon
b6952c1dba fix(EventsDb): search correctly enum value 2017-08-25 15:55:00 +02:00
Ronan Abhamon
a96d04c7b4 fix(EventsDb): avoid unused functions if soci is not available 2017-08-25 15:36:38 +02:00
Ronan Abhamon
a17289a013 feat(Event): add ConferenceParticipantEvent 2017-08-25 14:50:21 +02:00
Ronan Abhamon
133d58d618 fix(ConferenceEvent): add getAddress impl 2017-08-25 12:06:29 +02:00
Benjamin Reis
ab41ae3c45 add gruu support 2017-08-25 11:39:37 +02:00
Ronan Abhamon
9cc9d23a5d fix(EventsDb): try to fix mac compilation 2017-08-25 11:00:52 +02:00
Ronan Abhamon
02e1935c4f feat(core): use static on inline funcs 2017-08-25 10:42:27 +02:00
Ronan Abhamon
89745baaca fix(EventsDb): remove useless inline keywork in constexpr 2017-08-25 10:16:44 +02:00
Ronan Abhamon
1d968f7ddd feat(Event): add assert on type when Call or Conference event are created 2017-08-24 17:25:40 +02:00
Ronan Abhamon
0e37546ef3 feat(Event): add conference event 2017-08-24 17:22:49 +02:00
Ronan Abhamon
3c51f52fa6 feat(Event): add new conference event type 2017-08-24 17:17:09 +02:00
Ronan Abhamon
98a370e79f feat(core): add empty Core class 2017-08-24 16:01:39 +02:00
Ronan Abhamon
3e9b07432d feat(core): add empty Content class 2017-08-24 15:55:57 +02:00