linphone-ios/coreapi
François Grisez 7f9636f953 Fix references
2018-03-02 16:59:55 +01:00
..
bellesip_sal fix(core): coding style, avoid spaces => use tabs instead, alignment... 2017-11-22 11:18:41 +01:00
help Fix references 2018-03-02 16:59:55 +01:00
plugins/buddylookup Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
.gitignore Include git version in liblinphone version if available. 2012-10-25 17:16:07 +02:00
account_creator.c feat(core): update date of some files 2018-01-15 09:17:54 +01:00
account_creator_private.h Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
account_creator_service.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
authentication.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
buffer.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
call_log.c fix Add admin unit test 2018-01-29 13:37:05 +01:00
callbacks.c fix crash when receiving invte from an unknown chatroom 2018-02-02 15:14:51 +01:00
carddav.c fix(Core): clean some dirty code... 2017-10-11 14:09:22 +02:00
carddav.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
chat.c Handle one-to-one chat rooms and quit the client group chat room when deleting it. 2018-01-25 11:51:20 +01:00
CMakeLists.txt Fix some memory leaks and crashes in message tester. 2018-01-30 15:02:39 +01:00
conference.cc Fix audio conference. 2017-12-13 15:53:38 +01:00
conference_private.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
contact_providers_priv.h feat(c-wrapper): now belle-sip types are declared in this file 2017-09-25 14:18:35 +02:00
contactprovider.c feat(c-wrapper): now belle-sip types are declared in this file 2017-09-25 14:18:35 +02:00
content.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
core_private.h feat(core): update date of some files 2018-01-15 09:17:54 +01:00
dial_plan.c Some fixes regarding dialplan 2017-10-16 10:58:01 +02:00
dict.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
ec-calibrator.c Reworking of the EC calibrator API in order to be automatically wrapped 2017-10-17 17:25:29 +02:00
echo-tester.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
enum.c cast to fix build 2017-09-21 16:52:47 +02:00
enum.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
error_info.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
event.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
factory.c Separate creation and start of core. 2018-01-10 12:02:24 +01:00
fonis.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
friend.c feat(MainDb): legacy friends import 2018-01-08 11:36:49 +01:00
friendlist.c fix(friendlist): avoid memory leaks but not all 2018-02-06 09:20:13 +01:00
im_encryption_engine.c feat(c-wrapper): now belle-sip types are declared in this file 2017-09-25 14:18:35 +02:00
im_notif_policy.c Read core config at instantiation, not at start. 2018-01-11 14:49:50 +01:00
info.c Fix reception of INFO messages. 2017-11-28 14:53:23 +01:00
ldapprovider.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
lime.c Started to get back LIME working for file transfer 2018-02-07 17:01:54 +01:00
lime.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
linphone_tunnel.cc Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
linphone_tunnel_config.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
linphone_tunnel_stubs.c Fixed some symbol errors 2017-10-18 11:17:48 +02:00
linphonecall.c Correctly define call session state enumeration. 2017-12-28 12:43:56 +01:00
linphonecore.c add test to chatroom tester to simulate chat room deletion after app restart 2018-02-07 17:14:35 +01:00
linphonecore_ios.cc add \n to xamarin ios logs 2017-05-09 11:38:03 +02:00
linphonecore_jni.cc Fixed old JNI file by replacing every JNIEXPORT by extern C 2018-01-09 17:14:06 +01:00
localplayer.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
lpc2xml.c cast to fix build 2017-09-21 16:52:47 +02:00
lpc2xml.h fix c++ link issue 2017-07-24 18:35:18 +02:00
lpconfig.c Added linphone_config_get_bool and linphone_config_set_bool for Java wrapper + fixes for some Java classes 2017-10-17 15:48:12 +02:00
lsd.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
Makefile.am Disable documentation generation with Autotools 2017-06-16 17:03:17 +02:00
misc.c Remove useless code. 2017-12-12 11:06:43 +01:00
nat_policy.c Added get_core methods on NatPolicy and Player 2018-01-05 12:16:22 +01:00
offeranswer.c Move the new sal code in the src folder, respect the file naming conventions and add missing license headers. 2017-10-05 10:52:09 +02:00
offeranswer.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
payload_type.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
player.c Added get_core methods on NatPolicy and Player 2018-01-05 12:16:22 +01:00
presence.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
private.h Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
private_functions.h feat(core): update date of some files 2018-01-15 09:17:54 +01:00
private_structs.h feat(core): update date of some files 2018-01-15 09:17:54 +01:00
private_types.h feat(core): update date of some files 2018-01-15 09:17:54 +01:00
proxy.c fix(DialPlan): remove unused wrapped functions and clean code 2018-01-10 13:32:43 +01:00
quality_reporting.c Fix crash in quality reporting. 2018-01-03 10:59:55 +01:00
quality_reporting.h Move the new sal code in the src folder, respect the file naming conventions and add missing license headers. 2017-10-05 10:52:09 +02:00
remote_provisioning.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
ringtoneplayer.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
ringtoneplayer_ios.h Fix build for iOS. 2017-07-28 10:20:28 +02:00
ringtoneplayer_ios.m cast away 2017-09-22 15:00:25 +02:00
siplogin.c fix(core): deal with new cpp flags 2017-09-20 12:45:17 +02:00
sipsetup.c cast to fix build 2017-09-21 16:52:47 +02:00
sqlite3_bctbx_vfs.c Replaced old conversion functions with those in bctoolbox 2017-12-15 10:34:37 +01:00
sqlite3_bctbx_vfs.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
tester_utils.cpp Restore check of transient messages in message tester. 2018-01-30 10:57:23 +01:00
tester_utils.h Restore check of transient messages in message tester. 2018-01-30 10:57:23 +01:00
TunnelManager.cc feat(Core): use for (var : list) syntax when possible (coreapi) 2017-09-19 10:53:12 +02:00
TunnelManager.hh Improvements on tunnel to make udp mirror and dual mode cohabitate + JNI wrapper 2017-02-01 11:20:40 +01:00
vcard.cc fix(Core): clean some dirty code... 2017-10-11 14:09:22 +02:00
vcard_private.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
vcard_stubs.c Fix C++ wrapper generation when the VCard support of Liblinphone is disabled. 2017-10-18 14:58:31 +02:00
video_definition.c feat(core): update date of some files 2018-01-15 09:17:54 +01:00
vtables.c Fixes in call repair handling. 2018-01-09 16:16:18 +01:00
xml.c fix memory leaks 2017-07-31 16:08:56 +02:00
xml2lpc.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
xml2lpc.h fix c++ link issue 2017-07-24 18:35:18 +02:00
xmlrpc.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00