Merge branch 'master' into easysetup and fixed OCStack issue
[contrib/iotivity.git] / resource / csdk / stack / src / ocstack.c
2015-06-23 Madan LankaMerge branch 'master' into easysetup and fixed OCStack...
2015-06-16 Sachin AgrawalIP address plumbing changes to support IPv6
2015-06-16 Erich KeaneReplace/examine usages of mem* and strcat/strcpy
2015-06-12 Omkar HegdeChanging ocstack to retrieve double instead of int...
2015-06-11 Charlie LenahanAdd EntityHandler callback parameter to C SDK.
2015-06-09 Hauke Mehrtenscdsk: fix big endian problem
2015-06-04 Sachin AgrawalMerging security-M3 to master
2015-06-03 Erich KeaneMoved oic_string and combined mallocs to central place
2015-06-03 jnashokAdding Error handling from CA to RI
2015-06-03 Madan LankaMerge branch 'master' into easysetup
2015-06-01 Charlie LenahanRemove CreateResourceWithHost calls.
2015-05-28 Joseph MorrowConverting OTA payload for advertisements to JSON packa...
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 ShettyRemoved duplicate switch case in OCDoResource.
2015-05-19 Charlie Lenahanremove unused OCResponseHandle
2015-05-19 Mandeep ShettySpec compliance change to move oc/core/d to oic/p.
2015-05-15 Erich KeaneChanged ServerInstanceID to UUID
2015-05-15 Doug HudsonRemove WiFi and Ethernet connectivity type options...
2015-05-12 Erich KeaneFixes a large number of Klocwork identified issues.
2015-05-12 Mandeep ShettyAdded check to make sure default interface is always...
2015-05-07 HyunJun KimFix latent error for OCCreateResourceWithHost.
2015-05-05 Erich KeaneIntegrated WIFI/ETHERNET adapters to single IPAdapter.
2015-05-01 Mandeep ShettyModified query parsing to handle all filters.
2015-04-29 Mandeep ShettyFix all braces on own line violations in C stack source...
2015-04-28 Mandeep ShettyAdded timeouts and cleanup for zombie callbacks in...
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
next