Merge branch 'connectivity-abstraction' to master
[platform/upstream/iotivity.git] / resource / csdk / stack /
2015-04-10 Erich KeaneMerge branch 'connectivity-abstraction' to master
2015-04-09 Mandeep ShettyAdded token length to direct stack responses.
2015-04-08 Charlie LenahanResolve potential buffer overflow warning
2015-04-08 Charlie LenahanEnable compilation and functionality on darwin(osx)
2015-04-08 Sachin AgrawalFixed linker order for Arduino libraries for Due and...
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-07 Joseph MorrowAdd stack logging flag to scons build parameters.
2015-04-07 Jon A. CruzFix outdated SCons build scripts that were broken for...
2015-04-07 Doug HudsonMods per RI code review.
2015-04-06 Sakthivel SamiduraiAddressing RI and CA integration code review.
2015-04-03 Mandeep ShettyFix C client to receive presence notifications.
2015-04-03 Doug HudsonModifications based on RI comments.
2015-04-02 Erich KeaneWrapping auto-ran unit tests with valgrind.
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 ShettyCheck valid function pointer before calling.
2015-03-30 Mandeep ShettyFixed few klockwork issues.
2015-03-30 Mandeep ShettyClean up extra characters in logs, validate params.
2015-03-30 Charlie Lenahanchanges to build CSDK for iOS, make .frameworks
2015-03-30 Jon A. CruzFix unit test lockup on the build server
2015-03-30 Caiwen ZhangClean Arduino build intermediate files
2015-03-30 Sudarshan PrasadAdded comments for a macro.
2015-03-30 Mandeep ShettyKlockwork fixes on C samples
2015-03-29 Erich KeaneFixed Presence Resource Filter crash
2015-03-27 Mandeep ShettyFix return type to enable callback.
2015-03-27 Mandeep ShettyFix possible buffer overflows & array out of bound
2015-03-26 Mandeep ShettyAdded check to not add duplicate resourcetype.
2015-03-26 Charlie Lenahanchanges to build csdk for os x(darwin)
2015-03-26 Erich KeaneFixed memory handling of HandleSingleResponse
2015-03-25 Erich KeaneFixed a number of KW Memory leaks in ocstack.c
2015-03-25 Sudarshan PrasadAddressed magic strings, incorrect logging
2015-03-25 Erich KeaneFixed memory leak from Observer
2015-03-25 Sashi PentaDefined OC_MULTICAST_PORT instead of using const 5683
2015-03-24 Joseph MorrowRemoved a single instance of the usage of a "magic...
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 Sakthivel SamiduraiAddress RI Code review comments
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-24 Joseph MorrowAdded const keyword to several function parameters.
2015-03-23 Sachin AgrawalFixed presence payload parsing logic (IOT-406)
2015-03-20 Sachin AgrawalFixed RI-CA review integration changes
2015-03-20 Jihun HaUpdate a resource model of configuration/diagnostics...
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-19 Joseph MorrowAdded proper doxygen documentation to the file ocresour...
2015-03-18 Erich KeaneRemoved Dead FormOCResponse Code
2015-03-18 Sakthivel SamiduraiChangeset for reviewing RI-CA integration changes.
2015-03-18 Joseph MorrowRemoved unused macro.
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-13 Jon A. CruzRemoved incorrect static from function declaration.
2015-03-12 HyunJun KimAdd freature of Scheduled Group Action.
2015-03-11 Joseph MorrowAdded SCons support for Arduino platform.
2015-03-11 Ashok ChannaAdded connectivity files for full code review
2015-03-11 Joseph MorrowApplied fixes to enable Unicast discovery in the RI...
2015-03-10 Mandeep ShettyConstant time insert into linked list of resources.
2015-03-10 Joseph MorrowFixed issues that are warnings on Linux, but errors...
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-03-04 Sakthivel SamiduraiRun Unit test after building the stack
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-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-23 Sachin AgrawalFixing errors reported by Klocwork tool
2015-02-22 Sakthivel SamiduraiFix klocwork issues in C samples
2015-02-21 HyunJun KimImprove usability of Group Interface API.
2015-02-20 HyunJun KimFix infinite loop in GroupAction.
2015-02-19 Sachin AgrawalRemoved ocsocket
2015-02-19 Joseph MorrowAdded safety checks requested in code review.
2015-02-19 Shilpa SodaniReplaces SID related c++ code with c code
2015-02-19 Sakthivel SamiduraiFix klocwork issue in c stack
2015-02-19 Mandeep ShettyFix C/C++ samples interoperability
2015-02-19 Yuliya KamatkovaRemoved obsolete OC_WELL_KNOWN_PORT
2015-02-18 Joseph MorrowFix memory leak when returning from method on error.
2015-02-18 Doug HudsonFixed incorrect concatenation of responses.
2015-02-18 Doug HudsonCreated SConscripts for the C and C++ unit tests.
2015-02-17 Sakthivel SamiduraiFix C samples format and style
2015-02-17 Patrick C LankswertFormalized the Arduino builds' generation of linker...
2015-02-17 Seung-woo LeeFix build error of SimpleClientServer for Wifi
2015-02-17 Erich KeaneRepaired a number of issues discovered while doing...
2015-02-14 Sudarshan PrasadFixed missing public API comments
2015-02-14 Sudarshan PrasadRemoved unused variables
2015-02-12 Seung-woo LeeFix missing of 'TB_LOG' in SConscript of ocserver
2015-02-12 Yuliya KamatkovaRemoved libcoap and occoap
2015-02-10 HyunJun KimImprove usability of Group Interface API.
2015-02-09 Yuliya KamatkovaRemoved OCGetInterfaceAddress
2015-02-09 Sachin AgrawalUpdated security config blob for extensibility
2015-02-09 Caiwen ZhangAdd external package management support
2015-02-05 Sakthivel SamiduraiClean up the C samples
2015-02-03 Joseph MorrowRemoved warnings from calls to OC_LOG_BUFFER from withi...
2015-02-03 Joseph MorrowRemoved extraneous definitions of CA_INT in makefiles...
next