linphone-ios/coreapi
2014-09-08 17:27:43 +02:00
..
bellesip_sal fix liblinphone useragent 2014-09-02 09:09:39 +02:00
help Add transport tests (tunnel only and tunnel + srtp) 2014-09-08 14:20:31 +02:00
ldap Use standard unsigned int 2014-01-24 10:44:26 +01:00
plugins/buddylookup Do not use deprecated autotools macros. 2013-01-16 10:38:12 +01:00
.gitignore Include git version in liblinphone version if available. 2012-10-25 17:16:07 +02:00
address.c Deprecate linphone_address_destroy(). 2014-07-17 10:30:54 +02:00
authentication.c For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
call_log.c Fix big crash in call logs because logs built from linphonerc were constructed using ms_new0(LinphoneCallLog,1). 2014-08-31 10:56:37 +02:00
call_log.h Add reference count handling to LinphoneCallLog objects. 2014-08-29 15:07:13 +02:00
call_params.c Finish call params cleaning. 2014-09-01 16:30:40 +02:00
call_params.h Finish call params cleaning. 2014-09-01 16:30:40 +02:00
callbacks.c Add reference count handling to the LinphoneCallParams object. 2014-09-01 14:58:32 +02:00
chat.c Fix crash in Python wrapper when the core is destroyed before the chat rooms. 2014-09-01 10:52:41 +02:00
CMakeLists.txt Add reference count handling to the LinphoneCallParams object. 2014-09-01 14:58:32 +02:00
conference.c Add reference count handling to the LinphoneCallParams object. 2014-09-01 14:58: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 Moved contact provider internals to a private header. 2013-12-19 15:25:03 +01:00
dict.c Working version of the LDAP configuration panel in GTK. 2013-12-09 15:14:33 +01:00
ec-calibrator.c add new function to play a file locally, in or out of calls. 2014-03-04 22:58:56 +01:00
enum.c purge out p2pproxy 2010-01-20 15:44:30 +01:00
enum.h purge out p2pproxy 2010-01-20 15:44:30 +01:00
event.c fix memory leaks 2014-06-10 16:30:47 +02:00
event.h Fix compilation for Windows Phone 8. 2014-06-25 17:46:44 +02:00
fonis.c purge out p2pproxy 2010-01-20 15:44:30 +01:00
friend.c * notify friend status to offline when network goes unreachable 2014-05-12 12:41:32 +02:00
gitversion.cmake Fix git revision when compiling with CMake. 2014-08-12 15:36:22 +02:00
info.c File transfer: fix memory leak 2014-06-02 06:58:19 +02:00
linphone_tunnel.cc Add transport tests (tunnel only and tunnel + srtp) 2014-09-08 14:20:31 +02:00
linphone_tunnel.h Add two JNI functions for tunnels manipulation 2014-09-03 17:12:40 +02:00
linphone_tunnel_config.c Merge branch 'master' of git.linphone.org:linphone into upnp 2013-01-17 15:34:58 +01:00
linphone_tunnel_stubs.c replace tabs with spaces and remove trailing spaces 2014-04-22 17:22:51 +02:00
linphonecall.c Add possibility to change adaptive rate algorithm at runtime 2014-09-08 16:56:23 +02:00
linphonecore.c Add missing const to linphone_core_get_user_data signature. 2014-09-08 17:27:43 +02:00
linphonecore.h Add missing const to linphone_core_get_user_data signature. 2014-09-08 17:27:43 +02:00
linphonecore_jni.cc Add possibility to change adaptive rate algorithm at runtime 2014-09-08 16:56:23 +02:00
linphonecore_utils.h Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-23 10:53:00 +02:00
linphonefriend.h For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
linphonepresence.h Add missing const for getters' parameter. 2014-07-15 14:21:28 +02:00
lpc2xml.c Moved lpc2xml and xml2lpc from tools to coreapi 2014-02-11 16:48:01 +01:00
lpc2xml.h Moved lpc2xml and xml2lpc from tools to coreapi 2014-02-11 16:48:01 +01:00
lpconfig.c Fix remote provisioning zero-length values. Fixes #1457 again. 2014-09-04 16:10:34 +02:00
lpconfig.h add refcounting to LpConfig 2014-04-18 16:05:37 +02:00
lsd.c add new function to play a file locally, in or out of calls. 2014-03-04 22:58:56 +01:00
Makefile.am Add reference count handling to the LinphoneCallParams object. 2014-09-01 14:58:32 +02:00
message_storage.c Fix android writable dir for tests 2014-08-20 09:31:55 +02:00
misc.c Add reference count handling to the LinphoneCallParams object. 2014-09-01 14:58:32 +02:00
offeranswer.c Handle AVPF RR interval in milliseconds + fix negotiation of rtcp-fb trr-int parameter. 2014-06-19 09:55:19 +02:00
offeranswer.h replace tabs with spaces and remove trailing spaces 2014-04-22 17:22:51 +02:00
player.c add player api, fix bug in linphone_core_terminate_conference() 2014-08-31 21:58:32 +02:00
presence.c Add missing const for getters' parameter. 2014-07-15 14:21:28 +02:00
private.h Improve tunnel test: check that SIP packet actually use the tunnel 2014-09-08 14:20:31 +02:00
proxy.c Improve tunnel test: check that SIP packet actually use the tunnel 2014-09-08 14:20:31 +02:00
quality_reporting.c update ms2 2014-06-30 09:37:54 +02:00
quality_reporting.h Fix compilation for Windows Phone 8. 2014-06-25 17:46:44 +02:00
remote_provisioning.c Fix remote provisioning zero-length values. Fixes #1457 again. 2014-09-04 16:10:34 +02:00
sal.c Improve tunnel test: check that SIP packet actually use the tunnel 2014-09-08 14:20:31 +02:00
siplogin.c fix some bugs, update translations 2014-02-14 15:16:46 +01:00
sipsetup.c add user ID to login screen, fix bugs 2014-02-13 22:36:36 +01:00
sipsetup.h Fix compilation warnings: "function declaration isn’t a prototype". 2014-07-07 11:29:23 +02:00
sipwizard.c add user ID to login screen, fix bugs 2014-02-13 22:36:36 +01:00
test_ecc.c Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-04-23 10:53:00 +02:00
test_lsd.c mingw bugfixes 2010-09-20 21:20:39 +02:00
test_numbers.c add function to extract ccc from e164 number 2012-11-23 10:38:15 +01:00
TunnelManager.cc Update submodules and rtp_transport behavior 2014-09-08 14:20:31 +02:00
TunnelManager.hh Fix tunnel bug: reset 'enable register' option in proxy config after enabling/disabling the tunnel 2014-09-04 16:59:41 +02:00
upnp.c fix compilation error and fix bug when updating preview in linphone_core_set_preferred_video_size() 2014-08-06 17:27:34 +02:00
upnp.h Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-03-08 15:01:22 +01:00
xml.c Implement RFC3994: Indication of Message Composition for Instant Messaging. 2014-01-03 15:01:18 +01:00
xml2lpc.c replace tabs with spaces and remove trailing spaces 2014-04-22 17:22:51 +02:00
xml2lpc.h Moved lpc2xml and xml2lpc from tools to coreapi 2014-02-11 16:48:01 +01:00