linphone-ios/coreapi
2016-07-27 14:48:46 +02:00
..
bellesip_sal Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
help Fix a lot of doxygen warnings. 2016-06-01 18:11:54 +02:00
ldap Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
plugins/buddylookup Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
.gitignore Include git version in liblinphone version if available. 2012-10-25 17:16:07 +02:00
account_creator.c Remove default route when configuring already existing linphone account in the wizard. 2016-07-21 14:22:12 +02:00
account_creator.h Started CardDAV integration into liblinphone friends API 2016-01-13 17:05:49 +01:00
address.c address.c: dont check linphone_address_set_domain 2016-06-07 15:46:34 +02:00
authentication.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +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 Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02: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 Fix a lot of doxygen warnings. 2016-06-01 18:11:54 +02:00
callbacks.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
carddav.c Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
carddav.h Started CardDAV integration into liblinphone friends API 2016-01-13 17:05:49 +01:00
chat.c Do not use deprecated ms_list_remove() function. 2016-06-27 09:30:16 +02:00
chat_file_transfer.c chat: improve message_tester suites and fix memory leaks 2016-06-16 11:25:40 +02:00
CMakeLists.txt ios: fix build of tools/tester binaries 2016-06-24 16:09:38 +02:00
conference.cc Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
conference.h Fix Python module automatic code generation. 2016-06-17 14:19:43 +02: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 Store LinphoneContent key (when using lime) in db 2016-06-09 13:47:14 +02: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 implement the sending of out-of-dialog NOTIFYs, and add non-regression test 2016-05-27 23:03:05 +02:00
event.h Add missing export for Windows build. 2016-06-02 16:48:07 +02:00
fonis.c purge out p2pproxy 2010-01-20 15:44:30 +01:00
friend.c Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
friendlist.c Fix: imported friend from Vcard not saved in DB. 2016-07-26 16:20:45 +02:00
friendlist.h Fix Python module automatic code generation. 2016-06-17 14:19:43 +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 add lime stubbed functions 2016-06-23 16:25:41 +02:00
lime.h change prototype of lime_freeKeys() to avoid passing a full structure by copy. 2016-06-01 19:39:21 +02:00
linphone_proxy_config.h Merge branch 'dev_turn' 2016-06-03 10:10:51 +02:00
linphone_tunnel.cc Fix windows compilation warnings. 2016-06-21 14:43:38 +02:00
linphone_tunnel.h Fix Python module automatic code generation. 2016-06-17 14:19:43 +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 Merge remote-tracking branch 'origin/3.10.x' 2016-06-23 14:15:38 +02:00
linphonecore.c Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
linphonecore.h Merge remote-tracking branch 'origin/3.10.x' 2016-06-23 14:15:38 +02:00
linphonecore_jni.cc Clean some lost localRefs to prevent overflow 2016-06-27 16:35:16 +02:00
linphonecore_utils.h Update of linphone sound daemon to use MSFactory. 2016-01-27 11:58:07 +01:00
linphonefriend.h Fix Python module automatic code generation. 2016-06-17 14:19:43 +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 fix bc_vfs header 2016-07-27 14:48:46 +02:00
lpconfig.h Fix Python module automatic code generation. 2016-06-17 14:19:43 +02:00
lsd.c clean a few things around MSFactory usage 2016-02-01 14:48:58 +01:00
Makefile.am Merge branch 'master' into dev_turn 2016-06-01 14:56:52 +02:00
message_storage.c improve chat 2016-07-26 10:14:40 +02:00
misc.c Fix small error in AES patch. 2016-07-08 15:04:54 +02:00
nat_policy.c Also clear the STUN server username when cleaning a NAT policy. 2016-06-21 17:14:48 +02:00
nat_policy.h Add possibility to define in the nat policy the username to use for STUN/TURN server authentication. 2016-05-20 10:50:54 +02:00
offeranswer.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +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 Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
private.h fix bc_vfs header 2016-07-27 14:48:46 +02:00
proxy.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +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 Fix a lot of doxygen warnings. 2016-06-01 18:11:54 +02: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 Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
siplogin.c fix some bugs, update translations 2014-02-14 15:16:46 +01:00
sipsetup.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
sipsetup.h Updating sip_setup_register_all to use ms_factory_load_plugins. 2016-02-03 12:35:48 +01:00
sqlite3_bctbx_vfs.c Fix iconv conversion from UTF8 to UTF8 on Android and possibly others 2016-06-28 16:27:21 +02:00
sqlite3_bctbx_vfs.h fix bc_vfs header 2016-07-27 14:48:46 +02:00
TunnelManager.cc Fix crash in ICE when the tunnel is activated. 2016-06-22 15:37:27 +02:00
TunnelManager.hh tunnel: add a test when having several tunnel configs 2016-04-14 12:23:00 +02:00
upnp.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +02:00
upnp.h Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-03-08 15:01:22 +01:00
vcard.cc Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
vcard.h Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
vcard_stubs.c Improved performances related to vCard parsing 2016-06-29 16:33:22 +02:00
vtables.c Use bctbx_list_t instead of MSList that has been deprecated. 2016-06-16 17:42:33 +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