summaryrefslogtreecommitdiffstats
path: root/util/include
AgeCommit message (Collapse)AuthorFilesLines
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-16Lowercase windows includes to fix compilation on case-sensitive platformsGravatar Martin Szulecki1-2/+2
2013-02-15util: fixed building on mingw32Gravatar Nikias Bassen4-6/+9
2013-02-15fix building on OSXGravatar Nikias Bassen1-2/+0
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
2011-08-29fixing the peek to support SSL by applying patch given in AXIS2C-1556.Gravatar samisa1-0/+45
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1162726 13f79535-47bb-0310-9956-ffa450edef68
2011-06-10Fixed the build issue by removing && and moving into ifdef and ifndef statementsGravatar damitha1-2/+4
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1134136 13f79535-47bb-0310-9956-ffa450edef68
2011-01-15applied patch with jira issue 1510. Added !defined __APPLE__ to avoid build ↵Gravatar nandika1-3/+2
error on macos when checking for unistd.h git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1059222 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13axutil_property_get_scope method addedGravatar nandika1-0/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1034837 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19license addedGravatar nandika1-0/+14
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987028 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961412 ↵Gravatar damitha1-7/+8
13f79535-47bb-0310-9956-ffa450edef68
2010-07-07jira AXIS2C-1472 and jira AXIS2C-1483Gravatar damitha3-3/+14
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961258 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Partial fix of AXIS2C-1440Gravatar damitha4-522/+522
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958884 13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Add to the api documantion to specify that copies created from hash_copy ↵Gravatar damitha1-1/+1
shold not be freed using axutil_hash_free. Refer AXIS2C-1446 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958839 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Applied patch AXIS2C-1460Gravatar damitha1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958738 13f79535-47bb-0310-9956-ffa450edef68
2010-06-26Do while loop here cause problems in linux platform. So removing it.Gravatar damitha1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958205 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24Fix doxygen errorsGravatar damitha2-3/+3
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957628 13f79535-47bb-0310-9956-ffa450edef68
2010-06-23Removed the error in macro AXIS2_UNZOPEN2 and warning 'unused variable ffunc'Gravatar damitha1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957101 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03AXIS2C-1384 axutil_date_time_get_date() should be axutil_date_time_get_day()Gravatar nadiramra1-3/+3
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@951181 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01AXIS2C-1467 Dangerous macros defs in axutil_unix.h and axutil_windows.hGravatar nadiramra3-9/+9
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@950151 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30AXIS2C-1478 Changes due to port to IBM i (aka OS/400).Gravatar nadiramra1-0/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949629 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30AXIS2C-1478 Changes due to port to IBM i (aka OS/400).Gravatar nadiramra5-1/+477
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949568 13f79535-47bb-0310-9956-ffa450edef68
2010-05-26git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@948312 ↵Gravatar nandika1-2/+9
13f79535-47bb-0310-9956-ffa450edef68
2010-04-01Refactor, adding comments, improving performanceGravatar shankar1-0/+4
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@929982 13f79535-47bb-0310-9956-ffa450edef68
2010-03-05Fixing issue AXIS2C-1441Gravatar shankar1-8/+7
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@919281 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03changing version numberGravatar shankar1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918454 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03changing version numberGravatar shankar1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918441 13f79535-47bb-0310-9956-ffa450edef68
2010-02-23fixing issue AXIS2C-1422Gravatar shankar1-0/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915291 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22new param constant addedGravatar nandika1-0/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@912515 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13Moving axis svn, part of TLP move INFRA-2441Gravatar gmcdonald57-0/+9143
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68