Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
04694714
Commit
04694714
authored
13 years ago
by
Simon Morlat
Browse files
Options
Download
Plain Diff
Merge branch 'master' of git.linphone.org:linphone
parents
a877fe85
4964b82f
No related merge requests found
Changes
22
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.cproject
+8
-0
.cproject
.gitignore
+11
-0
.gitignore
build/android/Android.mk
+12
-1
build/android/Android.mk
configure.ac
+30
-1
configure.ac
coreapi/Makefile.am
+16
-6
coreapi/Makefile.am
coreapi/TunnelManager.cc
+435
-0
coreapi/TunnelManager.cc
coreapi/TunnelManager.hh
+171
-0
coreapi/TunnelManager.hh
coreapi/linphone_tunnel_manager.cc
+138
-0
coreapi/linphone_tunnel_manager.cc
coreapi/linphone_tunnel_manager.h
+89
-0
coreapi/linphone_tunnel_manager.h
coreapi/linphonecall.c
+21
-8
coreapi/linphonecall.c
coreapi/linphonecore.c
+47
-8
coreapi/linphonecore.c
coreapi/linphonecore.h
+23
-2
coreapi/linphonecore.h
coreapi/linphonecore_jni.cc
+46
-0
coreapi/linphonecore_jni.cc
coreapi/offeranswer.c
+2
-2
coreapi/offeranswer.c
coreapi/private.h
+13
-3
coreapi/private.h
gtk/Makefile.am
+3
-1
gtk/Makefile.am
gtk/parameters.ui
+73
-340
gtk/parameters.ui
gtk/propertybox.c
+84
-0
gtk/propertybox.c
gtk/tunnel_config.ui
+202
-0
gtk/tunnel_config.ui
java/common/org/linphone/core/LinphoneCore.java
+13
-1
java/common/org/linphone/core/LinphoneCore.java
with
1437 additions
and
373 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets