summaryrefslogtreecommitdiffstats
path: root/examples/create_resource.c
Commit message (Collapse)AuthorAgeFilesLines
* - gcc warned: create_resource.c:123: warning: 'return' with no value, in ↵Klaus Kaempf2007-08-031-1/+1
| | | | function returning non-void
* wsman_client -> wsmcAnas Nashif2007-05-161-7/+7
|
* more API changesAnas Nashif2007-05-161-1/+1
|
* api changesAnas Nashif2007-05-161-6/+6
|
* improve client thread safety. Anas Nashif2007-05-041-1/+1
|
* add namespacesAnas Nashif2007-04-231-12/+8
|
* merge branch with fixes of bg #71Anas Nashif2007-03-291-6/+6
|
* Modified client API. Ruby is not fixedVadim Revyakin2007-01-291-5/+4
|
* serialization with several name spaces and attributes. SER_STRUCT define ↵Vadim Revyakin2007-01-161-2/+2
| | | | improved
* use special function for non serialized dataAnas Nashif2007-01-051-4/+5
|
* adapt to new Create and Put actionsAnas Nashif2007-01-051-1/+2
|
* min/max elements in dynamic arraysVadim Revyakin2006-12-201-1/+1
|
* serialization/deserialization improved and debuggedVadim Revyakin2006-12-201-40/+34
|
* dynamic arrays serializationVadim Revyakin2006-12-151-1/+4
|
* - added example for create with serializationAnas Nashif2006-12-111-0/+178
- fixed create function in CLI