[IOT-2054] Avoid calling CA API from the C++ layer
[platform/upstream/iotivity.git] / resource / csdk / stack / src / ocstack.c
2017-04-28 Dan Mihai[IOT-2054] Avoid calling CA API from the C++ layer
2017-04-26 Kevin Kane[IOT-2101] Don't automatically assert roles accessing...
2017-04-25 Dan MihaiDon't call CA API from sample app.
2017-04-20 Ziran SunResource: Change default vaule of acceptVersion and...
2017-04-18 Todd Malsbary[IOT-1942] Add support for diagnostic payloads.
2017-04-18 Greg Zaverucha[IOT-1952] Assert roles automatically
2017-04-17 Jaehong JoFix a defect detected by static code analyzer.
2017-04-14 bg.chun[IOT-2008] Wrapping OCGetLinkLocalZoneId by ifdef IP_AD...
2017-04-10 Jee Hyeok KimMerge "Merge branch 'cloud-interface'"
2017-04-10 Jee Hyeok KimMerge branch 'cloud-interface'
2017-04-04 Andrii ShtompelPSK check before ciphersuite selection
2017-04-04 Jee Hyeok KimMerge branch 'master' into cloud-interface
2017-04-03 Greg ZaveruchaMerge "[IOT-1785] Merge branch 'iot-1785'"
2017-04-03 Ziran SunRevert "Change default vaule of acceptVersion and accep...
2017-03-31 Kevin KaneMerge branch 'master' into iot-1785
2017-03-31 Ziran SunChange default vaule of acceptVersion and acceptFormat.
2017-03-31 Ziran SunVersion option is not associate with application/cbor...
2017-03-28 Soemin TjongAuto generate platform ID.
2017-03-28 Jaewook JungFixed memory leak on ocstack.c
2017-03-27 Todd MalsbaryAdd support for application/ocf.vnd+ocf discovery payloads.
2017-03-27 Kevin KaneMerge branch 'master' into iot-1785
2017-03-23 Ziran SunMake format and versioing number independent from each...
2017-03-23 Pawel WinogrodzkiIOT-1583: Removing /W3 warnings inside connectivity...
2017-03-22 George Nashcsdk: Fixed compiler warnings in ocstack.c
2017-03-22 Kevin KaneMerge branch 'master' into iot-1785
2017-03-16 HarryCrash fix for Notification provider sample.
2017-03-15 Kihyuck ShinAdd following wrapper macros for convenience.
2017-03-14 Alex Kelley[IOT-1911] Make resource/csdk/stack W4 compliant.
2017-03-13 Todd Malsbary[IOT-1906] Disable only /oic/res response under OCStopM...
2017-03-10 ChaJiWonIOT-1877 : start presence issue
2017-03-10 Kevin KaneMerge branch 'master' into iot-1785
2017-03-10 jihwan.seoprovide timeout error of server(504) value in ocstack.
2017-03-10 jihwan.seofix timing issue for mutex access in ble
2017-03-09 Alex Kelley[IOT-1884] Allow IoTivity to generate and persist PIID
2017-03-09 Way VadhanasinIOT-1868 [C++ layer] Make OCPlatform start and stop...
2017-03-07 Jaewook JungIntegrated the version info of IoTivity
2017-03-06 Kevin KaneMerge branch 'master' into iot-1785
2017-03-04 Jaewook JungFixed typo on OCInit1()
2017-03-04 Way VadhanasinIOT-1867 Add reference count to OCInit and OCStop
2017-03-03 Kevin KaneMerge branch 'master' into iot-1785
2017-03-02 js126.leeFixed core dump during Security Discovery
2017-02-27 Philippe Covalcsdk: Use OIC_LOG instead of OIC_LOG_V for logging...
2017-02-25 bg.chun[IOT-1207] Endpoint C++ API
2017-02-24 jinhyuck83.parkexclude internal Discovery when User connection Prefer...
2017-02-24 Jay SharmaHandling of missing parent property in collection response
2017-02-20 Pawel WinogrodzkiIOT-1583: Removing /W3 warnings inside resource/csdk...
2017-02-17 Jaewook Jungcode clean up on the ocstack.h and ocstackinternal.h
2017-02-17 jihwan.seofix crash issue related findResource in OCConnectionManager
2017-02-13 jg.ham[IOT-1540] Connection manager logic add.
2017-02-13 jihwan.seoFix callback issue which there is no payload in case...
2017-02-13 Jaehong JoFix static analysis issue in base layer.
2017-02-13 bg.chun[IOT-1531]PAL API for get link-local zone id from ifindex
2017-02-08 Todd Malsbary[IOT-1685] Make /oic/res observable.
2017-02-07 Nathan Heldt-Sheller[IOT-789] [IOT-792] [IOT-794] [IOT-1763 partial fix]
2017-02-06 bg.chun[IOT-1775] Fix observer response handle logic
2017-02-03 Ziran SunVersioning feature implementation.
2017-02-03 Habib Virji/oic/res error response for query handling
2017-02-02 Jung Seungho[IOT-1775] Fix observer response handle logic
2017-02-01 bg.chun[IOT-1774]Add BLE, NFC, RA flag for RI endpoint
2017-01-31 Eunji, Leetizen: Add trace api for using ttrace
2017-01-31 jihwan seoprovide setConfigure API related BT including EDR,...
2017-01-30 Hauke Mehrtenscsdk: move OCClientResponse from stack to heap
2017-01-27 bg.chun[IOT-1775]Fix obsHeaderOpt check logic
2017-01-27 bg.chun[IOT-1704]Deprecate OCDoResource and add OCDoRequest
2017-01-26 Mandeep ShettyCheck if stack is init'ed in call to OCProcess()
2017-01-24 Jee Hyeok KimMerge branch 'master' into cloud-interface
2017-01-23 jihwan.seoApply the logic which can start transport type in initi...
2017-01-20 Alex Kelley[IOT-1769] Add OC_STACK_NOT_ACCEPTABLE status code
2017-01-19 Srikrishna GurugubelliIntrospection support
2016-12-30 hyuna0213.joFixed mismatched message type when the error response...
2016-12-22 jihwan.seo[IOT-1671] Fixed base layer terminate logic
2016-12-22 jihwan.seoreplace the name related device ID with remoteId for...
2016-12-22 bg.chun[IOT-1693]Fix observer header option check logic in...
2016-12-14 Uze ChoiMerge "Merge branch 'notification-service' to master...
2016-12-13 Greg Zaverucha[IOT-1313, IOT-1300] Improve random number generation
2016-12-13 George NashIndicate intentional fall through in switch statments
2016-12-13 KIM JungYongMerge branch 'notification-service' to master branch.
2016-12-12 George Nash[IOT-1089] Merge remote-tracking branch 'origin/generic...
2016-12-12 Dan Mihai[IOT-1614] Test for NULL a single time.
2016-12-09 George Nash[IOT-1089] Merge remote-tracking branch 'origin/master...
2016-12-09 hyuna0213.jo[IOT-1608] Support PUT,POST,DELETE method type for...
2016-12-08 hyuna0213.jo[IOT-1602] Remove observer when the tcp connection...
2016-12-08 js126.leeAdd OCGetDeviceOwnedState API
2016-12-07 bg.chunAdd client side logic when obs request failed.
2016-12-05 George Nash[IOT-1089] Merge remote-tracking branch 'origin/master...
2016-12-05 jihwan.seoadd stop API of base stack in android.
2016-11-30 bg.chun[IOT-1207] Endpoint C API with request filtering
2016-11-29 jihwan.seoadd deviceID information in CA layer
2016-11-28 George NashMerge remote-tracking branch 'origin/master' into gener...
2016-11-28 Oleksandr Dmytrenkofix: messageID for coap over TCP always is null
2016-11-24 Habib VirjiAdd generic API for setting and getting defined tag...
2016-11-23 ccMerge branch 'master' into notification-service
2016-11-18 George Nash[IOT-1089] Merge remote-tracking branch 'origin/master...
2016-11-18 Dave Thaler[IOT-1513] Incorrect URI construction
2016-11-14 jihwanseo[IOT-1543] modified some log message more clearly.
2016-11-11 George Nash[IOT-1089] Merge remote-tracking branch 'origin/master...
2016-11-11 Minji ParkFix static analysis issues in CA, rd_client and ocstack
2016-11-10 Habib Virji[JIRA-1134] Fix mem leak in HandleVirtualResource
2016-11-08 George Nash[IOT-1089] Merge remote-tracking branch 'origin/master...
2016-11-08 Dave ThalerIOT-1513: Incorrect URI parsing in OCDoResource
next