Timeline
11/20/08:
- 19:21 Changeset [3048] by kkaempf
- adapt to rbwsman api
- 19:21 Changeset [3047] by kkaempf
- adapt from rwsman to rbwsman api
- 19:20 Changeset [3046] by kkaempf
- add some more destructors
11/19/08:
- 17:25 Changeset [3045] by kkaempf
- catch binding mismatches
- 16:53 Changeset [3044] by kkaempf
- stick to the public xml api
- 16:52 Changeset [3043] by kkaempf
- inc loop counter
11/16/08:
- 19:43 Changeset [3042] by kkaempf
- - support node.add(node) - alias 'add' to '<<' in Ruby - provide testcase
- 15:32 Changeset [3041] by kkaempf
- adapt to xml api: child_add -> add
- 13:16 Changeset [3040] by kkaempf
- adapt tests to added and revised Xml bindings
- 13:15 Changeset [3039] by kkaempf
- make help functions static
- 13:14 Changeset [3038] by kkaempf
- cleanup XmlNode? accessors
11/15/08:
- 20:15 Changeset [3037] by kkaempf
- include wsman-xml.h
11/12/08:
- 12:35 Changeset [3036] by nashif
- check for CXX
- 11:14 Changeset [3035] by kkaempf
- useless parameter removed
- 11:01 Changeset [3034] by kkaempf
- fix get and enumerate/pull/release endpoints add testcases for them
- 10:59 Changeset [3033] by kkaempf
- plugins are run as threads, link with pthread
- 10:58 Changeset [3032] by kkaempf
- transfer ownership of objects to called target function
- 10:57 Changeset [3031] by kkaempf
- add %newobject for non-constructors allocating memory
- 10:56 Changeset [3030] by kkaempf
- remove obsolete functions decls.
11/11/08:
- 14:31 Changeset [3029] by kkaempf
- extend SoapOp? and Soap
- 14:31 Changeset [3028] by kkaempf
- test 'get' plugin method
- 05:36 Changeset [3027] by kkaempf
- fix library install path
- 05:18 Changeset [3026] by kkaempf
- add auth_request_callback
- 05:14 Changeset [3025] by kkaempf
- fix lib install dir
- 05:04 Changeset [3024] by kkaempf
- reduce warnings about 'const'
- 04:21 Changeset [3023] by kkaempf
- make cmpisfcc required when building CIM plugin
- 04:06 Changeset [3022] by kkaempf
- src/lib/wsman-server.c uses PACKAGE_VERSION, use this here too
11/10/08:
- 22:29 Changeset [3021] by nashif
- fixed possible segfault (bug 272) In the file sfcc-interface.c; character …
- 22:28 Changeset [3020] by nashif
- Fixed potential memory leak (bug 273) In file uri.c, method …
- 16:41 Changeset [3019] by kkaempf
- implement enumerate, pull and release in Ruby server plugin adapt testcase
- 16:40 Changeset [3018] by kkaempf
- fix xmlattr test case
- 16:39 Changeset [3017] by kkaempf
- improve and extend bindings adapt Ruby testcases
11/09/08:
- 06:01 Changeset [3016] by kkaempf
- more accessors for EnumerationInfo? and SoapOp?
- 06:00 Changeset [3015] by kkaempf
- allow NULL input in value2hash
- 05:59 Changeset [3014] by kkaempf
- show epr_to and epr_uri in Enumerate_EP
- 05:58 Changeset [3013] by kkaempf
- extend debug
- 05:58 Changeset [3012] by kkaempf
- include helpers and other files from bindings adapt CMakeLists to catch …
- 05:57 Changeset [3011] by kkaempf
- make callbacks per-module, klass isn't passed to the plugin endpoints
- 05:56 Changeset [3010] by kkaempf
- tests for Ruby plugins
11/08/08:
- 17:39 Changeset [3009] by kkaempf
- ignore more generated files
- 17:38 Changeset [3008] by kkaempf
- add BUILD_JAVA option
- 17:37 Changeset [3007] by kkaempf
- fix testcase
- 17:37 Changeset [3006] by kkaempf
- add correct parameters to functions
- 17:36 Changeset [3005] by kkaempf
- fix the Module name
- 17:36 Changeset [3004] by kkaempf
- use the same module/namespace as the client bindings
- 17:30 Changeset [3003] by kkaempf
- - separate client transport as class - drop "Ws" prefix for classes
- 17:29 Changeset [3002] by kkaempf
- compile openwsman.c
- 17:28 Changeset [3001] by kkaempf
- For CTest
- 17:27 Changeset [3000] by kkaempf
- adapt most tests from rwsman (manual bindings) to rbwsman (swig generated …
- 17:07 Changeset [2999] by kkaempf
- add per-target helpers.c file for things like the client auth callback
11/07/08:
- 09:17 Changeset [2998] by kkaempf
- eval plugin method return value and convert to WsmanStatus? pass WsXmlDoc? …
- 09:16 Changeset [2997] by kkaempf
- make Target_Type a typedef include wsman-soap.i and wsman-xml.i
- 09:15 Changeset [2996] by kkaempf
- disable Python for now
- 09:14 Changeset [2995] by kkaempf
- add WsmanStatus? include wsman-soap.i
- 09:12 Changeset [2994] by kkaempf
- access to WsEnumerateInfo? and SoapOp?
- 07:53 Changeset [2993] by kkaempf
- use target abstraction from cmpi-bindings support Ruby and Python for now
- 07:50 Changeset [2992] by kkaempf
- find .so python lib
- 07:48 Changeset [2991] by kkaempf
- fix install path
- 07:04 Changeset [2990] by kkaempf
- use local copy of FindPythonLib? in order to find the .so lib
- 07:04 Changeset [2989] by kkaempf
- pick up version from configure.in
- 04:26 Changeset [2988] by kkaempf
- enable_testing()
- 04:25 Changeset [2987] by kkaempf
- enable_testing()
- 04:22 Changeset [2986] by kkaempf
- - include CTest and enable testing - move Find(Swig) before …
- 04:18 Changeset [2985] by kkaempf
- fix issue #271 - call init() function of plugins - call dlsym for …
- 03:46 Changeset [2984] by kkaempf
- split openwsman.i into separate, smaller files to improve maintainability …
11/06/08:
- 11:08 Changeset [2983] by kkaempf
- adapt to new filter_create_selector() api
- 11:06 Changeset [2982] by kkaempf
- drop shttpd/defs.h
- 10:48 Changeset [2981] by kkaempf
- fix potential segfault (Suresh Sundriyal <ssundriy@vmware.com>)
Note: See TracTimeline for information about the timeline view.
