Rename SendResponse to SendDirectStackResponse in ocstack.c
[platform/upstream/iotivity.git] / resource / csdk / stack / src / ocstack.c
2015-04-27 Mandeep ShettyRename SendResponse to SendDirectStackResponse in ocstack.c
2015-04-25 Doug HudsonFix bug to prevent continuous presence TTL timeouts.
2015-04-24 Doug HudsonAdd a maximum presence TTL of 24 hours
2015-04-22 Mandeep ShettyFix issue with multicast prescence subscriptions
2015-04-20 Erich KeaneFixed spelling of CAResult_t Receive Failed enum value
2015-04-20 Mandeep ShettyFix presence timeout issue.
2015-04-20 Joseph MorrowAdded check to disallow more than one instance of the...
2015-04-14 Mandeep ShettyAdded check for stale observe notifications.
2015-04-14 Mandeep ShettyReturn correct error code when server stack fails.
2015-04-10 Erich KeaneMerge branch 'connectivity-abstraction' to master
2015-04-09 Mandeep ShettyAdded token length to direct stack responses.
2015-04-07 Mandeep ShettySupport HighQoS and Cancel Observe in CA and RI
2015-04-07 Doug HudsonMods per RI code review.
2015-04-06 Sakthivel SamiduraiAddressing RI and CA integration code review.
2015-04-02 jnashokRemoved Token ASCII-char limit and length limit
2015-04-01 Doug HudsonModifications per RI code review.
2015-03-30 Mandeep ShettyFix unobservable resource being observed.
2015-03-30 Mandeep ShettyFixed few klockwork issues.
2015-03-30 Mandeep ShettyClean up extra characters in logs, validate params.
2015-03-30 Sudarshan PrasadAdded comments for a macro.
2015-03-27 Mandeep ShettyFix return type to enable callback.
2015-03-26 Mandeep ShettyAdded check to not add duplicate resourcetype.
2015-03-25 Erich KeaneFixed a number of KW Memory leaks in ocstack.c
2015-03-25 Sashi PentaDefined OC_MULTICAST_PORT instead of using const 5683
2015-03-24 Joseph MorrowCleaned up some static initialization and casting error...
2015-03-24 Sakthivel SamiduraiClean up OCStop in C stack
2015-03-24 Erich KeaneFixed KW Warnings based on using uninitialized values
2015-03-24 Erich KeaneFixed memory issues related to AddClientCB
2015-03-24 Erich KeaneFixed build warnings in stack
2015-03-24 Joseph MorrowCleaned up some misdirection when copying a string...
2015-03-23 Sachin AgrawalFixed presence payload parsing logic (IOT-406)
2015-03-20 Sachin AgrawalFixed RI-CA review integration changes
2015-03-19 Sachin AgrawalFix OCInit review comments identified in CA-RI Integrat...
2015-03-19 Joseph MorrowMade changes required to get the RI layer to build...
2015-03-19 Mandeep ShettyRemoved potential buffer overflow.
2015-03-18 Erich KeaneRemoved Dead FormOCResponse Code
2015-03-18 Sakthivel SamiduraiChangeset for reviewing RI-CA integration changes.
2015-03-13 Mandeep ShettyReturn correct stack result on malloc fail in ocstack.c
2015-03-13 Doug HudsonFixed bug where pointer is dereferenced before it is...
2015-03-10 Mandeep ShettyConstant time insert into linked list of resources.
2015-03-06 Mandeep ShettyRemoving unneccesary floating point conversions.
2015-03-06 Shilpa SodaniFix Presence issue of not working on Ethernet
2015-03-05 Sashi PentaRemove unused HandleStackResponses function
2015-03-05 Sashi PentaFix Presence notification issues.
2015-02-27 Erich KeaneChanged OCDOResource's handle param to take NULL
2015-02-24 Joseph MorrowAdded ability to init with only transports that are...
2015-02-23 Joseph MorrowAdded helper function to map CAResult_t types to OCStac...
2015-02-19 Sachin AgrawalRemoved ocsocket
2015-02-19 Joseph MorrowAdded safety checks requested in code review.
2015-02-19 Sakthivel SamiduraiFix klocwork issue in c stack
2015-02-18 Joseph MorrowFix memory leak when returning from method on error.
2015-02-18 Doug HudsonCreated SConscripts for the C and C++ unit tests.
2015-02-17 Erich KeaneRepaired a number of issues discovered while doing...
2015-02-12 Yuliya KamatkovaRemoved libcoap and occoap
2015-02-03 Joseph MorrowRemoved warnings from calls to OC_LOG_BUFFER from withi...
2015-02-03 Erich KeaneFixed uninitialized memory/invalid memory issues
2015-02-03 Joseph MorrowMade changes to support Arduino 1.5.8 with Connectivity...
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 issue
2015-01-31 Sakthivel SamiduraiFix build warnings
2015-01-30 Yuliya KamatkovaFixed OCDOResource interface
2015-01-30 Sudarshan PrasadAdded appropriate comment to address a TODO
2015-01-27 Sakthivel SamiduraiValidate input parameters
2015-01-27 Sachin AgrawalUpdated RI layer to register 'GetDtlsPSKCredentials...
2015-01-26 Sakthivel SamiduraiLog invalid request in HandleCARequests
2015-01-26 Yuliya KamatkovaReplaced (conditionally) OCCoAPToken with CAToken_t
2015-01-23 Sashi PentaUpdate the multicast port and GenerateToken code in...
2015-01-22 Caiwen ZhangRemove high frequency log to avoid the log full with...
2015-01-22 ywsungFix Memory leak of getResourceType() in ocstack.c
2015-01-22 ywsungResolve Bug IOT-273 (rename "OC_STACK_REPEATED_REQUEST")
2015-01-21 Ashok ChannaIoT-243 Connectivity Abstraction single-threaded module...
2015-01-20 Sakthivel SamiduraiRemove the magic number
2015-01-20 Sudarshan PrasadMerge "Fix build warnings" into connectivity-abstraction
2015-01-20 Sakthivel SamiduraiFix build warnings
2015-01-17 Sudarshan PrasadMerge "Fix zeroing of OCServerResponse payload array"
2015-01-16 Sudarshan PrasadMerge "Enable building C Samples using scons"
2015-01-15 Sudarshan PrasadMerge "Map QoS to the right Connectivity Abstraction...
2015-01-15 Sakthivel SamiduraiMap QoS to the right Connectivity Abstraction message...
2015-01-15 Patrick LankswertMerge "Remove high frequency log to avoid the log full...
2015-01-15 Patrick LankswertMerge "Adding tinyDTLS into iotivity repo"
2015-01-15 Sudarshan PrasadMerge "Reduce footprint by using string literals."
2015-01-15 Sudarshan PrasadMerge "Changed OCStackResult to be consistent across...
2015-01-14 Sudarshan PrasadMerge "Update gitignore."
2015-01-14 Sudarshan PrasadMerge "Updated Iotivity to compile DTLS modules using...
2015-01-14 Sudarshan PrasadMerge "Fix Memory leak of getResourceType() in ocstack.c"
2015-01-14 Sudarshan PrasadMerge "Changing Malloc call in CA OCDoResource." into...
2015-01-14 Caiwen ZhangRemove high frequency log to avoid the log full with...
2015-01-14 Sudarshan PrasadMerge "Adding adapter type parameter to C Samples"...
2015-01-13 omkarChanging Malloc call in CA OCDoResource.
2015-01-13 Sudarshan PrasadMerge "Fixed seg fault in simpleclient sample app ...
2015-01-13 Sudarshan PrasadMerge "Added style formatting config files for iotivity...
2015-01-12 Sudarshan PrasadMerge "Fixed simpleclient crash caused by curResource...
2015-01-12 omkarEnabling Requests on Multiple Interfaces CA
2015-01-12 Sudarshan PrasadMerge "Fix failed unit tests for CSDK stack."
2015-01-12 Sakthivel SamiduraiIntegrate OCStop API with CA
2015-01-12 Sashi PentaEnable Multicast Presence and Resource Type filtering...
2015-01-12 Sudarshan PrasadMerge "C++ Avoid crash in case of Invalid/Empty Payload"
2015-01-12 ywsungFix Memory leak of getResourceType() in ocstack.c
2015-01-10 Sudarshan PrasadMerge "Fixed invalid memory read, removed dead code"
next