summaryrefslogtreecommitdiffstats
path: root/examples/win32_service.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code that is duplicated all over the placeSam Kottler2013-06-301-2/+0
|
* Adapt to reduced libu exposure in openwsman public apiKlaus Kämpf2011-09-141-0/+1
| | | | | Add a couple of #include "u/libu.h" See commit 7d91f671 of openwsman
* update with new API support complex filtersAnas Nashif2008-03-031-1/+1
|
* fixed serializationAnas Nashif2007-11-261-4/+4
|
* - gcc warned: win32_service.c:163: warning: 'return' with no value, in ↵Klaus Kaempf2007-08-031-1/+3
| | | | function returning non-void
* wsman_client -> wsmcAnas Nashif2007-05-161-18/+18
|
* more API changesAnas Nashif2007-05-161-4/+4
|
* api changesAnas Nashif2007-05-161-9/+9
|
* improve client thread safety. Anas Nashif2007-05-041-1/+1
|
* merge branch with fixes of bg #71Anas Nashif2007-03-291-10/+10
|
* re-installing openwsman from scratch makes wsman-api.h available.Klaus Kaempf2007-03-051-2/+1
| | | | | fix wrong paramter in call to deserialize()
* adapt to current openwsman includesKlaus Kaempf2007-03-051-1/+2
|
* fixed example clientsAnas Nashif2007-03-041-208/+212
|
* Modified client API. Ruby is not fixedVadim Revyakin2007-01-291-7/+6
|
* adapt invoke callsAnas Nashif2007-01-251-2/+2
|
* serialization with several name spaces and attributes. SER_STRUCT define ↵Vadim Revyakin2007-01-161-2/+2
| | | | improved
* serialization/deserialization improved and debuggedVadim Revyakin2006-12-201-50/+50
|
* improved examples with new functionsAnas Nashif2006-12-071-6/+9
|
* use wsenum_enumerate_and_pullAnas Nashif2006-11-291-37/+22
| | | | | set correct http codes in tests
* stop/start windows services with deserializationAnas Nashif2006-11-291-29/+91
|
* moved examples to where they belongAnas Nashif2006-11-291-0/+239
removed some invalid tests improved a couple of tests