CVS log for pegasus/src/Pegasus/Common/Tracer.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.75 / (view) - annotate - [select for diffs] , Tue Jan 13 15:16:24 2015 UTC (9 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, HEAD
Changes since 1.74: +6 -36 lines
Diff to previous 1.74
BUG#: 10012
TITLE: Issue with some config parameters

DESCRIPTION: Corrected error (the isValid processing was incorrect)
and cleaned up handling of several of the unsigned integer parameters
to make more general solution  Added specific function to StringConversion
and tests for this function and used it as the basis for the
isValid and string to 32 bit uint functionalit.  Note that there are
still MANY places where this is done differently in OpenPegasus but
that is for future versions

Revision 1.74 / (view) - annotate - [select for diffs] , Mon Dec 15 16:41:18 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.73: +2 -1 lines
Diff to previous 1.73
BUG#: 9998
TITLE: All the EnumerationContextTraces were put into the
CIMOperationRequestDispatcher trace component.

DESCRIPTION: Change to add new trace component for EnumerationContext
and use that in all of the traces in the EnumerationContext and
EnumerationContextTable files.

Revision 1.73 / (view) - annotate - [select for diffs] , Mon Nov 10 21:41:04 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.72: +1 -0 lines
Diff to previous 1.72
BUG#: 9928

TITLE: Initial FQL implementation per DMTF specification DSP0212

DESCRIPTION: Commit of initial FQL (Filter Query Language)
implementation including 1) FQL parser and evaluator, 2 FQL integration
into CIMOperationRequestDispatcher.cpp, 3)FQL unit and end-end tests
in FQL/tests/Parser and FQL/tests/clitest and FQL tests added to
cimcli tests in src/Clients/cimcli/tests/Makefile

Revision 1.72 / (view) - annotate - [select for diffs] , Mon Dec 16 09:37:27 2013 UTC (10 years, 6 months ago) by lawrence.luo
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.71: +4 -0 lines
Diff to previous 1.71
BUG#: 9219

TITLE:Infrastructure for a web based administration interface

DESCRIPTION:

Revision 1.71 / (view) - annotate - [select for diffs] , Thu Jul 4 08:54:17 2013 UTC (11 years ago) by lawrence.luo
Branch: MAIN
CVS Tags: TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.70: +59 -4 lines
Diff to previous 1.70
BUG#: 9688
TITLE:Only one line trace when traceFacility is not set to "File"

DESCRIPTION: Only one line trace when traceFacility is not set to "File"

Revision 1.70 / (view) - annotate - [select for diffs] , Thu Mar 14 09:23:37 2013 UTC (11 years, 3 months ago) by amit99shah
Branch: MAIN
CVS Tags: RELEASE_2_13_0-FC
Changes since 1.69: +11 -0 lines
Diff to previous 1.69
BUG#: 9550
TITLE: trace file has no limit of files , and file size not configurable.
DESCRIPTION: Currently in tracing there is no limit of number of files and file size is fixed(2GB) , its not configurable at run time.

Revision 1.69 / (view) - annotate - [select for diffs] , Thu Dec 13 14:38:55 2012 UTC (11 years, 6 months ago) by marek
Branch: MAIN
Changes since 1.68: +1 -3 lines
Diff to previous 1.68
BUG#:9482
TITLE: Cleanup unused parameters warnings in the pegcommon library and half of interal SLP API

DESCRIPTION:

Revision 1.68 / (view) - annotate - [select for diffs] , Mon Oct 22 10:18:18 2012 UTC (11 years, 8 months ago) by marek
Branch: MAIN
Changes since 1.67: +0 -5 lines
Diff to previous 1.67
BUG#:9424
TITLE: Remove unused variables in Common and General lib

DESCRIPTION:

Revision 1.67 / (view) - annotate - [select for diffs] , Thu Jul 26 14:23:15 2012 UTC (11 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch
Changes since 1.66: +5 -5 lines
Diff to previous 1.66
BUG#: 5796
TITLE: Enhance cimconfig to provide help on the config properties

DESCRIPTION: Extended config infrastructure to support help property per
config property and added ConfigPropertyHelp.* with message text for
each defined property.

Revision 1.66 / (view) - annotate - [select for diffs] , Thu May 10 08:52:12 2012 UTC (12 years, 1 month ago) by ashok.pathak
Branch: MAIN
Changes since 1.65: +1 -1 lines
Diff to previous 1.65
BUG#: 9256

TITLE: Use binary operator  & Rather than modulus

DESCRIPTION:

Revision 1.65 / (view) - annotate - [select for diffs] , Tue Feb 28 14:09:37 2012 UTC (12 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64
BUG#:7355
TITLE: SLPProvider should write debug info to Trace instead of disabled macro CDEBUG

DESCRIPTION:

Revision 1.64 / (view) - annotate - [select for diffs] , Tue Jan 25 12:10:21 2011 UTC (13 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.63: +131 -1 lines
Diff to previous 1.63
BUG#:8544
TITLE: Add tracing for binary protocol data

DESCRIPTION:

Revision 1.63 / (view) - annotate - [select for diffs] , Sun Jun 6 16:04:16 2010 UTC (14 years ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.62: +3 -2 lines
Diff to previous 1.62
BUG#:8642
TITLE: New warnings reported by gcc 4.3

DESCRIPTION:

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Jan 28 15:35:57 2009 UTC (15 years, 5 months ago) by a.rachapudi
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch
Changes since 1.61: +2 -1 lines
Diff to previous 1.61
BUG#: 8183
TITLE: WMIMapper Indication Support
DESCRIPTION: Changes done for WMIMapper Indication Support

Revision 1.61 / (view) - annotate - [select for diffs] , Tue Dec 16 18:56:01 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, HPUX_TEST
Changes since 1.60: +15 -15 lines
Diff to previous 1.60
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.60 / (view) - annotate - [select for diffs] , Tue Dec 2 09:00:53 2008 UTC (15 years, 7 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.59: +6 -6 lines
Diff to previous 1.59
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

Revision 1.59 / (view) - annotate - [select for diffs] , Mon Dec 1 17:49:57 2008 UTC (15 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.58: +27 -29 lines
Diff to previous 1.58
BUG#: 8123
TITLE: Update Coyright/License text

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.58 / (view) - annotate - [select for diffs] , Mon Nov 3 15:29:54 2008 UTC (15 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.57: +2 -9 lines
Diff to previous 1.57
BUG#: 7943
TITLE: Remove unused/minimal used trace components

DESCRIPTION: Remove/rework of several trace components.

Revision 1.57 / (view) - annotate - [select for diffs] , Fri Oct 24 05:03:19 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.56: +0 -1 lines
Diff to previous 1.56
BUG#: 8025
TITLE: BinaryMessageHandler is unnecessary
DESCRIPTION: remove BinaryMessageHandler and messages are enqueued into request dispatcher queue on provider thread.

Revision 1.56 / (view) - annotate - [select for diffs] , Wed Oct 22 07:11:24 2008 UTC (15 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.55: +45 -80 lines
Diff to previous 1.55
BUG#: 8018
TITLE: Performance improvement of Tracer

DESCRIPTION: Re-work _traceComponentMask to a 64Bit mask.

Revision 1.55 / (view) - annotate - [select for diffs] , Wed Oct 1 07:35:46 2008 UTC (15 years, 9 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
BUG#: 7941
TITLE: cimprovagt crash if tracing is enabled

DESCRIPTION: Correct check for empty trace file name in TraceFileHandler.cpp

Revision 1.54 / (view) - annotate - [select for diffs] , Thu Sep 18 07:01:37 2008 UTC (15 years, 9 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.53: +97 -24 lines
Diff to previous 1.53
BUG#: 7906
TITLE: PEP#316 - In-Memory-Tracing - OOP - Tracefile Configuration  PEGASUS_ASSERT

DESCRIPTION: Add OOP support and the Tracefile configuration is reworked.

Revision 1.53 / (view) - annotate - [select for diffs] , Tue Sep 9 16:32:50 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.52: +72 -10 lines
Diff to previous 1.52
BUG#: 2497
TITLE: TraceComponents.h defines data
DESCRIPTION: Move the TRACE_COMPONENTS_LIST to Tracer.cpp.

Revision 1.52 / (view) - annotate - [select for diffs] , Tue Sep 2 16:33:37 2008 UTC (15 years, 10 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.51: +101 -58 lines
Diff to previous 1.51
BUG#: 7836
TITLE: PEP#316 - In-Memory-Tracing

DESCRIPTION: Initial TraceMemoryHandler

Revision 1.51 / (view) - annotate - [select for diffs] , Thu Jun 26 17:32:39 2008 UTC (16 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch
Changes since 1.50: +3 -3 lines
Diff to previous 1.50
BUG#: 7770
TITLE: Arguments are incompatible with corresponding format string conversions
DESCRIPTION: Match printf and scanf conversion formats with corresponding argument types.

Revision 1.50 / (view) - annotate - [select for diffs] , Tue May 27 16:35:41 2008 UTC (16 years, 1 month ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8_0_BETA, RELEASE_2_8_0-FC, Makefile
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.49: +7 -0 lines
Diff to previous 1.49
BUG#:7671
TITLE: PEP#315 - Improve Trc&Log - duplicate log msgs to trace level 1

DESCRIPTION:

Revision 1.49 / (view) - annotate - [select for diffs] , Thu May 15 16:24:34 2008 UTC (16 years, 1 month ago) by r.kieninger
Branch: MAIN
Changes since 1.48: +108 -11 lines
Diff to previous 1.48
PEP#:315
TITLE: Improve Trc&Log - Introduce traceFacility config property

DESCRIPTION: Introduce config options for traceFacility = File and Log

Revision 1.48 / (view) - annotate - [select for diffs] , Mon May 12 08:17:34 2008 UTC (16 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.47: +66 -46 lines
Diff to previous 1.47
BUG#:7646
TITLE: PEP#315 - Improve Trc&Log - Introduce Trace Levels 0 and 5

DESCRIPTION:

Revision 1.47 / (view) - annotate - [select for diffs] , Fri Sep 14 17:33:50 2007 UTC (16 years, 9 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch, RELEASE_2_7_3-RC1, RELEASE_2_7_3, RELEASE_2_7_2-RC1, RELEASE_2_7_2, RELEASE_2_7_1-RC1, RELEASE_2_7_1, RELEASE_2_7_0-RC1, RELEASE_2_7_0, RELEASE_2_7-root, RELEASE_2_7-branch
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
BUG#: 6514
TITLE: cimserver crashes when "cimconfig -s traceComponents=ALL -c" command is executed

DESCRIPTION: committing approved fix

Revision 1.46 / (view) - annotate - [select for diffs] , Fri Jun 15 16:35:47 2007 UTC (17 years ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch, RELEASE_2_7_0-BETA
Branch point for: TASK-PEP305_VXWORKS-branch
Changes since 1.45: +26 -105 lines
Diff to previous 1.45
BUG#:6502
TITLE: Implicitly add __FILE__ and __LINE__ to PEG_TRACE() macro

DESCRIPTION:

Revision 1.45 / (view) - annotate - [select for diffs] , Fri May 11 16:57:26 2007 UTC (17 years, 1 month ago) by sushma.fernandes
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-Bug2102Final-root, TASK-Bug2102Final-merged_out_to_branch, TASK-Bug2102Final-merged_out_from_trunk, TASK-Bug2102Final-merged_in_to_trunk, TASK-Bug2102Final-merged_in_from_branch, TASK-Bug2102Final-branch
Changes since 1.44: +42 -0 lines
Diff to previous 1.44
BUG#: 6414
TITLE: Need a way to suppress user info in trace file

DESCRIPTION: Added a getHTTPRequestMessage to the Tracer to suppress user info in trace file. Updated HTTPConnection to use the getHTTPRequestMessage method. Removed a findSeparator optimization so it would work with requests that mix CRLF and LF separators.

Revision 1.44 / (view) - annotate - [select for diffs] , Tue Apr 3 17:50:52 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.43: +4 -4 lines
Diff to previous 1.43
BUG#: 6306
TITLE: Initialization of String objects to String::EMPTY is unnecessary
DESCRIPTION: Remove redundant object initializations.

Revision 1.43 / (view) - annotate - [select for diffs] , Wed Mar 28 18:34:53 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.42: +9 -5 lines
Diff to previous 1.42
BUG#: 6297
TITLE: Some source files no longer meet chksrc requirements
DESCRIPTION: Format according to the coding conventions.

Revision 1.42 / (view) - annotate - [select for diffs] , Fri Mar 16 16:16:50 2007 UTC (17 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.41: +172 -297 lines
Diff to previous 1.41
BUG#:6207
TITLE: Performance - make OpenPegasus use its more efficent Trace macros

DESCRIPTION:

Revision 1.41 / (view) - annotate - [select for diffs] , Thu Jan 11 16:21:54 2007 UTC (17 years, 5 months ago) by a.dunfey
Branch: MAIN
CVS Tags: TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch
Changes since 1.40: +3 -2 lines
Diff to previous 1.40
BUG#: 5947
TITLE: Pegasus support for 64-bit Windows platform

DESCRIPTION:

Add support for the WIN64_IA64_MSVC and WIN64_X86_64_MSVC platforms and remove warnings associated with 64-bit windows compilation.

Revision 1.40 / (view) - annotate - [select for diffs] , Fri Nov 10 18:14:58 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_6_0-RC1, RELEASE_2_6_0-FC, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch
Changes since 1.39: +144 -143 lines
Diff to previous 1.39
BUG#: 5840
TITLE: Common modules do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.39 / (view) - annotate - [select for diffs] , Mon Aug 21 16:36:52 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch, TASK-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-Bug2021_RemoteCMPIonWindows-root, TASK-Bug2021_RemoteCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RemoteCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RemoteCMPIonWindows-branch, TASK-Bug2021_RCMPIonWindows-root, TASK-Bug2021_RCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RCMPIonWindows-branch, TASK-BUG4011_WinLocalConnect-branch-New
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
BUG#: 5396
TITLE: Threads::id() implementation

DESCRIPTION: Extended sprintf output buffer to avoid overrun.

Revision 1.38 / (view) - annotate - [select for diffs] , Mon Aug 21 14:31:03 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.37: +7 -8 lines
Diff to previous 1.37
BUG#: 5396
TITLE: New Threads::id() implementation

DESCRIPTION: New Threads::id() implementation

Revision 1.37 / (view) - annotate - [select for diffs] , Fri Aug 11 16:32:06 2006 UTC (17 years, 10 months ago) by carson.hovey
Branch: MAIN
Changes since 1.36: +2 -44 lines
Diff to previous 1.36
BUG#: 5366
TITLE: OpenVMS: Tracer.cpp remove unneeded ifdefs for OpenVMS and clean up comiple messages

DESCRIPTION: Clean-up non-ppod compiler messages for OpenVMS.

Revision 1.36 / (view) - annotate - [select for diffs] , Wed Aug 9 20:12:42 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.35: +12 -13 lines
Diff to previous 1.35
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.35 / (view) - annotate - [select for diffs] , Tue Jun 20 15:51:31 2006 UTC (18 years ago) by karl
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.34: +147 -2 lines
Diff to previous 1.34
BUG#: 5133
TITLE: Refactor Tracer code

DESCRIPTION: Part of PEP 255, size reduction.  This commits the tracer changes
and test changes.

Revision 1.34 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:08 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch, TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch, RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root, RELEASE_2_5-branch
Changes since 1.33: +4 -2 lines
Diff to previous 1.33
BUG#: 4691
TITLE: Update Licenses to 2006

DESCRIPTION: Updates most of the licenses to 2006. The slp_client directories are excluded for the moment pending discussion. This change has passed unit and system tests.  Note that this changes just about EVERY file in Pegasus.

Revision 1.33 / (view) - annotate - [select for diffs] , Mon Dec 5 07:32:10 2005 UTC (18 years, 7 months ago) by aruran.ms
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.32: +4 -3 lines
Diff to previous 1.32
BUG#: 4547
TITLE: Warning in Tracer.cpp on Linux

DESCRIPTION: Fixed as approved

Revision 1.32 / (view) - annotate - [select for diffs] , Wed Nov 30 21:04:52 2005 UTC (18 years, 7 months ago) by david.dillard
Branch: MAIN
Changes since 1.31: +45 -46 lines
Diff to previous 1.31
BUG#: 4516
TITLE: Changes to get rid of compiler warnings.

DESCRIPTION: Made the _traceOn flag a Boolean.  Cleaned up 'bool' to 'Boolean'.

Revision 1.31 / (view) - annotate - [select for diffs] , Mon Nov 21 08:37:44 2005 UTC (18 years, 7 months ago) by r.kieninger
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.30: +1 -0 lines
Diff to previous 1.30
BUG#:4458
TITLE: PEG_TRACE_STRING() macro not checking _traceOn flag.

DESCRIPTION: Fix for correct setting of _traceOn when turning tracing off.

Revision 1.30 / (view) - annotate - [select for diffs] , Mon Nov 14 12:57:26 2005 UTC (18 years, 7 months ago) by r.kieninger
Branch: MAIN
Changes since 1.29: +25 -19 lines
Diff to previous 1.29
BUG#:4287
TITLE: Tracing calls consume CPU cycles even when no tracing occurs

DESCRIPTION: Add a single indicator variable to check if tracing in on.

Revision 1.29 / (view) - annotate - [select for diffs] , Fri Jun 3 18:55:20 2005 UTC (19 years, 1 month ago) by gs.keenan
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-String, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
BUG#: 3737
TITLE: OpenVMS - Tracer returning hex instead of decimal numbers for some values.

DESCRIPTION: Changed printf format string to give decimal numbers.

Revision 1.28 / (view) - annotate - [select for diffs] , Sun Feb 6 21:13:14 2005 UTC (19 years, 4 months ago) by gs.keenan
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root, PEG25_IBM_5_16_05
Changes since 1.27: +45 -0 lines
Diff to previous 1.27
PEP#: 179
TITLE: Add Platform support for HP OpenVMS

DESCRIPTION: Changes to .cpp, .h files

Revision 1.27 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:24 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
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.26 / (view) - annotate - [select for diffs] , Fri Feb 4 04:57:46 2005 UTC (19 years, 5 months ago) by joyce.j
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
BUG#: 2498
TITLE: Minor code improvement in Tracer

DESCRIPTION: Modified for better performance

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Jan 19 23:48:05 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.24: +5 -0 lines
Diff to previous 1.24
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Enable support for multiple trace files written by different users.

Revision 1.24 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:17 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.23: +6 -4 lines
Diff to previous 1.23
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.23 / (view) - annotate - [select for diffs] , Tue Jun 22 21:06:23 2004 UTC (20 years 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.22: +34 -5 lines
Diff to previous 1.22
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Added a moduleName attribute to the Tracer to allow the trace output from each Provider Agent to be directed to an individual trace file.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Jun 3 14:04:54 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.21: +9 -11 lines
Diff to previous 1.21
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:04 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: local, 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, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.20: +6 -4 lines
Diff to previous 1.20
PEP 55 Update license on source files to current license text and date

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Aug 20 02:44:59 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
CVS Tags: test, TEST, RELEASE_2_3_0-msg-freeze, PRE_LICENSE_UPDATE_2003
Changes since 1.19: +36 -34 lines
Diff to previous 1.19
Bug 443 - moved delete to fix message formatting.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Jul 16 14:58:20 2003 UTC (20 years, 11 months ago) by mday
Branch: MAIN
Changes since 1.18: +19 -9 lines
Diff to previous 1.18
bugzilla 385 - buffer overwrite in Tracer.cpp

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Sep 2 03:24:11 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, mday-2-0-patches, VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2, LOCAL_ASSOCPROV-ROOT, LOCAL_ASSOCPROV-BRANCH
Branch point for: pep_88, RELEASE_2_2_0-branch
Changes since 1.17: +4 -2 lines
Diff to previous 1.17
HP-DME: Add (const char *) cast to force conversion of CString.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Aug 28 23:27:52 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.16: +6 -8 lines
Diff to previous 1.16
HP-RK API Review: Change String::allocateCString() to getCString().

Revision 1.16 / (view) - annotate - [select for diffs] , Tue Aug 27 16:42:27 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
HP-RK API Review: Remove String::operator+= methods.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Aug 16 21:48:29 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14
HP-RK API Review: Split CIMException into an SDK-visible CIMException class and an internal TraceableCIMException class.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Jun 4 16:58:52 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01, 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.13: +7 -9 lines
Diff to previous 1.13
HP-SF: Converted the log messages in Tracer to trace messages.

Revision 1.13 / (view) - annotate - [select for diffs] , Mon Jun 3 18:32:35 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
HP-RK Complete phase-out of PEG_FUNC_ENTER/PEG_FUNC_EXIT macros.  Replace with PEG_METHOD_ENTER/PEG_METHOD_EXIT.

Revision 1.12 / (view) - annotate - [select for diffs] , Fri May 31 23:56:41 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
HP-RK Update license header.

Revision 1.11 / (view) - annotate - [select for diffs] , Wed Apr 24 16:34:30 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
HP-RK Restructured the CIMException class to use the message string provided by the caller as the message, and make the description property include the status code information and text.  Also reinserted the static wbemexec tests into the build.

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Apr 19 19:50:33 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +9 -4 lines
Diff to previous 1.9
HP-RK Correct (by eliminating) the use of a static String as a default parameter value to hold an output parameter.

Revision 1.9 / (view) - annotate - [select for diffs] , Tue Apr 2 17:54:21 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.8: +8 -7 lines
Diff to previous 1.8
HP-RK Clean up IA64 Linux compile warnings.

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Apr 1 23:14:58 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
HP-RK Clean up Linux compiler warnings.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Mar 14 19:52:23 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.6: +4 -6 lines
Diff to previous 1.6
HP-RK Fixed use of ArrayDestroyer in Tracer.cpp.

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Mar 12 01:14:28 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
HP-JY Fixed memory deallocation.

Revision 1.5 / (view) - annotate - [select for diffs] , Sat Mar 9 01:17:10 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.4: +80 -13 lines
Diff to previous 1.4
HP-JY Modified CIMException class and Tracer class. See changelog for details.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Jan 17 08:49:53 2002 UTC (22 years, 5 months ago) by sage
Branch: MAIN
CVS Tags: pre-meta-dispatcher, async_dispatcher, VERSION_1_07
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
fixed Linux build

Revision 1.3 / (view) - annotate - [select for diffs] , Thu Jan 17 05:33:49 2002 UTC (22 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.2: +62 -9 lines
Diff to previous 1.2
HP-SF Added Process ID and Thread ID information to Tracer.

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 13 14:54:05 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: merge_of_dev
Changes since 1.1: +544 -0 lines
Diff to previous 1.1
Merged dev branch into main trunk.

Revision 1.1 , Tue Jul 31 22:57:08 2001 UTC (22 years, 11 months ago) by kumpf
Branch: MAIN
Branch point for: dev
FILE REMOVED
file Tracer.cpp was initially added on branch dev.

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