summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-17Fix install hook for documentation to also work on uninstallfixesGravatar Martin Szulecki1-1/+1
2013-02-16Fix building with mingw and make sure linking generates proper DLL filesGravatar Martin Szulecki31-27/+100
2013-02-16Fix MingW compiler warning about include order of winsock2.hGravatar Martin Szulecki1-1/+1
By including windows.h before winsock2.h old winsock code will be used underneath. To prevent this winsock2.h needs to be included first which will cause the use of the correct winsock code for Win32 targets.
2013-02-16Fix circular dependency between engine and http/common transportGravatar Martin Szulecki3-9/+8
The circular dependency prevents proper cross compilation. A proper long-term solution requires refactoring of the affected code.
2013-02-16Initialize n_nodes[] before useGravatar Martin Szulecki1-0/+2
2013-02-16Fix undefined references for axium xpath moduleGravatar Martin Szulecki1-1/+2
2013-02-16Build om library before xpath as latter depends on itGravatar Martin Szulecki1-1/+1
2013-02-16Lowercase windows includes to fix compilation on case-sensitive platformsGravatar Martin Szulecki1-2/+2
2013-02-16http_receiver: fix building on mingw32Gravatar Nikias Bassen2-30/+2
2013-02-15util: fixed building on mingw32Gravatar Nikias Bassen9-9/+57
2013-02-15fix building on OSXGravatar Nikias Bassen1-2/+0
2013-01-07adding patch for Axis2C-1370 from Alex MantautHEADmasterGravatar dinesh1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1429921 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28Applied patch AXIS2C-1526Gravatar nandika1-0/+9
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426482 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28Fixed memory leakGravatar nandika1-2/+11
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426481 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28Fixed warnings with -WerrorGravatar nandika1-11/+12
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426444 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28Added missing setting of service group context idGravatar nandika1-0/+12
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426439 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28Fix for issue AXIS2C-1553Gravatar nandika2-3/+4
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426438 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Warnings fixed with -WerrorGravatar nandika5-15/+12
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426255 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Warnings fixed with -WerrorGravatar nandika1-5/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426254 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed warnings with -WerrorGravatar nandika1-2/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426145 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed warnings with -WerrorGravatar nandika1-9/+10
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426132 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed warnings with -WerrorGravatar nandika1-2/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426131 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed warnings with -WerrorGravatar nandika1-6/+7
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426130 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed warning with -WerrorGravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426127 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed warning from -WerrorGravatar nandika1-2/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426125 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27Fixed error with -WerrorGravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426124 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27adding changes for issue AXIS2C-1524Gravatar nandika1-3/+12
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426123 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27changes for issue AXIS2C-1524Gravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1426122 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26unused variables commented to fix -Werror warningsGravatar nandika1-10/+15
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425989 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26unused variables commented to fix warnings with -WerrorGravatar nandika1-3/+3
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425987 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26commented unused variables to fix -Werror warningsGravatar nandika2-4/+4
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425984 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26commented variables to fix -Werror warningsGravatar nandika1-6/+6
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425982 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26unused variables commented to fix warings with -WerrorGravatar nandika2-6/+7
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425981 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26added missing soap version setting when setting response soap envelopeGravatar nandika1-0/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425967 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26fixing issue AXIS2C-1518, content type setting correctedGravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425947 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26added newlines, Fix for AXIS2C-1504Gravatar nandika3-2/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425925 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26added libneethi.la to Makefile.am , AXIS2C-1578Gravatar nandika1-0/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425906 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26libaxis2_parser.la added to makefile to fix build errors with libxml2Gravatar nandika3-3/+6
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425898 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26added libaxis2_parser.la path to fix compliation error when building with ↵Gravatar nandika1-0/+1
libxml2 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425896 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26svn links doc updated, added viewvc link ( AXIS2C-1458 )Gravatar nandika1-28/+93
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425852 13f79535-47bb-0310-9956-ffa450edef68
2012-12-26Committing patch for AXIS2C-1597.Gravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425848 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20Applying patch for AXIS2C-1594. Thanks Ivan Pechorin for the patch.Gravatar dinesh1-4/+0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1411533 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20Applying patch for AXIS2C-1611 by Alex Mantaut. Thanks Alex ! After applying ↵Gravatar dinesh1-0/+12
the patch, build system working fine and samples working fine. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1411532 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08Committed patch from Alex Mantaut for issue AXIS2C-1606. Patch uses parser ↵Gravatar dinesh2-1/+49
wrapper as it should be, build with --enable-libxml2 and --disable-guththila options on svn head. Everything compiled fine. Thanks Alex for the patch. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1406900 13f79535-47bb-0310-9956-ffa450edef68
2012-08-01patch applied for AXIS2C-1603Gravatar nandika5-5/+57
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1368044 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16adding script that can be used to pack the bin/src zip and tar on linuxGravatar samisa1-0/+27
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1244846 13f79535-47bb-0310-9956-ffa450edef68
2012-02-11updated copyright noticeGravatar samisa1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1243084 13f79535-47bb-0310-9956-ffa450edef68
2012-02-11fixed the ntml packaging problem for distGravatar samisa1-0/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1243083 13f79535-47bb-0310-9956-ffa450edef68
2012-02-04type fixedGravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1240553 13f79535-47bb-0310-9956-ffa450edef68
2012-02-04adding patch 0004 of jira issue 1582Gravatar nandika1-1896/+1904
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1240493 13f79535-47bb-0310-9956-ffa450edef68