[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r1170] by bartw

added version to caption

2009-04-01 16:17:49 Tree
[r1169] by kkaempf

enable 'rdoc' documentation and adapt comments appropriately

2009-03-30 13:56:02 Tree
[r1168] by bartw

some fixes for redhat

2009-03-18 20:29:45 Tree
[r1167] by bartw

catch conversion errors, and rethrow with useful info. otherwise the provider writer has no idea which property is causing the problem.

2009-03-06 21:14:14 Tree
[r1166] by bartw

Removed on-demand TargetInitialization, and moved target initialization
to the generic "Create" factory functions. The on-demand initialization
was done previously because SFCB passed a null CMPIStatus to the factory
functions, which meant they couldn't gracefully fail. This has since
been fixed in SFCB.
This change was necessary to properly implement Cleanup(). In Cleanup(),
it is was not previously safe to allow providers to return
CMPI_RC_DO_NOT_UNLOAD, such that they will not be unloaded.
For example, consider an instance and method provider. If
the provider is called for a method only, the factory functions
for both instance and method will be called, allocating
a ProviderMIHandle for each provider type. However, only the
method provider will have miHdl->instance initialized. When
Cleanup() is called by SFCB, the instance Cleanup() is called
first, then the method Cleanup(). Problem: when instance
Cleanup() is called, the miHdl->Instance is null, so the provider
isn't called. Then the instance miHdl is free'd, and the MI_COUNT
is decremented (in the case of Python at least). Next the
method provider Cleanup() is called. The target provider's cleanup() is
called, and it may return CMPI_RC_DO_NOT_UNLOAD. So, the provider
is not unloaded. If a subsequent instance operation comes in,
we have a problem because the instance miHdl has already been
free'd. Also, the MI_COUNT is incorrect. So, we'll tell the
target provider we're always terminating until this can be
fixed.

2009-02-27 00:03:27 Tree
[r1165] by bartw

Pass cleanup function along to providers so they can perform necessary
cleanup. Allow them to specify that they don't want to be unloaded.

2009-02-26 04:03:49 Tree
[r1164] by bartw

Fix for swig-1.3.37.
Swig no longer deposits the language-specific files in the current
directory, hence the addition of outdir.
Thanks to Mihai Ibanescu.

2009-01-27 21:42:25 Tree
[r1163] by kkaempf

Initial release announcement

2009-01-16 13:34:31 Tree
[r1162] by kkaempf

Slide from the 2008 Management Developers Conference, describing
cmpi-bindings and its implementation.

2009-01-09 14:14:14 Tree
[r1161] by bartw

changed version to prepare for release

2008-12-18 23:30:39 Tree
Older >