Bill Blough [Sun, 7 Jan 2018 22:56:19 +0000 (22:56 +0000)]
Switch axiom test_util to use gtest
Bill Blough [Sun, 7 Jan 2018 19:43:31 +0000 (19:43 +0000)]
Switch test_soap to use gtest
Bill Blough [Sun, 7 Jan 2018 19:43:29 +0000 (19:43 +0000)]
Switch test_om to use gtest
Bill Blough [Sun, 7 Jan 2018 19:43:27 +0000 (19:43 +0000)]
Add gtest support for axiom
Bill Blough [Sun, 7 Jan 2018 02:07:26 +0000 (02:07 +0000)]
Add support for Google Test Framework
Add support for using out-of-tree copy of gtest by using the
--with-gtest=<path> configure flag, where <path> is the path to the
gtest source directory. The gtest libs will be compiled and copied into
the working tree.
JIRA: AXIS2C-1691
Bill Blough [Sun, 7 Jan 2018 01:48:17 +0000 (01:48 +0000)]
Fix WRAPPER_DIR contention between libxml2 and guththila
When configuring with --disable-libxml2 AND --enable-guththila, the WRAPPER_DIR
variable gets cleared by --disable-libxml2 even after --enable-guththila has
set it.
JIRA: AXIS2C-1684
Bill Blough [Sun, 7 Jan 2018 01:31:39 +0000 (01:31 +0000)]
Optionally enable code coverage statistics
Add configure/makefile support for enabling gcov-based test coverage statistics
JIRA: AXIS2C-1689
Bill Blough [Mon, 11 Dec 2017 03:13:23 +0000 (03:13 +0000)]
Fix comment typo
Fix comment typo as reported at https://github.com/apache/axis2-c/pull/3
Submitted-by: Bruno Kinoshita <kinow>
Bill Blough [Sun, 10 Dec 2017 18:03:37 +0000 (18:03 +0000)]
Replace C++-style comments with C-style comments
C90 does not recognize C++ style comments. Replace with C-style comments
for compatibility.
Jira: AXIS2C-1688
Rafael Bronzeri [Sun, 18 Sep 2016 17:54:38 +0000 (17:54 +0000)]
axiom_node_add_sibling function added. It can be used to generates a multipart envelop payload.
Jira: AXIS2C-1687
Rafael Bronzeri [Sun, 18 Sep 2016 17:54:09 +0000 (17:54 +0000)]
axiom_node_add_sibling function added. It can be used to generates a multipart envelop payload.
Jira: AXIS2C-1687
Rafael Bronzeri [Sun, 18 Sep 2016 15:46:53 +0000 (15:46 +0000)]
Get compatibility with anothers Web Services Frameworks, adjust payload with xmlns
Rafael Bronzeri [Wed, 6 Jul 2016 03:38:47 +0000 (03:38 +0000)]
Fixed Bug: AXIS2C-1674. Simple HttpServer crashes when reading directories in Windows 2012 Server
Rafael Bronzeri [Wed, 6 Jul 2016 03:38:30 +0000 (03:38 +0000)]
Fixed Bug: AXIS2C-1674. Simple HttpServer crashes when reading directories in Windows 2012 Server
Rafael Bronzeri [Wed, 6 Jul 2016 03:38:14 +0000 (03:38 +0000)]
Fixed Bug: AXIS2C-1674. Simple HttpServer crashes when reading directories in Windows 2012 Server
Rafael Bronzeri [Wed, 6 Jul 2016 03:37:54 +0000 (03:37 +0000)]
Fixed Bug: AXIS2C-1674. Simple HttpServer crashes when reading directories in Windows 2012 Server
Rafael Bronzeri [Wed, 6 Jul 2016 03:37:11 +0000 (03:37 +0000)]
Fixed Bug: AXIS2C-1677. Include the last two characters CRLF at the end of SOAP Env in Http Content-Length
Nadir K. Amra [Tue, 10 Nov 2015 17:44:03 +0000 (17:44 +0000)]
Simplify/cleanup code
Nadir K. Amra [Tue, 10 Nov 2015 17:34:54 +0000 (17:34 +0000)]
Simplify/cleanup code
Nadir K. Amra [Tue, 10 Nov 2015 17:30:28 +0000 (17:30 +0000)]
Simplify/cleanup code
Nadir K. Amra [Fri, 6 Nov 2015 22:51:32 +0000 (22:51 +0000)]
Simplify code
Nadir K. Amra [Fri, 6 Nov 2015 22:05:50 +0000 (22:05 +0000)]
check pointer before free'ing
Nadir K. Amra [Fri, 6 Nov 2015 21:46:01 +0000 (21:46 +0000)]
Simplify code
Alex Mantaut [Tue, 7 Jan 2014 23:44:38 +0000 (23:44 +0000)]
Fixes server Segfault with guththila parser. Fixes AXIS2C-1628. Thanks loentar for the patch.
Alex Mantaut [Fri, 3 Jan 2014 18:25:57 +0000 (18:25 +0000)]
Modified closure of logfile to avoid in some cases closing stderr. Fixes issue AXIS2C-1655.
Alex Mantaut [Mon, 18 Nov 2013 18:46:43 +0000 (18:46 +0000)]
Modified axiom_node_detach_without_namespaces() to keep a reference to the builder if the node is the owner.
Fixes AXIS2C-1650.
Alex Mantaut [Mon, 18 Nov 2013 15:44:32 +0000 (15:44 +0000)]
Fixed some mem leaks from test_xpath, in order to simplify finding mem leaks in xpath for issue AXIS2C-1650
Alex Mantaut [Fri, 13 Sep 2013 22:25:03 +0000 (22:25 +0000)]
Fix for issue AXIS2C-1628 + test.
Alex Mantaut [Thu, 5 Sep 2013 18:43:28 +0000 (18:43 +0000)]
Fix PKG_PROG_PKG_CONFIG() missing macro in earlier pkg-config versions (caused
configure failure on axiom)
Axiom now ships with it's own pkg.m4 file in order to guarantee the minimum
macros needed.
Fixes issue AXIS2C-1647.
commting AXIS2C-1645 patch
Alex Mantaut [Thu, 18 Jul 2013 17:45:05 +0000 (17:45 +0000)]
Replaced logs for sprintf, when log unavailable, fixes AXIS2C-1629
Readme file updated , Fixed broken links ,https://issues.apache.org/jira/browse/AXIS2C-1643
Weerapurage Dinesh Premalal [Fri, 12 Apr 2013 04:03:42 +0000 (04:03 +0000)]
applying patch Alex Mantaut provided for 1632 to fix a memory leak
Weerapurage Dinesh Premalal [Mon, 7 Jan 2013 17:52:35 +0000 (17:52 +0000)]
adding patch for Axis2C-1370 from Alex Mantaut
Applied patch AXIS2C-1526
Fixed memory leak
Fixed warnings with -Werror
Added missing setting of service group context id
Fix for issue AXIS2C-1553
Warnings fixed with -Werror
Warnings fixed with -Werror
Fixed warnings with -Werror
Fixed warnings with -Werror
Fixed warnings with -Werror
Fixed warnings with -Werror
Fixed warning with -Werror
Fixed warning from -Werror
Fixed error with -Werror
adding changes for issue AXIS2C-1524
changes for issue AXIS2C-1524
unused variables commented to fix -Werror warnings
unused variables commented to fix warnings with -Werror
commented unused variables to fix -Werror warnings
commented variables to fix -Werror warnings
unused variables commented to fix warings with -Werror
added missing soap version setting when setting response soap envelope
fixing issue AXIS2C-1518, content type setting corrected
added newlines, Fix for AXIS2C-1504
added libneethi.la to Makefile.am , AXIS2C-1578
libaxis2_parser.la added to makefile to fix build errors with libxml2
added libaxis2_parser.la path to fix compliation error when building with libxml2
svn links doc updated, added viewvc link ( AXIS2C-1458 )
Committing patch for AXIS2C-1597.
Weerapurage Dinesh Premalal [Tue, 20 Nov 2012 04:38:25 +0000 (04:38 +0000)]
Applying patch for AXIS2C-1594. Thanks Ivan Pechorin for the patch.
Weerapurage Dinesh Premalal [Tue, 20 Nov 2012 04:27:38 +0000 (04:27 +0000)]
Applying patch for AXIS2C-1611 by Alex Mantaut. Thanks Alex ! After applying the patch, build system working fine and samples working fine.
Weerapurage Dinesh Premalal [Thu, 8 Nov 2012 02:46:51 +0000 (02:46 +0000)]
Committed patch from Alex Mantaut for issue AXIS2C-1606. Patch uses parser wrapper as it should be, build with --enable-libxml2 and --disable-guththila options on svn head. Everything compiled fine.
Thanks Alex for the patch.
patch applied for AXIS2C-1603
Don Samisa Abeysinghe [Thu, 16 Feb 2012 04:23:37 +0000 (04:23 +0000)]
adding script that can be used to pack the bin/src zip and tar on linux
Don Samisa Abeysinghe [Sat, 11 Feb 2012 16:02:59 +0000 (16:02 +0000)]
updated copyright notice
Don Samisa Abeysinghe [Sat, 11 Feb 2012 15:24:30 +0000 (15:24 +0000)]
fixed the ntml packaging problem for dist
type fixed
adding patch 0004 of jira issue 1582
adding patch 0004 of jira issue 1582
patch 0002 applied for jira issue 1582
patch 0001 applied from jira issue 1582
Damitha N.M. Kumarage [Wed, 23 Nov 2011 09:27:58 +0000 (09:27 +0000)]
Please refer AXIS2C-1569
Damitha N.M. Kumarage [Mon, 10 Oct 2011 11:57:34 +0000 (11:57 +0000)]
Please refer to
https://issues.apache.org/jira/browse/AXIS2C-1563. Fixed that problem by freeing repository listner when service load failed
Selvaratnam Uthaiyashankar [Thu, 6 Oct 2011 05:45:03 +0000 (05:45 +0000)]
Calling INfaultflow when received message has a fault.
Selvaratnam Uthaiyashankar [Thu, 6 Oct 2011 05:44:18 +0000 (05:44 +0000)]
Some frameworks (e.g WSE) sends empty faultstring. Hence checking for empty and continue without failing.
makefile updated
Damitha N.M. Kumarage [Fri, 23 Sep 2011 10:32:59 +0000 (10:32 +0000)]
Please refer
https://issues.apache.org/jira/browse/AXIS2C-1562
Damitha N.M. Kumarage [Fri, 23 Sep 2011 09:38:44 +0000 (09:38 +0000)]
Please refer to
https://issues.apache.org/jira/browse/AXIS2C-1561
fixing the build issue with SSL
Don Samisa Abeysinghe [Sat, 3 Sep 2011 04:21:17 +0000 (04:21 +0000)]
fixed build and dist scripts to use default apache2 and apr header locations
Don Samisa Abeysinghe [Sat, 3 Sep 2011 04:20:06 +0000 (04:20 +0000)]
Fixed the source pack problem, where ntlm did not make into the source pack
Don Samisa Abeysinghe [Tue, 30 Aug 2011 14:24:57 +0000 (14:24 +0000)]
Applied patch given in AXIS2C-1557 to close the socket when in error
Don Samisa Abeysinghe [Tue, 30 Aug 2011 14:18:20 +0000 (14:18 +0000)]
Applied the patch provided in AXIS2C-1544 that fixes problems with shared lib
Don Samisa Abeysinghe [Tue, 30 Aug 2011 13:56:22 +0000 (13:56 +0000)]
applied patch given in AXIS2C-1521 to fix SSL build error
Don Samisa Abeysinghe [Tue, 30 Aug 2011 13:50:00 +0000 (13:50 +0000)]
applying patch AXIS2C-1522, to fix corruption
Don Samisa Abeysinghe [Tue, 30 Aug 2011 13:41:46 +0000 (13:41 +0000)]
applied date time issue fixing patch provided in AXIS2C-1500
Don Samisa Abeysinghe [Tue, 30 Aug 2011 13:32:20 +0000 (13:32 +0000)]
added the patch gievn in AXIS2C-1439 to fix UUID when MAC addr is null
Don Samisa Abeysinghe [Tue, 30 Aug 2011 13:02:52 +0000 (13:02 +0000)]
Applying patch provided for AXIS2C-1503, fixes the missing dependancies.
Selvaratnam Uthaiyashankar [Tue, 30 Aug 2011 12:42:33 +0000 (12:42 +0000)]
Fixing compilation issue in visual studio project
Selvaratnam Uthaiyashankar [Tue, 30 Aug 2011 06:36:27 +0000 (06:36 +0000)]
disabling NTLM by default
Don Samisa Abeysinghe [Mon, 29 Aug 2011 11:22:25 +0000 (11:22 +0000)]
Applied the patch given to AXIS2C-1549 that Allow shared libs to be loaded using literal filenames as well as original inferred style
Don Samisa Abeysinghe [Mon, 29 Aug 2011 11:05:56 +0000 (11:05 +0000)]
Fixing AXIS2C-1552 with given patch. Fixes the service skeleton init with a conf
Don Samisa Abeysinghe [Mon, 29 Aug 2011 10:54:57 +0000 (10:54 +0000)]
fixing the peek to support SSL by applying patch given in AXIS2C-1556.
http_sender.c debug messages added
download.html file updated
makefile updated