Added new OCStack Error Code for Unauthorized Req (IOT-609)
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / linux /
2015-07-16 Sachin AgrawalAdded new OCStack Error Code for Unauthorized Req ...
2015-07-15 Omkar HegdeFixing collection samples
2015-07-15 Sachin AgrawalMerge 'security-basecamp' branch into master with CBOR
2015-07-14 Sachin AgrawalImproved OIC Virtual Resource definitions (IOT-603)
2015-07-14 Omkar HegdeCBOR rebase onto master for merge/review
2015-07-11 Omkar HegdeChanged C Samples to use correct adapter type
2015-07-10 Sachin AgrawalUpdated Secure Sample for new resource discovery response
2015-07-10 koushik.girijala[CA] RI sample occlient fix for not able to send get...
2015-07-01 Moumita RayAdding IPv6 changes in Sample Apps.
2015-06-30 Ravi NanjundappaFix compile warnings in SimpleClientServer for Linux
2015-06-29 Satya Prakash GuptaFix NULL pointer deferencing in SimpleClientServer
2015-06-17 Charlie LenahanFix segfault in ocserver on invalid PUT json
2015-06-16 Sachin AgrawalIP address plumbing changes to support IPv6
2015-06-16 Moumita RayFixed double free corruption in occlientbasicops handler
2015-06-12 Sachin AgrawalUpdated resource discovery parsing logic for new 'polic...
2015-06-11 Charlie LenahanAdd EntityHandler callback parameter to C SDK.
2015-06-10 Sakthivel SamiduraiUpdate pstat property name
2015-06-09 Mandeep ShettyIncrease delay in presence notifications to avoid stabi...
2015-06-05 Erich KeaneAdded Policy property to web type linking format
2015-06-04 Sachin AgrawalMerging security-M3 to master
2015-06-03 Erich KeaneMoved oic_string and combined mallocs to central place
2015-05-27 Moumita RayChanged ampersand '&' to semicolon ';' to concatenate...
2015-05-26 Mandeep ShettyAdded support for device discovery at oic/d.
2015-05-26 Moumita RayRenamed all references to ‘/oc/core’ to ‘/oic/res’...
2015-05-20 Mandeep ShettyUpdate sample apps to include platform discovery at...
2015-05-20 sanjayshSpec Compliance Interface name change.
2015-05-19 Charlie LenahanRemove unused OC_INIT_FLAG.
2015-05-15 Doug HudsonRemove WiFi and Ethernet connectivity type options...
2015-05-15 Tim KourtAndroid Base API merge to master
2015-05-12 sanjayshSpec Compliance change in interface names
2015-05-12 Erich KeaneFixes a large number of Klocwork identified issues.
2015-05-12 Mandeep ShettyFixed C and C++ sample apps.
2015-05-05 Moumita RayAdded new function in EntityHandler to parse and valida...
2015-05-04 Mandeep ShettyAdded simple query example for non virtual resource...
2015-05-01 Joseph MorrowRemoved all makefiles and associated documentation...
2015-04-29 Mandeep ShettyModified sample apps for easier and automated testing.
2015-04-27 Erich KeaneReplace glib threadpool usage with a 'dumb' thread...
2015-04-24 Charlie LenahanFix crash in csdk/sample/ocserver on resource PUT.
2015-04-22 Mandeep ShettyFix issue with multicast prescence subscriptions
2015-04-16 Mandeep ShettyModified ocserver to make presence flow clearer.
2015-04-14 Mandeep ShettyAdded check for stale observe notifications.
2015-04-10 Erich KeaneMerge branch 'connectivity-abstraction' to master
2015-04-08 Charlie LenahanEnable compilation and functionality on darwin(osx)
2015-04-07 Sachin AgrawalFixed bug to send discovery request as Non-Confirmable...
2015-04-07 Mandeep ShettySupport HighQoS and Cancel Observe in CA and RI
2015-04-03 Mandeep ShettyFix C client to receive presence notifications.
2015-03-30 Charlie Lenahanchanges to build CSDK for iOS, make .frameworks
2015-03-30 Mandeep ShettyKlockwork fixes on C samples
2015-03-26 Charlie Lenahanchanges to build csdk for os x(darwin)
2015-03-18 Sakthivel SamiduraiChangeset for reviewing RI-CA integration changes.
2015-03-11 Joseph MorrowAdded SCons support for Arduino platform.
2015-03-11 Joseph MorrowApplied fixes to enable Unicast discovery in the RI...
2015-03-02 Sachin AgrawalFixing Klocwork reported error in secure sample apps
2015-02-27 Erich KeaneChanged OCDOResource's handle param to take NULL
2015-02-23 Sachin AgrawalFixing errors reported by Klocwork tool
2015-02-22 Sakthivel SamiduraiFix klocwork issues in C samples
2015-02-19 Sachin AgrawalRemoved ocsocket
2015-02-19 Shilpa SodaniReplaces SID related c++ code with c code
2015-02-19 Mandeep ShettyFix C/C++ samples interoperability
2015-02-19 Yuliya KamatkovaRemoved obsolete OC_WELL_KNOWN_PORT
2015-02-17 Sakthivel SamiduraiFix C samples format and style
2015-02-14 Sudarshan PrasadRemoved unused variables
2015-02-12 Yuliya KamatkovaRemoved libcoap and occoap
2015-02-09 Yuliya KamatkovaRemoved OCGetInterfaceAddress
2015-02-09 Sachin AgrawalUpdated security config blob for extensibility
2015-02-05 Sakthivel SamiduraiClean up the C samples
2015-02-03 Joseph MorrowChanges to make Linux build with CA_INT flag specified.
2015-02-02 Sachin AgrawalCode cleanup in Security sample apps
2015-02-02 Sashi PentaRemoved #ifdef CA_INTs and other code cleanup.
2015-01-31 Sakthivel SamiduraiFix build warnings
2015-01-27 Sachin AgrawalUpdated RI layer to register 'GetDtlsPSKCredentials...
2015-01-26 Sachin AgrawalRemoving csdk samples dependency on liboc
2015-01-22 Sudarshan PrasadModified connection type variable to match OC prefix
2015-01-21 Ashok ChannaAPI for DTLS registration and Scon script addition
2015-01-20 Sudarshan PrasadMerge "Add missing enum value of OCStackResult to switc...
2015-01-20 Uze ChoiMerge "Improve usability of ActionSet for Group Action...
2015-01-20 Sudarshan PrasadMerge "Fix build warnings" into connectivity-abstraction
2015-01-19 Yuliya KamatkovaFixed build issue in csdk samples
2015-01-19 Sudarshan PrasadMerge "C++ SDK Adding OCConnectivity Type" into connect...
2015-01-17 Sudarshan PrasadMerge "Fix zeroing of OCServerResponse payload array"
2015-01-16 Sudarshan PrasadMerge "Remove OCICUC from build and repo"
2015-01-16 Sudarshan PrasadMerge "Enable building C Samples using scons"
2015-01-16 Sashi PentaEnable building C Samples using scons
2015-01-16 Caiwen ZhangEnable building C Samples using scons
2015-01-15 Sudarshan PrasadMerge "Map QoS to the right Connectivity Abstraction...
2015-01-14 omkarC Samples removing unsupported adapter types.
2015-01-14 Sudarshan PrasadMerge "Updated Iotivity to compile DTLS modules using...
2015-01-14 Sachin AgrawalUpdated Iotivity to compile DTLS modules using SCons
2015-01-14 Sudarshan PrasadMerge "Changing Malloc call in CA OCDoResource." into...
2015-01-14 Sudarshan PrasadMerge "Adding adapter type parameter to C Samples"...
2015-01-12 omkarAdding adapter type parameter to C Samples
2015-01-12 omkarEnabling Requests on Multiple Interfaces CA
2014-12-26 Uze ChoiMerge "Soft Sensor Manager Build Error fix" into connec...
2014-12-25 Sudarshan PrasadMerge "Merge from master to CA branch" into connectivit...
2014-12-25 omkarFixing Token Length issue in HandleCARequests
2014-12-25 Sudarshan PrasadMerge from master to CA branch
2014-12-25 Sudarshan PrasadMerge "Enabling Multiple Interfaces in CStack." into...
2014-12-25 Sudarshan PrasadMerge "enable C++ presence samples" into connectivity...
2014-12-25 omkarEnabling Multiple Interfaces in CStack.
2014-12-25 Vijay[CA Integration] Pass connectivity type on which respon...
next