/[Apache-SVN]/webservices/axis2/trunk/c/include/axis2_conf.h
ViewVC logotype

Log of /webservices/axis2/trunk/c/include/axis2_conf.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 751585 - (view) (annotate) - [select for diffs]
Modified Mon Mar 9 05:12:09 2009 UTC (8 months, 2 weeks ago) by supun
File length: 27875 byte(s)
Diff to previous 596270 (colored)
adding a new getter method to get the handler list

Revision 596270 - (view) (annotate) - [select for diffs]
Modified Mon Nov 19 11:07:32 2007 UTC (2 years ago) by dushshantha
File length: 27746 byte(s)
Diff to previous 596104 (colored)
fixed windows build break

Revision 596104 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:45:50 2007 UTC (2 years ago) by dinesh
File length: 27760 byte(s)
Diff to previous 580274 (colored)
Merged revisions 594492-596102 via svnmerge from 
https://svn.apache.org/repos/asf/webservices/axis2/scratch/c/dinesh/axis2c-762

........
  r596084 | dinesh | 2007-11-18 19:11:52 +0530 (Sun, 18 Nov 2007) | 3 lines
  
  specifying axis2.xml which having services, modules and library directories.
  Using those services, modules and lib directories make axis2 conf and start the server. This feature gives ability to place services, modules and lib folders where ever user need.
........
  r596094 | dinesh | 2007-11-18 21:20:18 +0530 (Sun, 18 Nov 2007) | 2 lines
  
  using svc_client with axis2.xml , which has pointers to modules directory and libs directory
........
  r596096 | dinesh | 2007-11-18 22:19:37 +0530 (Sun, 18 Nov 2007) | 2 lines
  
  cleaned up source files, removed unwanted debugging messages.
........

Revision 580274 - (view) (annotate) - [select for diffs]
Modified Fri Sep 28 09:47:09 2007 UTC (2 years, 1 month ago) by samisa
File length: 26604 byte(s)
Diff to previous 546783 (colored)
Fixed formatting

Revision 546783 - (view) (annotate) - [select for diffs]
Modified Wed Jun 13 08:56:38 2007 UTC (2 years, 5 months ago) by damitha
File length: 25647 byte(s)
Diff to previous 546019 (colored)
renameing the functions concerned with initial service loading.

Revision 546019 - (view) (annotate) - [select for diffs]
Modified Mon Jun 11 05:34:45 2007 UTC (2 years, 5 months ago) by damitha
File length: 25644 byte(s)
Diff to previous 542115 (colored)
I have implemented the functionlity for initiliasing services at the
load time of the axis2c engine.

Revision 542115 - (view) (annotate) - [select for diffs]
Modified Mon May 28 05:25:27 2007 UTC (2 years, 6 months ago) by manjula
File length: 25158 byte(s)
Diff to previous 524243 (colored)
Merging Neethi Development to the trunk.

Revision 524243 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 19:24:00 2007 UTC (2 years, 7 months ago) by pini
File length: 24539 byte(s)
Diff to previous 524225 (colored)
Fixing jira issue 292

Revision 524225 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 18:28:18 2007 UTC (2 years, 7 months ago) by pini
File length: 24531 byte(s)
Diff to previous 524188 (colored)
Fixing jira issue 292

Revision 524188 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 17:26:22 2007 UTC (2 years, 7 months ago) by pini
File length: 24525 byte(s)
Diff to previous 524073 (colored)
Fixing jira issue 292

Revision 524073 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 13:19:43 2007 UTC (2 years, 7 months ago) by pini
File length: 24472 byte(s)
Diff to previous 522810 (colored)
Fixing jira issue 292

Revision 522810 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 08:39:39 2007 UTC (2 years, 8 months ago) by samisa
File length: 24462 byte(s)
Diff to previous 519895 (colored)
Changed return value of free method to be void

Revision 519895 - (view) (annotate) - [select for diffs]
Modified Mon Mar 19 10:31:58 2007 UTC (2 years, 8 months ago) by dinesh
File length: 24472 byte(s)
Diff to previous 518623 (colored)
axis2_conf.h macros, unwanted code segments removed

Revision 518623 - (view) (annotate) - [select for diffs]
Modified Thu Mar 15 13:16:07 2007 UTC (2 years, 8 months ago) by samisa
File length: 31322 byte(s)
Diff to previous 513664 (colored)
Dropped ops; fixed formatting; removed unused functions and commented blocks of code; 

Revision 513664 - (view) (annotate) - [select for diffs]
Modified Fri Mar 2 08:58:00 2007 UTC (2 years, 8 months ago) by manjula
File length: 36943 byte(s)
Diff to previous 508888 (colored)
Adding method headers.

Revision 508888 - (view) (annotate) - [select for diffs]
Modified Sun Feb 18 09:33:48 2007 UTC (2 years, 9 months ago) by pini
File length: 36533 byte(s)
Diff to previous 499268 (colored)
Fixing jira issue 229

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: 36565 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: 36344 byte(s)
Diff to previous 483049 (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 483049 - (view) (annotate) - [select for diffs]
Modified Wed Dec 6 12:25:47 2006 UTC (2 years, 11 months ago) by pini
File length: 36038 byte(s)
Diff to previous 430686 (colored)
Fixing jira issue 436.

Revision 430686 - (view) (annotate) - [select for diffs]
Modified Fri Aug 11 05:53:25 2006 UTC (3 years, 3 months ago) by samisa
File length: 35857 byte(s)
Diff to previous 429699 (colored)
More doc comment improvements and API fixes

Revision 429699 - (view) (annotate) - [select for diffs]
Modified Tue Aug 8 15:54:38 2006 UTC (3 years, 3 months ago) by samisa
File length: 35858 byte(s)
Diff to previous 429691 (colored)
Fixed build breaks caused due to updates to conf API

Revision 429691 - (view) (annotate) - [select for diffs]
Modified Tue Aug 8 15:31:30 2006 UTC (3 years, 3 months ago) by samisa
File length: 35853 byte(s)
Diff to previous 429256 (colored)
Fixed doc comments, parameter lists and spellings

Revision 429256 - (view) (annotate) - [select for diffs]
Modified Mon Aug 7 07:02:43 2006 UTC (3 years, 3 months ago) by samisa
File length: 28515 byte(s)
Diff to previous 428732 (colored)
Fixed more coding style stuff, doc comments and spellings

Revision 428732 - (view) (annotate) - [select for diffs]
Modified Fri Aug 4 14:19:05 2006 UTC (3 years, 3 months ago) by pini
File length: 28497 byte(s)
Diff to previous 428312 (colored)
Formatting fixes and parameter changes to to const.


Revision 428312 - (view) (annotate) - [select for diffs]
Modified Thu Aug 3 10:46:34 2006 UTC (3 years, 3 months ago) by pini
File length: 28510 byte(s)
Diff to previous 428262 (colored)
Updated doxygen comments to clean doc structure


Revision 428262 - (view) (annotate) - [select for diffs]
Modified Thu Aug 3 06:59:29 2006 UTC (3 years, 3 months ago) by pini
File length: 28360 byte(s)
Diff to previous 426412 (colored)
Updated doxygen comments to clean doc structure


Revision 426412 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 07:01:56 2006 UTC (3 years, 4 months ago) by pini
File length: 27004 byte(s)
Diff to previous 421616 (colored)
Updated doxygen comments to clean doc structure


Revision 421616 - (view) (annotate) - [select for diffs]
Modified Thu Jul 13 13:22:27 2006 UTC (3 years, 4 months ago) by pini
File length: 26572 byte(s)
Diff to previous 417503 (colored)
Updated doxygen comments to clean doc structure


Revision 417503 - (view) (annotate) - [select for diffs]
Modified Tue Jun 27 16:32:43 2006 UTC (3 years, 5 months ago) by samisa
File length: 16742 byte(s)
Diff to previous 412071 (colored)
Fixing the doc comments stuff to get the doxygen doc structure right

Revision 412071 - (view) (annotate) - [select for diffs]
Modified Tue Jun 6 10:41:58 2006 UTC (3 years, 5 months ago) by samisa
File length: 16665 byte(s)
Diff to previous 411506 (colored)
Fixing more warnings in the code, Mainly -Wwrite-strings related stuff

Revision 411506 - (view) (annotate) - [select for diffs]
Modified Sun Jun 4 03:09:08 2006 UTC (3 years, 5 months ago) by samisa
File length: 16641 byte(s)
Diff to previous 410712 (colored)
Replacing all tab characters with 4 spaces

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: 16581 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: 16572 byte(s)
Diff to previous 407773 (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 407773 - (view) (annotate) - [select for diffs]
Modified Fri May 19 11:48:32 2006 UTC (3 years, 6 months ago) by nandika
File length: 16332 byte(s)
Diff to previous 395824 (colored)
multiple externally defined variables removed

Revision 395824 - (view) (annotate) - [select for diffs]
Modified Fri Apr 21 09:38:49 2006 UTC (3 years, 7 months ago) by sahan
File length: 16428 byte(s)
Diff to previous 378454 (colored)
Adding module versioning support

Revision 378454 - (view) (annotate) - [select for diffs]
Modified Fri Feb 17 07:22:27 2006 UTC (3 years, 9 months ago) by samisa
File length: 14915 byte(s)
Diff to previous 377646 (colored)
Fixed some memory leaks

Revision 377646 - (view) (annotate) - [select for diffs]
Modified Tue Feb 14 06:33:14 2006 UTC (3 years, 9 months ago) by damitha
File length: 14575 byte(s)
Copied from: webservices/axis2/trunk/c/modules/core/engine/axis2_conf.h revision 377632
Diff to previous 377613 (colored)
In process of moving header files

Revision 377613 - (view) (annotate) - [select for diffs]
Modified Tue Feb 14 04:31:12 2006 UTC (3 years, 9 months ago) by damitha
Original Path: webservices/axis2/trunk/c/modules/core/engine/axis2_conf.h
File length: 14575 byte(s)
Diff to previous 377608 (colored)
Removed axis2_core.h which is not used in the project

Revision 377608 - (view) (annotate) - [select for diffs]
Modified Tue Feb 14 04:14:01 2006 UTC (3 years, 9 months ago) by damitha
Original Path: webservices/axis2/trunk/c/modules/core/engine/axis2_conf.h
File length: 14599 byte(s)
Copied from: webservices/axis2/trunk/c/include/axis2_conf.h revision 377568
Diff to previous 375589 (colored)
On fixing Jira Axis2c-17


Revision 375589 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 12:49:37 2006 UTC (3 years, 9 months ago) by damitha
File length: 14599 byte(s)
Diff to previous 375163 (colored)
Now it is not seg faulting. but still I could not
check whether logic is ok. ie. whether phases resolver
does it well

Revision 375163 - (view) (annotate) - [select for diffs]
Modified Mon Feb 6 02:41:57 2006 UTC (3 years, 9 months ago) by nandika
File length: 14366 byte(s)
Diff to previous 373680 (colored)
modified for compiling on vc7

Revision 373680 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 03:14:04 2006 UTC (3 years, 9 months ago) by damitha
File length: 14362 byte(s)
Diff to previous 367933 (colored)
Wrote a missing method in call.c. Now echo client
is not segfaulting. But still the client return with
failure.

Revision 367933 - (view) (annotate) - [select for diffs]
Modified Wed Jan 11 05:23:24 2006 UTC (3 years, 10 months ago) by damitha
File length: 14362 byte(s)
Diff to previous 366485 (colored)
Fixed AXIS2C-6 jira issue

Revision 366485 - (view) (annotate) - [select for diffs]
Modified Fri Jan 6 11:59:44 2006 UTC (3 years, 10 months ago) by damitha
File length: 14280 byte(s)
Diff to previous 365798 (colored)
Added new file repos_listener. Now all code for deployment and
description are in place


Revision 365798 - (view) (annotate) - [select for diffs]
Modified Wed Jan 4 02:02:26 2006 UTC (3 years, 10 months ago) by damitha
File length: 14413 byte(s)
Diff to previous 359431 (colored)
conf builder is done

Revision 359431 - (view) (annotate) - [select for diffs]
Modified Wed Dec 28 07:44:21 2005 UTC (3 years, 10 months ago) by samisa
File length: 13547 byte(s)
Diff to previous 356513 (colored)
More SOAP envelope exposing to resolve the dependancies

Revision 356513 - (view) (annotate) - [select for diffs]
Modified Tue Dec 13 08:24:29 2005 UTC (3 years, 11 months ago) by damitha
File length: 13351 byte(s)
Diff to previous 356494 (colored)
OPERATION to OP ENGINE_CONFIG to CONF INPHASE to IN_PHASE OUTPHASE to OUT_PHASE

Revision 356494 - (view) (annotate) - [select for diffs]
Modified Tue Dec 13 07:17:30 2005 UTC (3 years, 11 months ago) by damitha
File length: 13674 byte(s)
Diff to previous 356490 (colored)
renamed inphase to in_phase and outphase to out_phase

Revision 356490 - (view) (annotate) - [select for diffs]
Modified Tue Dec 13 06:36:46 2005 UTC (3 years, 11 months ago) by damitha
File length: 13667 byte(s)
Copied from: webservices/axis2/trunk/c/include/axis2_engine_config.h revision 356488
Diff to previous 356488 (colored)
engine_config renamed to conf

Revision 356488 - (view) (annotate) - [select for diffs]
Modified Tue Dec 13 06:23:36 2005 UTC (3 years, 11 months ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 15368 byte(s)
Diff to previous 356126 (colored)
renamed axis2_operation to axis2_op

Revision 356126 - (view) (annotate) - [select for diffs]
Modified Mon Dec 12 03:16:03 2005 UTC (3 years, 11 months ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 15389 byte(s)
Diff to previous 353975 (colored)
refactoring completed

Revision 353975 - (view) (annotate) - [select for diffs]
Modified Mon Dec 5 04:02:46 2005 UTC (3 years, 11 months ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 15338 byte(s)
Diff to previous 351594 (colored)
axis2_engine_config is complete except some methods which involve deployment.


Revision 351594 - (view) (annotate) - [select for diffs]
Modified Fri Dec 2 05:13:39 2005 UTC (3 years, 11 months ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 10589 byte(s)
Diff to previous 345818 (colored)
Description module and wsdl module is not compiling. All the files
and code now are in place. Need some refactoring

Revision 345818 - (view) (annotate) - [select for diffs]
Modified Mon Nov 21 03:19:08 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 5730 byte(s)
Diff to previous 344866 (colored)
wsdl dependancy work related to description is done, except addAllOperations
and some other few related stuff

Revision 344866 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 03:44:41 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 5733 byte(s)
Diff to previous 331679 (colored)
work on wsdl

Revision 331679 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 04:34:51 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 4345 byte(s)
Diff to previous 331178 (colored)
description context and engine modules are now compiling

Revision 331178 - (view) (annotate) - [select for diffs]
Modified Mon Nov 7 02:23:20 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 4662 byte(s)
Diff to previous 330777 (colored)
Changes due to name changes. Still not complete

Revision 330777 - (view) (annotate) - [select for diffs]
Modified Fri Nov 4 10:13:03 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 4728 byte(s)
Diff to previous 330772 (colored)
More file name changes

Revision 330772 - (view) (annotate) - [select for diffs]
Modified Fri Nov 4 09:58:23 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 4739 byte(s)
Copied from: webservices/axis2/trunk/c/include/axis2_engine_configuration.h revision 330721
Diff to previous 330721 (colored)
More file name changes

Revision 330721 - (view) (annotate) - [select for diffs]
Modified Fri Nov 4 06:05:02 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_configuration.h
File length: 4739 byte(s)
Diff to previous 330512 (colored)
More name changes. changes to axis2_parameter_container and axis2_parameter

Revision 330512 - (view) (annotate) - [select for diffs]
Modified Thu Nov 3 08:48:26 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_configuration.h
File length: 4738 byte(s)
Copied from: webservices/axis2/trunk/c/include/axis2_engine_config.h revision 330510
Diff to previous 330510 (colored)
More file name changes

Revision 330510 - (view) (annotate) - [select for diffs]
Modified Thu Nov 3 08:37:38 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 4738 byte(s)
Diff to previous 330178 (colored)
More name changes

Revision 330178 - (view) (annotate) - [select for diffs]
Modified Wed Nov 2 03:44:08 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 3936 byte(s)
Diff to previous 329981 (colored)
Changes to the code

Revision 329981 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 05:27:27 2005 UTC (4 years ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 3932 byte(s)
Diff to previous 328026 (colored)
changed axis2_environment_t to axis2_env_t.

Revision 328026 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 10:21:36 2005 UTC (4 years, 1 month ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 3980 byte(s)
Diff to previous 327912 (colored)
more code

Revision 327912 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 02:16:07 2005 UTC (4 years, 1 month ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 3922 byte(s)
Diff to previous 326780 (colored)
Fixed some bugs in string.h. Added file handling code to 
stream. added two files to handle file diffs

Revision 326780 - (view) (annotate) - [select for diffs]
Modified Thu Oct 20 02:47:09 2005 UTC (4 years, 1 month ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 2274 byte(s)
Diff to previous 326329 (colored)
Added more code to information model. Updated anjuta project by 
adding 4 files related to information model

Revision 326329 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 02:19:51 2005 UTC (4 years, 1 month ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 2076 byte(s)
Diff to previous 314839 (colored)
updated axis2c.prj. Removed axis2_module_description.*.
Some work on information model

Revision 314839 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 10:36:07 2005 UTC (4 years, 1 month ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 1930 byte(s)
Diff to previous 293262 (colored)
enhanced unit tests by adding a main test suite to test the
all unit tests of the application at once

Revision 293262 - (view) (annotate) - [select for diffs]
Added Mon Oct 3 06:21:28 2005 UTC (4 years, 1 month ago) by damitha
Original Path: webservices/axis2/trunk/c/include/axis2_engine_config.h
File length: 1307 byte(s)
axis2c is replaced by axis2 in all file names and other

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2