CVS log for pegasus/src/Server/Attic/cimserver_unix.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.30 , Thu Mar 3 03:12:37 2005 UTC (19 years, 3 months ago) by h.sterling
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.29: +0 -0 lines
FILE REMOVED
PEP#:222
TITLE: Service Refactoring

DESCRIPTION:

remove cimserver_*.cpp files.  they are now contained within the src/Service directory

Revision 1.27.2.1 / (view) - annotate - [select for diffs] , Wed Feb 16 23:51:27 2005 UTC (19 years, 3 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1, IBM_241_April1405
Changes since 1.27: +1 -1 lines
Diff to previous 1.27 to next main 1.28
BUG#: 2761
TITLE:   Fix Linux Compiler Warnings

DESCRIPTION: This is a port of Bug 2594 from 2.5 to the 2.4 branch.

Revision 1.29 / (view) - annotate - [select for diffs] , Sat Feb 5 23:01:28 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.28: +3 -1 lines
Diff to previous 1.28
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.28 / (view) - annotate - [select for diffs] , Sat Jan 29 06:23:55 2005 UTC (19 years, 4 months ago) by w.otsuka
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
BUG#: 2594
TITLE:  Fix Linux Compiler Warnings

DESCRIPTION: Fixed compiler warnings for Linux builds.

Revision 1.27 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:39 2004 UTC (19 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.26: +6 -4 lines
Diff to previous 1.26
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.26 / (view) - annotate - [select for diffs] , Tue Jun 29 15:43:36 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
BUG#: 1565
TITLE: HP[BJH] Startup of cimserver can fail due to PID collision on reboot

DESCRIPTION: On startup of the cimserver, it checks PIDs to make sure that a cimserver process is not already running (other than the current process).  What also needs to be checked is the parent PID of the process, which is also a cimserver proc.

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Jan 14 14:08:04 2004 UTC (20 years, 5 months ago) by tony
Branch: MAIN
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch
Changes since 1.24: +12 -4 lines
Diff to previous 1.24
BUG 1142 -  Solaris cimserver to support signals at startup

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Nov 6 21:42:06 2003 UTC (20 years, 7 months ago) by kv.le
Branch: MAIN
CVS Tags: local, RELEASE_2_3_1-root, RELEASE_2_3_1-branch
Changes since 1.23: +105 -0 lines
Diff to previous 1.23
bugzilla 331 undefined CIMSERVER_START_FILE
changes for aix only
add code to implement aix's version of the forced shutdown/kill of the cimserver
after the wait time has expired
Committing in .

Modified Files:
cimserver.cpp cimserver_unix.cpp

Revision 1.23 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:19 2003 UTC (20 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.22: +5 -3 lines
Diff to previous 1.22
PEP 55 Update license on source files to current license text and date

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Oct 16 03:39:19 2003 UTC (20 years, 8 months ago) by s.hills
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.21: +11 -0 lines
Diff to previous 1.21
Bugzilla 403: Fails to properly shutdown on Windows. Uses out-of-sync main run code with the main() pegasus run code.

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Aug 29 22:58:23 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Changes since 1.20: +25 -2 lines
Diff to previous 1.20
HP-JY Fixed Bugzilla 526 (cimserver command sometimes fails to start cimserver after a system reboot).

Revision 1.19.6.1 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:56 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.19: +14 -7 lines
Diff to previous 1.19 to next main 1.20
merge with 2.3 localized code

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Jul 29 16:59:55 2003 UTC (20 years, 10 months ago) by konrad.r
Branch: MAIN
Changes since 1.19: +14 -7 lines
Diff to previous 1.19
IBM-KR: Bug #316. Return code of cimserver is always zero. Not anymore :P

Revision 1.19.4.1 / (view) - annotate - [select for diffs] , Tue Jul 29 16:54:29 2003 UTC (20 years, 10 months ago) by konrad.r
Branch: RELEASE_2_2_0-branch
CVS Tags: RELEASE_2_2_1-snapshot
Changes since 1.19: +14 -7 lines
Diff to previous 1.19 to next main 1.20
IBM-KR: Bug #316. Return code of cimserver is always zero. Not anymore :P

Revision 1.19 / (view) - annotate - [select for diffs] , Wed May 21 10:32:22 2003 UTC (21 years ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2-root
Branch point for: pep_88, RELEASE_2_2_0-branch
Changes since 1.18: +40 -5 lines
Diff to previous 1.18
changes necessary for Pegasus to work completely in ASCII on zOS zSeries

removed a bug in IPinfo.h, where the constructors of three subclasses did not match
between declaration and implementation leading to linkstep for ipinfo to fail

corrected mismatches between defines regarding Bug 300, leading to compile failing on zOS

change in readme.txt (added missing platform parameter for zOS, PEGASUS_PLATFORM)

corrected bug in zOS specific makefile, if PEGASUS_DEBUG is set

added define PEGASUS_HAS_SIGNALS, so signals will be handled by Pegasus, rather than zOS

Revision 1.18 / (view) - annotate - [select for diffs] , Wed May 7 17:48:16 2003 UTC (21 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: PEGASUS_FC_VERSION_2_2
Changes since 1.17: +113 -5 lines
Diff to previous 1.17
HP-JY fixed bugzilla 300 (cimserver -s command returns control to the user before cimserver is completely shutdown).

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Apr 29 21:13:00 2003 UTC (21 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.16: +16 -4 lines
Diff to previous 1.16
HP-JY fixed shutdown problem on HP-UX ia64 due to invalid pid.

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Apr 7 19:22:33 2003 UTC (21 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-pegasus/src/Pegasus/Common
Changes since 1.15: +23 -66 lines
Diff to previous 1.15
HP-YZ: Fix Bugzilla #254.

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Feb 11 01:44:54 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server
Changes since 1.14: +0 -4 lines
Diff to previous 1.14
HP-RK Fix Bugzilla 192.

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Jan 31 01:40:50 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
HP-RK Fix Bugzilla 183.

Revision 1.13 / (view) - annotate - [select for diffs] , Sat Jan 25 14:41:32 2003 UTC (21 years, 4 months ago) by tony
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
PEP8: Running cimserver as a windows service

Revision 1.12 / (view) - annotate - [select for diffs] , Mon Oct 14 19:15:28 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, STABLE
Changes since 1.11: +44 -14 lines
Diff to previous 1.11
YZ-HP:fixed defects:1) cimserver prompt may not come back when there is problem on signal; 2) ComputerSystemModule is incorrectly names ComputerSystemProvider.

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Sep 20 19:02:07 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.10: +7 -6 lines
Diff to previous 1.10
YZ-HP: Turn on PEGASUS_RETURN_WHEN_READY flag for the unix platform by default.

Revision 1.10 / (view) - annotate - [select for diffs] , Wed Sep 18 21:43:20 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +51 -1 lines
Diff to previous 1.9
YZ-HP: if you compile with the -DPEGASUS_RETURN_WHEN_READY flag, when the command cimserver is returned, the cimserver is ready to serve CIM requests. This functionality has been implemented on the Unix plateform.

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Jul 19 19:42:55 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01
Changes since 1.8: +36 -1 lines
Diff to previous 1.8
HP-JY HP-UX specific changes to the cimserver and cimmof commands.

Revision 1.8 / (view) - annotate - [select for diffs] , Fri May 31 23:57:54 2002 UTC (22 years ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10
Changes since 1.7: +9 -8 lines
Diff to previous 1.7
HP-RK Update license header.

Revision 1.7 / (view) - annotate - [select for diffs] , Fri May 31 18:27:44 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.6: +4 -0 lines
Diff to previous 1.6
HP-JY Fixed cimserver_unix.cpp so that it compiles on Linux.

Revision 1.6 / (view) - annotate - [select for diffs] , Fri May 31 17:13:24 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.5: +47 -1 lines
Diff to previous 1.5
HP-JY Implemented a cimserver_kill() method to kill the cimserver process.

Revision 1.5 / (view) - annotate - [select for diffs] , Tue Jul 10 21:31:23 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_1_01, version_0_99_1, version_0_99, merge_of_dev, main, dev_dead, dev, async_dispatcher, VERSION_1_09, VERSION_1_08, VERSION_1_07, SNAPSHOT_1_04
Changes since 1.4: +55 -55 lines
Diff to previous 1.4
Removed \r\r\n from all files.

Revision 1.4 / (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.3: +55 -55 lines
Diff to previous 1.3
Prepended CIM_ERR to CIM status codes.
Added CIM response message types to CIMMessage.h.

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Jun 16 22:10:11 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_79_4
Changes since 1.2: +55 -55 lines
Diff to previous 1.2
new

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

Revision 1.1 / (view) - annotate - [select for diffs] , Thu Jun 7 11:24:21 2001 UTC (23 years ago) by mday
Branch: MAIN
unix daemon and windows service code

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