linphone-ios/coreapi
2017-07-07 15:01:30 +02:00
..
bellesip_sal Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
help Add missing files 2017-06-19 11:07:32 +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 Fix typo error 2017-06-27 16:01:43 +02:00
account_creator_service.c Change the account creator API so that it is wrapper-friendly. 2017-03-31 11:52:26 +02:00
address.c add uri header getter in LinphoneAddress 2017-06-07 17:32:29 +02:00
authentication.c Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
buffer.c Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
call_log.c Fix missing variable initialization. 2017-04-11 11:47:49 +02:00
call_params.c Fix crashes related to LinphoneVideoDefinition. 2017-04-19 12:05:05 +02:00
callbacks.c Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
carddav.c fix vcard object leak (initial ref count moved from 0 to 1) 2017-06-05 15:54:20 +02:00
carddav.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
chat.c Fix double free of a chat message 2017-07-07 15:01:30 +02:00
chat_file_transfer.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
CMakeLists.txt add info.plist to linphone framework for ios 2017-06-06 12:12:05 +02:00
conference.cc Conference fixes. current call must not be set for conference calls. 2017-06-07 16:03:14 +02:00
conference_private.h Based LinphoneConference and LinphoneConferenceParams on belle_sip_object_t 2017-03-17 16:41:20 +01:00
contact_providers_priv.h Fix build on Windows. 2017-03-31 17:06:25 +02:00
contactprovider.c Fix several compilation warnings caused by newly deprecated functions 2017-03-28 08:51:35 +02:00
content.c Add null character at the end of the key when storing it in a LinphoneContent (to prevent invalid reads). 2017-01-31 10:22:38 +01:00
dial_plan.c Fix New Zealand number length 2017-06-05 12:14:28 +02:00
dict.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
ec-calibrator.c Fixed echo canceller calibrator tool 2017-06-14 14:30:36 +02:00
echo-tester.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
enum.c license: update FSF address 2016-07-27 11:58:38 +02:00
enum.h license: update FSF address 2016-07-27 11:58:38 +02:00
error_info.c merge branch with reason header support and new ErrorInfo features. 2017-04-14 15:28:58 +02:00
event.c make sure publish proxy config has same From/To 2017-06-05 11:49:13 +02:00
factory.c Fix linphone_factory_get_ring_resources_dir() that did not return the correct path if the sound_resources_dir has not been set. 2017-06-13 14:31:08 +02:00
fonis.c license: update FSF address 2016-07-27 11:58:38 +02:00
friend.c fix vcard object leak (initial ref count moved from 0 to 1) 2017-06-05 15:54:20 +02:00
friendlist.c No longer check for notify version as it can be reset by belle-sip (new dialog) 2017-06-12 15:32:30 +02:00
gitversion.cmake gitversion.cmake: update 2016-08-29 15:30:29 +02:00
gitversion.h.in license: update FSF address 2016-07-27 11:58:38 +02:00
im_encryption_engine.c make sure IP encryption Engine API can be used without needing to include any private headers 2017-06-26 15:21:43 +02:00
im_notif_policy.c Handle IM notification policy. 2017-01-03 14:56:56 +01:00
info.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
ldapprovider.c fix most common warnings 2017-01-14 14:13:26 +01:00
lime.c fix trace 2017-06-16 17:28:37 +02:00
lime.h Switch to sql based zrtp/lime cache 2017-04-01 11:05:08 +07:00
linphone_tunnel.cc Fix "grosse déchire" around LinphoneTunnel objectization. 2017-04-16 17:32:43 +02:00
linphone_tunnel_config.c Added dual tunnel client feature in TunnelManager and C API above it 2017-01-30 17:14:26 +01:00
linphone_tunnel_stubs.c Fixes related to tunnel 2017-01-31 15:54:25 +01:00
linphonecall.c Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
linphonecore.c Mirror video output when calling linphone_core_preview_ogl_render(). 2017-06-29 11:21:21 +02:00
linphonecore_ios.cc add \n to xamarin ios logs 2017-05-09 11:38:03 +02:00
linphonecore_jni.cc Added get/set domain and configure to AccountCreator JNI wrapper 2017-07-05 14:21:23 +02:00
localplayer.c Fix creation of local player when no soundcard name is given. 2017-06-13 17:39:46 +02:00
lpc2xml.c license: update FSF address 2016-07-27 11:58:38 +02:00
lpc2xml.h Correct definition of LINPHONE_PUBLIC on Windows. 2017-02-01 12:16:24 +01:00
lpconfig.c fix regression in remote provisioning (empty file was silently accepted) 2017-06-08 10:19:42 +02:00
lsd.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
Makefile.am Disable documentation generation with Autotools 2017-06-16 17:03:17 +02:00
message_storage.c add function to chatroom to find a message with a given direction. 2017-06-26 17:53:40 +02:00
misc.c Improve selection of IP address to use to connect to the STUN server for ICE candidates gathering. 2017-07-06 17:20:08 +02:00
nat_policy.c Fix memory leak. 2017-05-17 11:42:43 +02:00
offeranswer.c Stricter compilation options + new compilation error fixes. 2016-10-19 17:31:07 +02:00
offeranswer.h license: update FSF address 2016-07-27 11:58:38 +02:00
payload_type.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
player.c The LinphonePlayer is now a belle_sip_object and is now wrappable. 2017-04-24 15:52:00 +02:00
presence.c fix pidfonline checking 2017-06-02 15:52:25 +02:00
private.h Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
proxy.c Make sure presentity is aligned with proxy identity 2017-06-16 10:12:06 +02:00
quality_reporting.c LinphoneCallStats is now a belle_sip_object. BREAKS BINARY COMPATIBILITY 2017-04-19 16:17:51 +02:00
quality_reporting.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
remote_provisioning.c fix regression in remote provisioning (empty file was silently accepted) 2017-06-08 10:19:42 +02:00
ringtoneplayer.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
ringtoneplayer_ios.h change include in ringtoneplayer_ios.h 2016-11-16 11:20:03 +01:00
ringtoneplayer_ios.m license: update FSF address 2016-07-27 11:58:38 +02:00
sal.c Repair multicast when ipv6 is enabled. 2016-10-18 23:10:21 +02:00
siplogin.c fix most common warnings 2017-01-14 14:13:26 +01:00
sipsetup.c Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
sqlite3_bctbx_vfs.c fix x86_64 build 2017-04-06 17:23:03 +02:00
sqlite3_bctbx_vfs.h fix bc_vfs header 2016-07-27 14:48:46 +02:00
TunnelManager.cc Use correct macro to detect Android build. 2017-03-08 13:12:02 +01:00
TunnelManager.hh Improvements on tunnel to make udp mirror and dual mode cohabitate + JNI wrapper 2017-02-01 11:20:40 +01:00
upnp.c fix compilation issue with upnp 2017-06-09 12:01:40 +02:00
upnp.h Improve API so that it is more object-oriented. 2017-02-13 16:18:37 +01:00
vcard.cc feat(vcard): add a clone method 2017-04-28 16:14:53 +02:00
vcard_private.h fix warnings 2017-02-08 09:12:52 +01:00
vcard_stubs.c fix compilation without vcard 2017-02-08 17:14:32 +01:00
video_definition.c Add linphone_video_definition_clone(). 2017-04-19 14:50:15 +02:00
vtables.c Handle check for update. 2017-06-05 15:47:37 +02:00
xml.c Use relative Xpath to parse only XMLLine with presence 2017-02-14 11:57:46 +01:00
xml2lpc.c license: update FSF address 2016-07-27 11:58:38 +02:00
xml2lpc.h Correct definition of LINPHONE_PUBLIC on Windows. 2017-02-01 12:16:24 +01:00
xmlrpc.c Fix build with Clang on Linux. 2017-03-29 14:22:46 +02:00