linphone-iphone/coreapi
Simon Morlat 62703c016c robustize IPv6 support for heterogenous cases.
Also, the RTP sockets are now always IPv6 when ipv6 is enabled in LinphoneCore,
independently of what is finally proposed in SDP, so that these sockets can always send and recv
with both versions.
This is consistent with what is already done in belle-sip for SIP sockets.
2016-05-12 23:33:33 +02:00
..
bellesip_sal Implement support of dialog created by Notify matching subscription 2016-05-11 14:54:38 +02:00
help Fix generation of Python module. 2016-03-31 11:14:02 +02:00
ldap Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
plugins/buddylookup proxy config: modify linphone_proxy_config_get_contact and add linphone_proxy_config_get_identity_address returning LinphoneAddress and move all documentation to linphone_proxy_config.h 2015-07-29 13:26:53 +02:00
.gitignore Include git version in liblinphone version if available. 2012-10-25 17:16:07 +02:00
account_creator.c account_creator.c: fix crash when user enters a port in domain 2016-04-04 16:33:01 +02:00
account_creator.h Started CardDAV integration into liblinphone friends API 2016-01-13 17:05:49 +01:00
address.c account creator: detect invalid domain by changing linphone_address_set_* methods to return -1 in case of error 2016-01-08 11:43:15 +01:00
authentication.c Fix other bb10 crashes with NULL %s 2015-10-16 15:09:43 +02:00
buffer.c Always store a NULL character at the end of a LinphoneBuffer. 2014-12-11 15:58:58 +01:00
buffer.h Fix wrong comment. 2015-11-27 11:42:33 +01:00
call_log.c Merge branch 'master' into dev_vcard 2016-01-25 10:47:41 +01:00
call_log.h Add a method to LinphoneCallLog to check whether a call was a call to a conference server 2016-01-14 17:00:06 +01:00
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 presence_server: fix memory leaks 2016-04-29 16:40:49 +02:00
carddav.c Added a way to store the correct auth info in carddav context to not iterate on all auth infos each time 2016-04-22 16:10:39 +02:00
carddav.h Started CardDAV integration into liblinphone friends API 2016-01-13 17:05:49 +01:00
chat.c Added linphonerc field to disable RTT messages database storage 2016-05-06 15:25:11 +02:00
chat_file_transfer.c fix crash 2016-03-06 21:32:58 +01:00
CMakeLists.txt Do not version shared libraries on Android. 2016-03-14 14:48:43 +01:00
conference.cc Small reworking of LinphoneConference 2016-05-10 15:51:32 +02:00
conference.h Add a pre-condition to linphone_conference_remove_participant() 2016-02-26 13:48:36 +01:00
conference_private.h Fixes memory leak in "Eject from 4 participants conference" tester 2016-05-10 15:51:32 +02:00
contact_providers_priv.h Moved belle sip object includes into private.h 2014-01-09 09:38:16 +01:00
contactprovider.c Moved belle sip object includes into private.h 2014-01-09 09:38:16 +01:00
contactprovider.h Add missing symbol exports. 2015-02-27 17:33:00 +01:00
content.c Handle multipart contents. 2015-11-27 11:42:10 +01:00
content.h Handle multipart contents. 2015-11-27 11:42:10 +01:00
dict.c Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
ec-calibrator.c Fixes in gtk audio_assistant and property box. 2016-01-21 09:28:19 +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 purge out p2pproxy 2010-01-20 15:44:30 +01:00
event.c event.c: fix compilation... 2016-04-27 15:40:30 +02:00
event.h fix crashes around presence and publish. 2016-02-06 11:51:06 +01:00
fonis.c purge out p2pproxy 2010-01-20 15:44:30 +01:00
friend.c Implement support of dialog created by Notify matching subscription 2016-05-11 14:54:38 +02:00
friendlist.c Fix too many unref crash in vcard tester 2016-05-10 18:14:48 +02:00
friendlist.h friendlist: add linphone_friend_list_enable_subscriptions API 2016-04-25 17:14:56 +02:00
gitversion.cmake Improve git version header generation with CMake. 2015-12-15 10:51:13 +01:00
gitversion.h.in Improve git version header generation with CMake. 2015-12-15 10:51:13 +01:00
info.c Rework sal to be able multipart LinphoneContent objects. 2015-11-26 15:28:36 +01:00
lime.c Lime uses bctoolbox crypto API 2016-02-09 22:02:59 +01:00
lime.h Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
linphone_proxy_config.h proxy: add linphone_proxy_config_set_ref_key and linphone_proxy_config_get_ref_key 2016-04-05 11:56:48 +02:00
linphone_tunnel.cc fix bad naming of linphonerc property 2016-04-22 12:10:26 +02:00
linphone_tunnel.h tunnel: add a test when having several tunnel configs 2016-04-14 12:23:00 +02: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 tunnel: implement linphone_tunnel_simulate_udp_loss stub 2016-04-14 15:16:02 +02:00
linphonecall.c robustize IPv6 support for heterogenous cases. 2016-05-12 23:33:33 +02:00
linphonecore.c create http provider with ipv6 enabled 2016-05-09 22:05:02 +02:00
linphonecore.h Add dtmf API in automatic wrappers. 2016-04-22 12:00:10 +02:00
linphonecore_jni.cc fix LinphoneCore.muteMic() ! 2016-05-12 12:19:13 +02:00
linphonecore_utils.h Update of linphone sound daemon to use MSFactory. 2016-01-27 11:58:07 +01:00
linphonefriend.h Implement support of dialog created by Notify matching subscription 2016-05-11 14:54:38 +02:00
linphonepresence.h -Publish are now implemented using LinphoneEvent API. 2016-02-02 18:54:39 +01:00
localplayer.c clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
lpc2xml.c Fixed lpc2xml_test programm 2016-04-27 15:07:31 +02:00
lpc2xml.h Moved lpc2xml and xml2lpc from tools to coreapi 2014-02-11 16:48:01 +01:00
lpconfig.c Added a way to not dump some chosen sections/entries when converting lpc to xml 2016-04-27 12:19:38 +02:00
lpconfig.h Added a way to not dump some chosen sections/entries when converting lpc to xml 2016-04-27 12:19:38 +02:00
lsd.c clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
Makefile.am Makefile.am: fix vcard compilation 2016-03-04 15:07:05 +01:00
message_storage.c fix memory leak in JNI getHistory() 2016-05-10 16:03:14 +02:00
misc.c belle_sip_freeaddrinfo() is now bctbx_freeaddrinfo(). 2016-05-12 14:07:28 +02:00
offeranswer.c fix AVPF management in offer-answer. Initiate an implicit avpf offer while implicit avpf is locally disabled 2016-05-09 20:47:28 +02:00
offeranswer.h Updating echo cancellation and adding MSFactory into Sal structure. 2016-01-20 15:12:12 +01:00
player.c clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
presence.c Implement support of dialog created by Notify matching subscription 2016-05-11 14:54:38 +02:00
private.h belle_sip_freeaddrinfo() is now bctbx_freeaddrinfo(). 2016-05-12 14:07:28 +02:00
proxy.c presence_server: fix memory leaks 2016-04-29 16:40:49 +02:00
quality_reporting.c fix routing of quality reporting publishes 2016-01-29 17:49:17 +01: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
ringtoneplayer.c fix compilation iOS 2016-02-02 14:30:44 +01:00
ringtoneplayer.h Attempt on fixing ring stream. 2016-01-21 13:20:19 +01:00
ringtoneplayer_ios.h ringplayer: add ring player object to play ringtones (CAF on iOS, WAV otherwise) 2016-01-05 10:31:23 +01:00
ringtoneplayer_ios.m ringplayer: add ring player object to play ringtones (CAF on iOS, WAV otherwise) 2016-01-05 10:31:23 +01:00
sal.c robustize IPv6 support for heterogenous cases. 2016-05-12 23:33:33 +02:00
siplogin.c fix some bugs, update translations 2014-02-14 15:16:46 +01:00
sipsetup.c Updating sip_setup_register_all to use ms_factory_load_plugins. 2016-02-03 12:35:48 +01:00
sipsetup.h Updating sip_setup_register_all to use ms_factory_load_plugins. 2016-02-03 12:35:48 +01:00
TunnelManager.cc Update oRTP submodule + fix TunnelManager according to changes made in oRTP. 2016-05-10 17:35:12 +02:00
TunnelManager.hh tunnel: add a test when having several tunnel configs 2016-04-14 12:23:00 +02:00
upnp.c keep using periodical updates (even for non-existent streams) at least for tests, because it is convenient to be notified everytime linphonecore updates 2016-01-26 21:32:55 +01:00
upnp.h Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-03-08 15:01:22 +01:00
vcard.cc Added methods to friend to manipulate phone numbers and sip addresses 2016-03-25 14:59:28 +01:00
vcard.h Added methods to friend to manipulate phone numbers and sip addresses 2016-03-25 14:59:28 +01:00
vcard_stubs.c Added methods to friend to manipulate phone numbers and sip addresses 2016-03-25 14:59:28 +01:00
vtables.c fix incorrectly formatted log. 2016-04-12 10:25:56 +02:00
xml.c Parse results for PROPFIND and REPORT requests 2016-01-07 13:04:43 +01:00
xml2lpc.c Fix compilation warnings when building for Windows 10. 2015-10-01 14:29:00 +02:00
xml2lpc.h Moved lpc2xml and xml2lpc from tools to coreapi 2014-02-11 16:48:01 +01:00
xmlrpc.c Removed unused LinphoneContent in xmlrpc API 2016-01-04 16:18:33 +01:00
xmlrpc.h Change account creator and xmlrpc API so that Python wrapper generation works correctly. 2015-06-09 15:18:37 +02:00