linphone-ios/coreapi
2018-10-23 13:50:34 +02:00
..
bellesip_sal Merge branch 'dev_refactor_cpp' 2018-06-26 14:12:27 +02:00
help fix(doc): do not install doc if ENABLE_DOC is disabled 2018-05-25 15:59:07 +02: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 add missing ref causing crash in Java when core is destroyed before Java account creator. 2018-04-30 16:51:16 +02: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 make sure algorithm are compared case unsensitively 2018-06-13 10:47:24 +02:00
buffer.c Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
call_log.c Added API to create and store a fake LinphoneCallLog 2018-02-21 10:52:16 +01:00
callbacks.c make sure algorithm are compared case unsensitively 2018-06-13 10:47:24 +02:00
carddav.c Use correct naming convention in sal API. 2018-05-07 17:47:41 +02:00
carddav.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
chat.c Fix message retrieved from history being converted to UTF-8 twice 2018-05-29 17:18:20 +02:00
CMakeLists.txt Remove useless file. 2018-06-26 14:14:19 +02:00
conference.cc Fix soundcard usage optimization for iOS: after a conference call the AudioUnit wasn't released, which was causing next call to have no audio. 2018-04-13 09:21:17 +02: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
core_private.h feat(core): update date of some files 2018-01-15 09:17:54 +01: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 correct naming convention in sal API. 2018-05-07 17:47:41 +02:00
event.c fix send of notify multipart 2018-05-09 15:04:41 +02:00
factory.c Added in LinphoneFactory method to create a TunnelConfig 2018-05-04 14:39:33 +02:00
fonis.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
friend.c fix(linphone): supports gcc 8 2018-05-24 15:50:01 +02:00
friendlist.c Use correct naming convention in sal API. 2018-05-07 17:47:41 +02: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 Revert "Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp"" 2018-04-12 11:47:14 +02:00
ldapprovider.c Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
lime.c fix message tester: 2018-06-19 13:26:37 +02:00
lime.h Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
linphone_tunnel.cc Fixed tunnel compilation issues 2018-05-04 15:33:56 +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 Merge branch 'dev_refactor_cpp' 2018-06-26 14:12:27 +02:00
linphonecore.c Allow network state change to be notified immediately without linphone_core_iterate() being called. 2018-06-19 11:12:24 +02:00
linphonecore_ios.cc add \n to xamarin ios logs 2017-05-09 11:38:03 +02:00
linphonecore_jni.cc Fixing leak in JNI concerning file transfert 2018-06-13 16:20:38 +02:00
localplayer.c fix(localplayer): destroy correctly ms player 2018-04-26 14:34:52 +02:00
logging-private.h Creates a new singleton object for logging features in the API of Liblinphone 2018-04-04 13:49:25 +02:00
logging.c feat(PathsWindows): use a compilable code... 2018-05-16 17:04:42 +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 Fix build with Clang 6.0. 2018-05-24 15:01:54 +02:00
Makefile.am Revert "Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp"" 2018-04-12 11:47:14 +02:00
misc.c Perform STUN server resolution for all proxy configs when network gets up. 2018-06-18 11:02:19 +02:00
nat_policy.c Do not do an SRV resolution for the STUN server if a port has been specified in the config. 2018-06-18 13:29:29 +02:00
offeranswer.c Fix build with Clang 6.0. 2018-05-24 15:01:54 +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 fix double callback notification of EOP on LinphonePlayer 2018-04-26 16:52:42 +02:00
presence.c Fix build with Clang 6.0. 2018-05-24 15:01:54 +02:00
private.h Not setting dns automatically in core if an app has set it 2018-04-12 11:18:52 +02:00
private_functions.h Merge branch 'dev_refactor_cpp_qrcode' of gitlab.linphone.org:BC/public/linphone into dev_refactor_cpp 2018-06-15 10:49:40 +02:00
private_structs.h Fix bad cast of SalAddress into a LinphoneAddress in linphone_proxy_config_get_service_route(). 2018-10-23 13:50:34 +02:00
private_types.h For fixes for real time text. 2018-02-12 17:48:55 +01:00
proxy.c Fix bad cast of SalAddress into a LinphoneAddress in linphone_proxy_config_get_service_route(). 2018-10-23 13:50:34 +02:00
quality_reporting.c Remove C strings and bctoolbox lists where possible in the sal. 2018-05-11 18:02:36 +02: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 invalid declaration of C function. 2018-03-21 11:51:16 +01: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 fix compilation issue 2018-04-09 12:04:25 +02:00
TunnelManager.cc Fixed call to Sal's set_tunnel which now is setTunnel 2018-05-09 12:22:04 +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 Use correct naming convention in sal API. 2018-05-07 17:47:41 +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 Merge branch 'dev_refactor_cpp' of git.linphone.org:linphone into dev_refactor_cpp_qrcode 2018-05-21 14:03:13 +02: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