CVS log for pegasus/src/Pegasus/Server/Attic/Dispatcher.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Server

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: MAIN

Revision 1.36 , Thu Dec 13 14:54:38 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, RELEASE_2_5_0-RC1, HPUX_TEST, HEAD
Changes since 1.35: +0 -0 lines
FILE REMOVED
Merged dev branch into main trunk.

Revision 1.35 / (view) - annotate - [select for diffs] , Mon Jul 16 21:28:06 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_0_99_1, version_0_99, main
Branch point for: dev
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
Ported to TRU64 (Native Compiler)
Fixed asundry compiler warnings.

Revision 1.34 / (view) - annotate - [select for diffs] , Mon Jul 16 00:35:17 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.33: +2 -9 lines
Diff to previous 1.33
Reworked the way CIMOMHandles work. Now they carry a pointer to a repository.

Revision 1.33 / (view) - annotate - [select for diffs] , Fri Jul 13 08:53:15 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
Implemented queue-based CIMOMHandle

Revision 1.32 / (view) - annotate - [select for diffs] , Fri Jul 13 07:00:30 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.31: +21 -21 lines
Diff to previous 1.31
removed unused methods

Revision 1.31 / (view) - annotate - [select for diffs] , Fri Jul 13 06:54:58 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.30: +41 -258 lines
Diff to previous 1.30
Removed CIMOperations interface from Dispatcher

Revision 1.30 / (view) - annotate - [select for diffs] , Fri Jul 13 06:11:04 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.29: +787 -272 lines
Diff to previous 1.29
More message queue stuff.

Revision 1.29 / (view) - annotate - [select for diffs] , Fri Jul 13 05:16:10 2001 UTC (22 years, 11 months ago) by chip
Branch: MAIN
Changes since 1.28: +243 -237 lines
Diff to previous 1.28
no message

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Jul 13 00:21:18 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.27: +130 -10 lines
Diff to previous 1.27
More on queuing.

Revision 1.27 / (view) - annotate - [select for diffs] , Thu Jul 12 22:20:52 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.26: +653 -653 lines
Diff to previous 1.26
removed extra CR

Revision 1.26 / (view) - annotate - [select for diffs] , Thu Jul 12 05:21:55 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.25: +653 -429 lines
Diff to previous 1.25
Partial integration of message queues with ServerHandler and Dispatcher.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Jul 10 21:31:22 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.24: +429 -429 lines
Diff to previous 1.24
Removed \r\r\n from all files.

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Jul 10 05:43:35 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.23: +429 -429 lines
Diff to previous 1.23
Prepended CIM_ERR to CIM status codes.
Added CIM response message types to CIMMessage.h.

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Jul 6 03:27:21 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_79_4
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
finished instance associations

Revision 1.22 / (view) - annotate - [select for diffs] , Tue Jul 3 17:25:46 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Added support for AssociatorNames operation.

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Jul 2 00:50:10 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.20: +13 -4 lines
Diff to previous 1.20
new

Revision 1.20 / (view) - annotate - [select for diffs] , Sun Jul 1 20:40:39 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
Added underpinnings for association communication stubs.

Revision 1.19 / (view) - annotate - [select for diffs] , Tue Jun 19 02:05:03 2001 UTC (23 years ago) by chip
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
fix class qualifier lookup and make _lookup method protected

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Jun 19 01:26:15 2001 UTC (23 years ago) by chip
Branch: MAIN
Changes since 1.17: +14 -14 lines
Diff to previous 1.17
add const to modifyInstance, createInstance, modifyClass, createClass
to protect caller's object.

Revision 1.17 / (view) - annotate - [select for diffs] , Sat Jun 16 22:10:09 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.16: +420 -420 lines
Diff to previous 1.16
new

Revision 1.16 / (view) - annotate - [select for diffs] , Sat Jun 16 16:30:45 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.15: +420 -419 lines
Diff to previous 1.15
Added headers

Revision 1.15 / (view) - annotate - [select for diffs] , Mon Jun 11 03:43:15 2001 UTC (23 years ago) by chip
Branch: MAIN
Changes since 1.14: +12 -5 lines
Diff to previous 1.14
implement enumerateInstances

Revision 1.14 / (view) - annotate - [select for diffs] , Mon May 28 19:29:39 2001 UTC (23 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: version_0_97_3, version_0_97_2
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
Add trace for Output of CIMServer

Revision 1.13 / (view) - annotate - [select for diffs] , Sun May 27 20:03:31 2001 UTC (23 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.12: +22 -1 lines
Diff to previous 1.12
Documentation

Revision 1.12 / (view) - annotate - [select for diffs] , Wed May 23 20:57:15 2001 UTC (23 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: version_0_97_1
Changes since 1.11: +26 -26 lines
Diff to previous 1.11
Add PEG_NOT_FOUND Symbol

Revision 1.11 / (view) - annotate - [select for diffs] , Sun May 20 19:34:04 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_97
Changes since 1.10: +1 -3 lines
Diff to previous 1.10
Port to AIX

Revision 1.10 / (view) - annotate - [select for diffs] , Sun May 13 23:39:53 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: version_0_96, version_0_95, stable_0_95
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Fixed on Linux
Fixed strcasecmp() compiler errors().

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Apr 25 21:20:59 2001 UTC (23 years, 2 months ago) by mike
Branch: MAIN
Changes since 1.8: +5 -27 lines
Diff to previous 1.8
Removed old style license headers and added new ones.

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Mar 30 01:59:14 2001 UTC (23 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: stable
Changes since 1.7: +41 -7 lines
Diff to previous 1.7
clean up get property

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Mar 5 19:54:50 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
CVS Tags: version_0_8
Changes since 1.6: +15 -12 lines
Diff to previous 1.6
Fixed earlier boo boo (renamed CimException to CIMException).

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Feb 20 07:25:57 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.5: +34 -9 lines
Diff to previous 1.5
Added basic create-instance in repository and in client.

Revision 1.5 / (view) - annotate - [select for diffs] , Mon Feb 19 01:47:17 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.4: +10 -7 lines
Diff to previous 1.4
Renamed names of the form CIMConst to ConstCIM.

Revision 1.4 / (view) - annotate - [select for diffs] , Sun Feb 18 19:02:18 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3
Fixed CIM debacle

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Feb 16 02:06:09 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.2: +49 -46 lines
Diff to previous 1.2
Renamed many classes and headers.

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Feb 13 16:35:32 2001 UTC (23 years, 4 months ago) by mike
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1
Fixed compiler error with createInstance()

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Jan 31 08:22:28 2001 UTC (23 years, 5 months ago) by mike
Branch: MAIN
added dispatcher

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2