linphone-iphone/coreapi
2016-01-06 14:53:39 +01:00
..
bellesip_sal Add a setter/getter for the method param to LinphoneAddress 2016-01-06 10:03:14 +01:00
help remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +01:00
ldap Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
plugins/buddylookup
.gitignore
account_creator.c account_creator: change return values to distinguish network error from XMLRPC answer + fix some crashs 2015-11-05 12:22:13 +01:00
account_creator.h account_creator: change return values to distinguish network error from XMLRPC answer + fix some crashs 2015-11-05 12:22:13 +01:00
address.c Add a setter/getter for the method param to LinphoneAddress 2016-01-06 10:03:14 +01:00
authentication.c Fix other bb10 crashes with NULL %s 2015-10-16 15:09:43 +02:00
buffer.c
buffer.h
call_log.c call_log.c: inialize missing field start_date when using database 2015-11-23 17:04:09 +01:00
call_log.h
call_params.c Fix part of the quality report test with realtime text problem 2015-10-20 12:29:32 +02:00
call_params.h Add a property to LinphoneCalls 2015-12-07 14:53:45 +01:00
callbacks.c implement rtcp-mux, not tested yet. 2015-11-06 13:07:43 +01:00
chat.c Fixed pending_message text value when dealing with accented chars + added test 2015-11-02 14:38:08 +01:00
chat_file_transfer.c Reflect changes to belle-sip that add a new parameter to belle_sip_muiltpart_body_handler_new(). 2015-11-25 16:04:49 +01:00
CMakeLists.txt Create a C++ interface in order to abstract conference systems 2015-11-30 16:36:37 +01:00
conference.cc Send REFER with BYE in dialog 2016-01-06 10:07:40 +01:00
conference.h Add the ability to remove a participant from a remote conference 2015-12-18 18:09:31 +01:00
contact_providers_priv.h
contactprovider.c
contactprovider.h
content.c
content.h
dict.c Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
ec-calibrator.c fix warnings 2015-11-03 10:13:26 +01:00
enum.c enum.c: fix crash in create_enum_domain (use int, not size_t when strlen == 1) 2015-11-06 11:44:50 +01:00
enum.h
event.c
event.h
fonis.c
friend.c fix test not unregistering, causing later problems on other tests 2015-10-20 12:45:21 +02:00
gitversion.cmake Regenerate liblinphone_gitversion.h with CMake when the git revision has changed. 2015-10-15 15:40:46 +02:00
gitversion.h.in Regenerate liblinphone_gitversion.h with CMake when the git revision has changed. 2015-10-15 15:40:46 +02:00
info.c
lime.c
lime.h Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
linphone_proxy_config.h proxy.c: add new linphone_proxy_config_find_auth_info API 2015-10-16 13:52:29 +02:00
linphone_tunnel.cc rework TunnelConfig java wrapper to make it state of art and in the public interfaces. 2015-10-27 18:41:36 +01:00
linphone_tunnel.h rework TunnelConfig java wrapper to make it state of art and in the public interfaces. 2015-10-27 18:41:36 +01:00
linphone_tunnel_config.c rework TunnelConfig java wrapper to make it state of art and in the public interfaces. 2015-10-27 18:41:36 +01:00
linphone_tunnel_stubs.c
linphonecall.c Add a property to LinphoneCalls 2015-12-07 14:53:45 +01:00
linphonecore.c Fix crash in JNI concerning the removeListener() function 2016-01-04 16:45:18 +01:00
linphonecore.h Add a setter/getter for the method param to LinphoneAddress 2016-01-06 10:03:14 +01:00
linphonecore_jni.cc Fix JNI of getConference() methods of LinphoneCore and LinphoneCall 2016-01-06 14:53:39 +01:00
linphonecore_utils.h
linphonefriend.h
linphonepresence.h
localplayer.c
lpc2xml.c Added set overwrite flags for section for convenience 2015-11-19 16:50:30 +01:00
lpc2xml.h
lpconfig.c Added set overwrite flags for section for convenience 2015-11-19 16:50:30 +01:00
lpconfig.h Added set overwrite flags for section for convenience 2015-11-19 16:50:30 +01:00
lsd.c
Makefile.am Fix build on Android and autotools 2015-12-17 16:08:49 +01:00
message_storage.c message_storage.c: do not rebuild peer address for each DB message since it is already available in chat room structure 2015-11-20 14:59:07 +01:00
misc.c fix ice bug in rtcp-mux mode 2015-11-09 20:53:17 +01:00
offeranswer.c Fixed red payload type fmtp line if payload number different (and added tests for that) 2015-11-13 16:26:26 +01:00
offeranswer.h
player.c Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
presence.c fix ugly crash 2015-11-07 13:35:27 +01:00
private.h Fix crash in JNI concerning the removeListener() function 2016-01-04 16:45:18 +01:00
proxy.c proxy.c: invoking linphone_core_remove_proxy_config with a proxy not registered will change registration state to LinphoneRegistrationNone before removal 2015-11-05 11:48:24 +01:00
quality_reporting.c Fix part of the quality report test with realtime text problem 2015-10-20 12:29:32 +02:00
quality_reporting.h Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
remote_provisioning.c remote_provisioning: free URI in linphone_core_set_provisioning_uri when we are done with it 2015-11-05 16:51:35 +01:00
sal.c fix avpf attributes not set when SRTP-DTLS is used. 2015-10-15 11:42:11 +02:00
siplogin.c
sipsetup.c
sipsetup.h
TunnelManager.cc
TunnelManager.hh
upnp.c
upnp.h
vtables.c Fix crash in JNI concerning the removeListener() function 2016-01-04 16:45:18 +01:00
xml.c Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
xml2lpc.c Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
xml2lpc.h
xmlrpc.c xmlrpc.c: fix invalid unref operation 2015-10-27 12:48:16 +01:00
xmlrpc.h