Rename API (iotcon_state_set_xxx -> iotcon_state_add_xxx)
[platform/core/iot/iotcon.git] / test / iotcon-test-basic-client.c
2015-11-20 sung.goo.kimRename API (iotcon_state_set_xxx -> iotcon_state_add_xxx)
2015-11-19 sung.goo.kimRevise enumerations
2015-11-19 sung.goo.kimFix observe API (set_notify_cb -> observe_register)
2015-11-19 youngmanmodify server-side test
2015-11-19 sung.goo.kimFix enum (IOTCON_OBSERVE -> IOTCON_OBSERVE_IGNORE_OUT_O...
2015-11-19 youngmanRearrange CRUDN methods in "iotcon-test-basic"
2015-11-19 sung.goo.kim(ACR) Apply comments
2015-11-10 sung.goo.kimApply comments about parameter type (integer -> enum)
2015-11-10 sung.goo.kimApply response_cb API changes on sample code
2015-11-10 sung.goo.kimRevise resource_type/uri on sample code
2015-11-05 youngman(ACR) Modify Presence API
2015-11-05 sung.goo.kim(ACR) Apply comments about xxx_foreach API
2015-11-05 sung.goo.kim(ACR) Apply doxygen comments
2015-11-05 sung.goo.kimReplace from stdbool.h to tizen_type.h
2015-11-03 sung.goo.kim(ACR) Integrate remote_resource_crud/observe_cb
2015-11-03 sung.goo.kim(ACR) iotcon_open/close->connect/disconnect
2015-11-03 sung.goo.kim(ACR) Change API name : iotcon_get_xxx -> iotcon_reques...
2015-11-03 sung.goo.kim(ACR) Chagne API name : observe_start/stop -> start...
2015-11-03 youngmanAdd connectivity type
2015-11-03 youngmanResource Encapsulation