This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
from f113353b3 Update version to 2.0.0 for upcoming release
new 44603e516 Add Android support with static service registry and HTTP/2
new 409dcb443 Android doc updates
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
axiom/configure.ac | 16 +-
build_for_tests.sh | 2 +-
configure.ac | 24 +-
docs/HTTP2_ANDROID.md | 531 +++++++++++++++++++++
guththila/configure.ac | 15 +-
neethi/configure.ac | 16 +-
samples/build.sh | 3 +-
samples/configure.ac | 16 +-
.../user_guide/camera-control-service/services.xml | 95 ++++
.../src/camera_control_service.c | 442 ++++++++++++++++-
.../src/camera_control_service.h | 127 +++++
src/core/deployment/conf_builder.c | 152 +++---
src/core/deployment/conf_init.c | 7 +-
src/core/deployment/dep_engine.c | 23 +-
src/core/deployment/desc_builder.c | 31 ++
src/core/receivers/axis2_json_rpc_msg_recv.c | 195 ++++++++
.../http/receiver/stub_http_transport_receiver.c | 218 +++++++++
.../http/sender/stub_http_transport_sender.c | 117 +++++
.../transport/http/server/apache2/apache2_worker.c | 27 +-
src/core/transport/http/server/apache2/mod_axis2.c | 325 ++++---------
tools/md5/configure.ac | 16 +-
tools/tcpmon/configure.ac | 16 +-
util/configure.ac | 34 +-
.../platforms/unix/axutil_date_time_util_unix.h | 2 +
util/include/platforms/unix/axutil_unix.h | 26 +
util/src/Makefile.am | 2 +-
util/src/platforms/unix/date_time_util_unix.c | 8 +-
util/src/platforms/unix/thread_unix.c | 2 +-
28 files changed, 2141 insertions(+), 347 deletions(-)
create mode 100644 docs/HTTP2_ANDROID.md
create mode 100644
src/core/transport/http/receiver/stub_http_transport_receiver.c
create mode 100644 src/core/transport/http/sender/stub_http_transport_sender.c