Log of /webservices/axis2/trunk/c/include/axis2_msg_ctx.h
Parent Directory
|
Revision Log
Revision
617668 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 1 21:55:41 2008 UTC
(21 months, 3 weeks ago)
by
bmitchell
File length: 59097 byte(s)
Diff to
previous 616693
(
colored)
Fix AXIS2C-830:
Move the curl handler structure from static to the created axis2_libcurl structure.
Make the create/free methods on the axis2_libcurl structure public.
Change http_transport_sender.c and http_sender.c to explicitly create and tear down
the axis2_libcurl structure around the client session.
Fix AXIS2C-861:
Add the manage_session flag to the msg_ctx; obtain its value from manage_session flag
in the service options.
If the manage_session flag is enabled, enable CURLOPT_COOKIEFILE. When the flag
is disabled, clear the remembered cookies.
Add svn:eol-style native to both to remove/add CR characters from Windows
Revision
499268 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 24 05:44:07 2007 UTC
(2 years, 10 months ago)
by
samisa
File length: 68888 byte(s)
Diff to
previous 498537
(
colored)
Fixed loads of stuff.
1. Removeduse of qnames where it can be done with other more efficient means
2. Removed hash and replaced with array where it would be possible and more efficient to use arryas
3. Removed unwated buffer duplication in xml writer
4. Removed unwanted namespace declaration checking in libxml writer wrapper
Revision
498537 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 22 05:57:41 2007 UTC
(2 years, 10 months ago)
by
samisa
File length: 68887 byte(s)
Diff to
previous 498076
(
colored)
Removed ops, fixed logic to remove unwanted logic and make it more efficient. Dopped logic to minimize use of properties. Also introduced a string struct
Revision
497009 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 17 12:48:59 2007 UTC
(2 years, 10 months ago)
by
damitha
File length: 68082 byte(s)
Diff to
previous 494687
(
colored)
Commented where it free thread_env. commented AXIS2_SVC_SKELETON_FREE(svc_obj, env);
in raw_xml_msg_recv.c file. These issues should be readdressed once the problems
identified resolved. Please refer to corresponding jira
Revision
419742 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 6 23:37:15 2006 UTC
(3 years, 4 months ago)
by
samisa
File length: 33431 byte(s)
Diff to
previous 418700
(
colored)
Added executaion chain and current handler chain related stuff.
Also fixed the install problem of engine header
Revision
410712 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 1 01:36:55 2006 UTC
(3 years, 5 months ago)
by
samisa
File length: 30723 byte(s)
Diff to
previous 410566
(
colored)
Replaced AXIS2_DECLARE with AXIS2_EXTERN to seperate the concerns of import/export and calling convention
Revision
410566 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 31 15:54:07 2006 UTC
(3 years, 5 months ago)
by
samisa
File length: 30714 byte(s)
Diff to
previous 399571
(
colored)
Replaced the double pointer parameter for environment with single const pointer
This would make the code more efficinet and also removed the unwanted use of double pointer parameter
Revision
394835 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 18 04:33:24 2006 UTC
(3 years, 7 months ago)
by
samisa
File length: 29668 byte(s)
Diff to
previous 389390
(
colored)
Adding more fixes related to the fault model.
These shortcommings in the fault model were revealed when working on addressing interop.
Revision
383455 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 6 03:25:26 2006 UTC
(3 years, 8 months ago)
by
damitha
File length: 31869 byte(s)
Diff to
previous 379333
(
colored)
There was this problem of freeing properties which were set
in ctx.c. I solved this by adopting the same technique as
wsdl_component.
Revision
356680 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 14 01:36:14 2005 UTC
(3 years, 11 months ago)
by
samisa
File length: 31789 byte(s)
Diff to
previous 356513
(
colored)
Updated the code to remove comments that were put to cover up for dependancy on description structs.
Now the code is complete, but needs testing
Revision
356485 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 13 06:12:20 2005 UTC
(3 years, 11 months ago)
by
samisa
File length: 32521 byte(s)
Diff to
previous 356101
(
colored)
Added the initial compiling version of engine. There are many TODOs to be resolved wehn SOAP is available
Revision
353999 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Dec 5 06:33:35 2005 UTC
(3 years, 11 months ago)
by
damitha
File length: 31828 byte(s)
Diff to
previous 351594
(
colored)
is_paused is refered from phase.c but is not implemented in msg_ctx.
Fixed this. also fixed some link dependancies for unit tests after
they were moved to root
Revision
351594 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 2 05:13:39 2005 UTC
(3 years, 11 months ago)
by
damitha
File length: 31583 byte(s)
Diff to
previous 349099
(
colored)
Description module and wsdl module is not compiling. All the files
and code now are in place. Need some refactoring
Revision
348853 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 25 02:23:56 2005 UTC
(4 years ago)
by
samisa
File length: 31555 byte(s)
Diff to
previous 344951
(
colored)
The comiling version of complete implementation.
There are many blocks of code that are commented in this code.
Those should be uncommented once external depandancies are resoled,
that is when thos structs are implemented.
Revision
344043 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 14 05:21:31 2005 UTC
(4 years ago)
by
samisa
File length: 2722 byte(s)
Diff to
previous 332686
(
colored)
Dropped the derived referance as the engine is supposed to be sate less and the invoke
method implementation is not state sensitive
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.