summaryrefslogtreecommitdiffstats
path: root/src/core/transport/http
AgeCommit message (Collapse)AuthorFilesLines
2010-07-07Patch in AXIS2C-1417 appliedGravatar damitha1-0/+30
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961429 13f79535-47bb-0310-9956-ffa450edef68
2010-07-07jira AXIS2C-1472 and jira AXIS2C-1483Gravatar damitha1-0/+6
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@961258 13f79535-47bb-0310-9956-ffa450edef68
2010-07-05In http 1.0 Keep-Alive false case transport sender is freed prematurely at ↵Gravatar damitha1-2/+9
http_transport_sender. Because of this, although soap message comes through the wire it cannot be processed. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@960429 13f79535-47bb-0310-9956-ffa450edef68
2010-06-30git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@959266 ↵Gravatar nandika1-1/+4
13f79535-47bb-0310-9956-ffa450edef68
2010-06-29Partial fix of AXIS2C-1440Gravatar damitha5-2188/+2188
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958884 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Applying patch in AXIS2C-1372Gravatar damitha1-2/+11
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958471 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Applied change AXIS2C-1476Gravatar damitha1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958460 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Axis2c1470:- Applied the second modification suggestedGravatar damitha1-0/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958459 13f79535-47bb-0310-9956-ffa450edef68
2010-06-27Fixing memory leak in http cookie session implementationGravatar damitha1-2/+30
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958325 13f79535-47bb-0310-9956-ffa450edef68
2010-06-05minor correctionGravatar nadiramra1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@951640 13f79535-47bb-0310-9956-ffa450edef68
2010-06-01Minor API name correction receive to receive. kept old api for backward ↵Gravatar nadiramra3-40/+36
compatibility but removed from header file. git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@950233 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Fixing 64bit compilation issueGravatar shankar1-3/+3
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@931785 13f79535-47bb-0310-9956-ffa450edef68
2010-04-08Fixing 64bit compilation issueGravatar shankar2-5/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@931771 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07Fixing issue AXIS2C-1233Gravatar shankar1-9/+0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@931454 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07Fixing issue AXIS2C-995Gravatar shankar1-5/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@931429 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06Fixing memory leaksGravatar shankar1-18/+27
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@931092 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05Fixing memory leaksGravatar shankar1-2/+11
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930851 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05Fixing memory leaksGravatar shankar1-1/+0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930850 13f79535-47bb-0310-9956-ffa450edef68
2010-04-05Fixing memory leaksGravatar shankar1-0/+8
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@930840 13f79535-47bb-0310-9956-ffa450edef68
2010-03-11Fixing issue AXIS2C-1468Gravatar shankar2-2/+38
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@921684 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09Fixing issues AXIS2C-1418 and AXIS2C-1418Gravatar shankar1-5/+6
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@920628 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03fixing compilation issue with openssl 1.0.0 beta4Gravatar shankar1-1/+1
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918422 13f79535-47bb-0310-9956-ffa450edef68
2010-03-03fixing issue AXIS2C-1240Gravatar shankar1-2/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918410 13f79535-47bb-0310-9956-ffa450edef68
2010-03-01Add modification to axis2_http_server_get_epr_for_service so that if service ↵Gravatar damitha1-3/+13
name is not passed it will just return the server name with ip git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@917798 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24changing strcasecmp to axutil_strcasecmp. Check AXIS2C-924 for more detailsGravatar shankar2-17/+17
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915678 13f79535-47bb-0310-9956-ffa450edef68
2010-02-24removing unwanted -lpthreadGravatar shankar3-8/+5
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@915653 13f79535-47bb-0310-9956-ffa450edef68
2010-02-15git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@910185 ↵Gravatar damitha1-0/+1
13f79535-47bb-0310-9956-ffa450edef68
2010-02-13Moving axis svn, part of TLP move INFRA-2441Gravatar gmcdonald61-0/+23422
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@909681 13f79535-47bb-0310-9956-ffa450edef68