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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 643277 - (view) (annotate) - [select for diffs]
Modified Tue Apr 1 04:40:03 2008 UTC (19 months, 3 weeks ago) by shankar
File length: 5139 byte(s)
Diff to previous 580274 (colored)
Hackathon of client api

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

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: 5089 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: 5082 byte(s)
Diff to previous 520284 (colored)
Changed return value of free method to be void

Revision 520284 - (view) (annotate) - [select for diffs]
Modified Tue Mar 20 05:37:00 2007 UTC (2 years, 8 months ago) by pini
File length: 5132 byte(s)
Diff to previous 518623 (colored)
Dropped macros

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: 6093 byte(s)
Diff to previous 499268 (colored)
Dropped ops; fixed formatting; removed unused functions and commented blocks of code; 

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

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: 6923 byte(s)
Diff to previous 425636 (colored)
Fixed more coding style stuff, doc comments and spellings

Revision 425636 - (view) (annotate) - [select for diffs]
Modified Wed Jul 26 06:03:16 2006 UTC (3 years, 4 months ago) by damitha
File length: 4033 byte(s)
Copied from: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h revision 425633
Diff to previous 411678 (colored)
Moved listener_manager.h from clientapi folder to main include folder
and renamed axis2_listner_manager.h.
Dynamic client sample is now working in client side. 

Revision 411678 - (view) (annotate) - [select for diffs]
Modified Mon Jun 5 05:43:14 2006 UTC (3 years, 5 months ago) by samisa
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 4033 byte(s)
Diff to previous 411506 (colored)
more -Wwrite-strings related fixes

Revision 411506 - (view) (annotate) - [select for diffs]
Modified Sun Jun 4 03:09:08 2006 UTC (3 years, 5 months ago) by samisa
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 4021 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
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 4019 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
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 4010 byte(s)
Diff to previous 398805 (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 398805 - (view) (annotate) - [select for diffs]
Modified Tue May 2 04:47:46 2006 UTC (3 years, 6 months ago) by damitha
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 3980 byte(s)
Diff to previous 388367 (colored)
Fixed a typo in AXIS2_LISTENER_MANAGER_STOP macro


Revision 388367 - (view) (annotate) - [select for diffs]
Modified Fri Mar 24 04:48:17 2006 UTC (3 years, 8 months ago) by nandika
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 3979 byte(s)
Diff to previous 373680 (colored)
code formatted according to standards and bugs memory leaks fixed

Revision 373680 - (view) (annotate) - [select for diffs]
Modified Tue Jan 31 03:14:04 2006 UTC (3 years, 9 months ago) by damitha
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 3812 byte(s)
Diff to previous 359724 (colored)
Wrote a missing method in call.c. Now echo client
is not segfaulting. But still the client return with
failure.

Revision 359724 - (view) (annotate) - [select for diffs]
Modified Thu Dec 29 05:44:33 2005 UTC (3 years, 10 months ago) by damitha
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/listener_manager.h
File length: 3509 byte(s)
Copied from: webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h revision 359719
Diff to previous 358777 (colored)
Moved files from src to modules folder in core subfolders

Revision 358777 - (view) (annotate) - [select for diffs]
Modified Fri Dec 23 09:00:28 2005 UTC (3 years, 11 months ago) by samisa
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h
File length: 3509 byte(s)
Diff to previous 358245 (colored)
Fixed few bugs

Revision 358245 - (view) (annotate) - [select for diffs]
Added Wed Dec 21 09:44:50 2005 UTC (3 years, 11 months ago) by samisa
Original Path: webservices/axis2/trunk/c/modules/core/clientapi/src/listener_manager.h
File length: 3578 byte(s)
Added initial listener manager and related changes

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