| .. |
|
bellesip_sal
|
fix enablement of advanced rate control
|
2017-02-05 17:12:01 +01:00 |
|
help
|
Add JNI callback for messageReceivedUnableToDecrypted
|
2017-02-02 15:03:40 +01:00 |
|
plugins/buddylookup
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
.gitignore
|
Include git version in liblinphone version if available.
|
2012-10-25 17:16:07 +02:00 |
|
account_creator.c
|
fix most common warnings
|
2017-01-14 14:13:26 +01:00 |
|
address.c
|
fix most common warnings
|
2017-01-14 14:13:26 +01:00 |
|
authentication.c
|
Reworking of Liblinphone API
|
2017-01-12 17:47:01 +01:00 |
|
buffer.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
call_log.c
|
Store chat message in database before file upload so that if the file upload fails we can try sending the chat message an other time.
|
2017-02-03 15:29:40 +01:00 |
|
call_params.c
|
Some refactoring to have a more object-oriented API.
|
2017-02-07 15:32:42 +01:00 |
|
callbacks.c
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
carddav.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
carddav.h
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
chat.c
|
tempoarily change linphone_chat_message_is_read
|
2017-02-13 13:28:38 +01:00 |
|
chat_file_transfer.c
|
stop pending file transfers when entering linphone_core_destroy().
|
2017-02-06 11:44:49 +01:00 |
|
CMakeLists.txt
|
Use NDK_ARCHITECTURE instead of CMAKE_SYSTEM_PROCESSOR as library name suffix when building for Android.
|
2017-01-20 11:18:13 +01:00 |
|
conference.cc
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
conference_private.h
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
contact_providers_priv.h
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
contactprovider.c
|
Fix make distcheck.
|
2016-11-16 14:20:01 +01:00 |
|
content.c
|
Add null character at the end of the key when storing it in a LinphoneContent (to prevent invalid reads).
|
2017-01-31 10:22:38 +01:00 |
|
dial_plan.c
|
fix Sweden contry code
|
2017-01-25 09:23:47 +01:00 |
|
dict.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
ec-calibrator.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
echo-tester.c
|
Add echo tester api + jni
|
2016-08-08 12:07:41 +02:00 |
|
enum.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
enum.h
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
error_info.c
|
Handle error cases in IMDN notifications.
|
2017-01-09 16:55:16 +01:00 |
|
event.c
|
Fix build on Windows.
|
2017-02-07 18:14:30 +01:00 |
|
factory.c
|
fix warnings
|
2017-02-08 09:12:52 +01:00 |
|
fonis.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
friend.c
|
fix multiple compilation warnings and memory corruptions in recent commits.
|
2017-02-11 10:33:38 +01:00 |
|
friendlist.c
|
Fix crash : do not search a LinphoneFriend by a NULL address
|
2017-02-13 12:18:39 +01:00 |
|
gitversion.cmake
|
gitversion.cmake: update
|
2016-08-29 15:30:29 +02:00 |
|
gitversion.h.in
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
im_encryption_engine.c
|
Put error info code in its own files.
|
2016-12-20 15:31:39 +01:00 |
|
im_notif_policy.c
|
Handle IM notification policy.
|
2017-01-03 14:56:56 +01:00 |
|
info.c
|
Move some comments from source files to headers
|
2017-01-12 17:51:44 +01:00 |
|
ldapprovider.c
|
fix most common warnings
|
2017-01-14 14:13:26 +01:00 |
|
lime.c
|
Lime key validity gets easier config file setting
|
2017-02-06 14:39:14 +07:00 |
|
lime.h
|
fix lime declaration inconsistency
|
2017-02-06 13:24:23 +01:00 |
|
linphone_tunnel.cc
|
Improvements on tunnel to make udp mirror and dual mode cohabitate + JNI wrapper
|
2017-02-01 11:20:40 +01:00 |
|
linphone_tunnel_config.c
|
Added dual tunnel client feature in TunnelManager and C API above it
|
2017-01-30 17:14:26 +01:00 |
|
linphone_tunnel_stubs.c
|
Fixes related to tunnel
|
2017-01-31 15:54:25 +01:00 |
|
linphonecall.c
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
linphonecore.c
|
-enable g729 by default
|
2017-02-13 16:27:23 +01:00 |
|
linphonecore_jni.cc
|
fix various problems with the handling of LinphoneCallStats in JNI wrapper.
|
2017-02-07 21:06:00 +01:00 |
|
localplayer.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
lpc2xml.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
lpc2xml.h
|
Correct definition of LINPHONE_PUBLIC on Windows.
|
2017-02-01 12:16:24 +01:00 |
|
lpconfig.c
|
Make LiphoneConfig inherite from belle_sip_object
|
2017-01-13 16:02:20 +01:00 |
|
lsd.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
Makefile.am
|
fix automake build
|
2017-01-14 13:52:52 +01:00 |
|
message_storage.c
|
add missing stub
|
2017-02-05 17:37:11 +01:00 |
|
misc.c
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
nat_policy.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
offeranswer.c
|
Stricter compilation options + new compilation error fixes.
|
2016-10-19 17:31:07 +02:00 |
|
offeranswer.h
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
player.c
|
Move some comments from source files to headers
|
2017-01-12 17:51:44 +01:00 |
|
presence.c
|
Make presence objects implements belle_sip_object_t interface
|
2017-01-18 11:35:50 +01:00 |
|
private.h
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
proxy.c
|
fix most common warnings
|
2017-01-14 14:13:26 +01:00 |
|
quality_reporting.c
|
fix bug in quality indicator and optimize quality reporting (avoid full copies of structures)
|
2017-02-04 17:52:57 +01:00 |
|
quality_reporting.h
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |
|
remote_provisioning.c
|
-enable g729 by default
|
2017-02-13 16:27:23 +01:00 |
|
ringtoneplayer.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
ringtoneplayer_ios.h
|
change include in ringtoneplayer_ios.h
|
2016-11-16 11:20:03 +01:00 |
|
ringtoneplayer_ios.m
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
sal.c
|
Repair multicast when ipv6 is enabled.
|
2016-10-18 23:10:21 +02:00 |
|
siplogin.c
|
fix most common warnings
|
2017-01-14 14:13:26 +01:00 |
|
sipsetup.c
|
fix most common warnings
|
2017-01-14 14:13:26 +01:00 |
|
sqlite3_bctbx_vfs.c
|
Add arm64 support for Android.
|
2017-01-20 11:19:30 +01:00 |
|
sqlite3_bctbx_vfs.h
|
fix bc_vfs header
|
2016-07-27 14:48:46 +02:00 |
|
TunnelManager.cc
|
Improvements on tunnel to make udp mirror and dual mode cohabitate + JNI wrapper
|
2017-02-01 11:20:40 +01:00 |
|
TunnelManager.hh
|
Improvements on tunnel to make udp mirror and dual mode cohabitate + JNI wrapper
|
2017-02-01 11:20:40 +01:00 |
|
upnp.c
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
upnp.h
|
Improve API so that it is more object-oriented.
|
2017-02-13 16:18:37 +01:00 |
|
vcard.cc
|
fix warnings
|
2017-02-08 09:12:52 +01:00 |
|
vcard_private.h
|
fix warnings
|
2017-02-08 09:12:52 +01:00 |
|
vcard_stubs.c
|
fix compilation without vcard
|
2017-02-08 17:14:32 +01:00 |
|
vtables.c
|
Add message_received_unable_decrypt callback
|
2017-02-01 15:36:01 +01:00 |
|
xml.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
xml2lpc.c
|
license: update FSF address
|
2016-07-27 11:58:38 +02:00 |
|
xml2lpc.h
|
Correct definition of LINPHONE_PUBLIC on Windows.
|
2017-02-01 12:16:24 +01:00 |
|
xmlrpc.c
|
Move public header files in the include/linphone directory.
|
2016-11-15 14:41:18 +01:00 |