linphone-iphone/coreapi
2014-06-25 17:54:00 +02:00
..
bellesip_sal add linphone_core_get_user_agent to retrieve local user agent 2014-06-24 14:17:11 +02:00
help Fix some documentation generation warnings. 2014-06-12 13:39:29 +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 allow multiple transports in gtk application, allow to configure transport per proxy (not yet finished) 2013-11-30 11:25:55 +01:00
authentication.c add new log to track auth info added interactively. 2014-02-14 18:04:16 +01:00
callbacks.c fix memory leaks 2014-06-10 16:30:47 +02:00
chat.c Fix compilation on Linux. 2014-06-23 18:18:13 +02:00
CMakeLists.txt Link against libgcc and libmingwex when compiling for Windows with CMake. 2014-04-23 10:39:42 +02:00
conference.c fix crash with conference and ICE 2014-05-21 16:25: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 some documentation generation warnings. 2014-06-12 13:39:29 +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
info.c File transfer: fix memory leak 2014-06-02 06:58:19 +02:00
linphone_tunnel.cc Add API to know if tunnel auto detect is enabled. 2013-10-24 15:19:51 +02:00
linphone_tunnel.h removed minor warnings generated by doxygen due to outdated functions prototype 2014-06-05 17:38:15 +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 Merge remote-tracking branch 'origin/master' into dev_recorder 2014-06-25 17:11:34 +02:00
linphonecore.c Merge remote-tracking branch 'origin/master' into dev_recorder 2014-06-25 17:11:34 +02:00
linphonecore.h Merge remote-tracking branch 'origin/master' into dev_recorder 2014-06-25 17:11:34 +02:00
linphonecore_jni.cc Use the iSAC codec and WebRTC echo canceller from the mswebrtc plugin on Android. 2014-06-13 14:57:24 +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 imlement java synchronization of LinphoneFriend with LinphoneCore 2014-01-22 16:49:15 +01:00
linphonepresence.h removed minor warnings generated by doxygen due to outdated functions prototype 2014-06-05 17:38:15 +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 improve management of comments in linphonerc parser 2014-05-21 15:43:58 +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 * notify friend status to offline when network goes unreachable 2014-05-12 12:41:32 +02:00
message_storage.c Add an API to set and retrieve chat messages "app data". This allows clients to store resilient data for each messages 2014-06-02 14:06:03 +02:00
misc.c Rename the MKV_WRITER filter into MKV_RECORDER 2014-06-24 13:22:10 +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
presence.c Fix memory leak in presence model. 2014-06-03 12:22:03 +02:00
private.h fix build issue 2014-06-25 17:54:00 +02:00
proxy.c Quality reporting: check it is enabled before processing call state changes 2014-06-13 11:31:26 +02:00
quality_reporting.c QosAnalyser: change dialog_id and reset avg values 2014-06-24 14:18:19 +02:00
quality_reporting.h add linphone_core_get_user_agent to retrieve local user agent 2014-06-24 14:17:11 +02:00
remote_provisioning.c adapt to lastest belle-sip and fix bad naming of variables. 2014-05-16 22:14:26 +02:00
sal.c Fix bug 0001279: Wrong usage of n_active_streams in the media descriptions. 2014-06-10 13:26:41 +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 add user ID to login screen, fix bugs 2014-02-13 22:36:36 +01: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 fix linphone_proxy_config_edit() calls unbalanced with linphone_proxy_config_done() calls. 2014-05-26 22:10:05 +02:00
TunnelManager.hh Merge remote-tracking branch 'public/master' into belle-sip 2013-05-10 15:49:33 +02:00
upnp.c Fix bug 0001279: Wrong usage of n_active_streams in the media descriptions. 2014-06-10 13:26:41 +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