summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)AuthorFilesLines
2013-02-16Fix building with mingw and make sure linking generates proper DLL filesGravatar Martin Szulecki3-3/+18
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 Bassen9-9/+57
2013-02-15fix building on OSXGravatar Nikias Bassen1-2/+0
2012-12-26added newlines, Fix for AXIS2C-1504Gravatar nandika1-1/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425925 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-08-01patch applied for AXIS2C-1603Gravatar nandika1-1/+14
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1368044 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30Applied patch given in AXIS2C-1557 to close the socket when in errorGravatar samisa1-0/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1163227 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30applied date time issue fixing patch provided in AXIS2C-1500Gravatar samisa1-4/+41
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1163206 13f79535-47bb-0310-9956-ffa450edef68
2011-08-30added the patch gievn in AXIS2C-1439 to fix UUID when MAC addr is nullGravatar samisa1-2/+16
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1163204 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29Applied the patch given to AXIS2C-1549 that Allow shared libs to be loaded ↵Gravatar samisa1-0/+8
using literal filenames as well as original inferred style git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1162744 13f79535-47bb-0310-9956-ffa450edef68
2011-08-29fixing the peek to support SSL by applying patch given in AXIS2C-1556.Gravatar samisa2-0/+67
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 nandika2-0/+14
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@987032 13f79535-47bb-0310-9956-ffa450edef68
2010-08-19license addedGravatar nandika18-0/+252
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@987028 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18license addedGravatar nandika11-0/+187
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986694 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18license addedGravatar nandika2-0/+34
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986693 13f79535-47bb-0310-9956-ffa450edef68
2010-08-18license addedGravatar nandika13-0/+182
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@986633 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@981432 ↵Gravatar damitha10-10/+10
13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Adding test suite to dist buildGravatar damitha1-1/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@981425 13f79535-47bb-0310-9956-ffa450edef68
2010-07-08Added the simple test suite suggested in AXIS2C-1412Gravatar damitha31-990/+584
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961590 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-07Refer AXIS2C-1466Gravatar damitha2-9/+9
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961310 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07jira AXIS2C-1472 and jira AXIS2C-1483Gravatar damitha4-5/+16
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 damitha7-1646/+1646
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 damitha2-14/+4
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 damitha2-2/+2
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@957101 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14error in calculating url length which was causing segfault fixedGravatar nandika1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@954378 13f79535-47bb-0310-9956-ffa450edef68
2010-06-13Applied the patch sent by Akos Marton in axis-c-dev list, on using socklen_t ↵Gravatar damitha1-6/+5
* instead of int *. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@954270 13f79535-47bb-0310-9956-ffa450edef68
2010-06-03AXIS2C-1384 axutil_date_time_get_date() should be axutil_date_time_get_day()Gravatar nadiramra4-5/+13
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 nadiramra4-12/+15
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@950151 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31AXIS2C-1473 some leaks in thread_unix.c and thread_pool.cGravatar nadiramra2-23/+13
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949662 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31AXIS2C-1462 axutil_log_impl_log_user() logs with AXIS2_LOG_LEVEL_DEBUG Gravatar nadiramra1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949659 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31AXIS2C-1414 Error in length computing in util/url.cGravatar nadiramra1-64/+80
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949655 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31AXIS2C-1461 axutil_allocator_init(): unsafe memset() callGravatar nadiramra1-9/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@949639 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30AXIS2C-1478 Changes due to port to IBM i (aka OS/400).Gravatar nadiramra2-2/+4
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 nadiramra9-1/+1592
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-05Fixing memory leaksGravatar shankar1-1/+4
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930802 13f79535-47bb-0310-9956-ffa450edef68
2010-04-01Refactor, adding comments, improving performanceGravatar shankar2-1/+4
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@929982 13f79535-47bb-0310-9956-ffa450edef68
2010-03-30configure.ac modifiedGravatar nandika1-5/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@929068 13f79535-47bb-0310-9956-ffa450edef68
2010-03-08Fixing accedental deletion of -lpthread. Gravatar shankar1-0/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@920388 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-05checking error status according to AXIS2C-1362Gravatar shankar1-3/+27
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@919278 13f79535-47bb-0310-9956-ffa450edef68