Added SCons support for Arduino platform.
[contrib/iotivity.git] / resource /
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-10 Mandeep ShettyFixing query delimiters in uri reassembly.
2015-03-09 Sanjeev BAMinor typo fixes.
2015-03-06 Erich KeaneFixed Klocwork errors in InProcClientWrapper.cpp
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-05 Sachin AgrawalAdded workaround to enable security in CA branch
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 Shilpa SodaniFix CA invalid free memory bug
2015-02-27 Sakthivel SamiduraiFix scons build issue
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-23 Sanjeev BARemove redundant check.
2015-02-23 Ossama OthmanRetrieve build flags from pkg-config only once.
2015-02-23 Ossama OthmanRemoved carriage returns in middle of text and at line...
2015-02-22 Sakthivel SamiduraiFix klocwork issues in C samples
2015-02-22 William DieterUpdated Doxygen @param for OCResourceResponse::setResou...
2015-02-21 William DieterGuard against spurious wakeups in devicediscoveryclient.cpp
2015-02-21 William DieterGuard against spurious wakeups in devicediscoveryserver.cpp
2015-02-21 William DieterAdded resource/include/OCRepresentation.h to Doxyfile
2015-02-21 HyunJun KimImprove usability of Group Interface API.
2015-02-21 Erich KeaneAdding OCRep destructor, various move activities
2015-02-20 HyunJun KimFix infinite loop in GroupAction.
2015-02-20 Sudarshan PrasadRelease notes for Feb 1st release
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 Erich KeaneRepaired a number of issues discovered while doing...
2015-02-14 Sudarshan PrasadFixed missing public API comments
2015-02-14 Erich KeaneImplement [] and iteration for OCRepresentation
2015-02-14 Sudarshan PrasadRemoved unused variables
2015-02-12 Shilpa SodaniFixed sample when command line argument exceeds 3
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-09 Erich KeaneRemoved Cereal from Build Except where necessary
2015-02-06 Erich KeaneFixed make_unique to work with C++14+ compilers
2015-02-06 Joseph MorrowFix errors on Arduino caused by proper initialization.
2015-02-05 Erich KeaneFixed OCLogger enum log levels to be legal
2015-02-05 Erich KeaneRemoved boost program_options from build
2015-02-05 Sakthivel SamiduraiClean up the C samples
2015-02-04 Ashok ChannaFixed Scons script changes to include CA flags in IoTiv...
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...
2015-02-03 Ashok ChannaRESET/ACK messages requirement to add additional data...
2015-02-03 Erich KeaneFixed uninitialized memory/invalid memory issues
2015-02-03 Joseph MorrowChanges to make Linux build with CA_INT flag specified.
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-29 Shilpa SodaniResolve Klocwork c++ issues
2015-01-29 Sudarshan PrasadReduce footprint by using string literals.
2015-01-29 Yuliya KamatkovaFixed C++ unit tests for connectivity abstraction integ...
2015-01-29 Sudarshan PrasadRemoving Internal calls to CA APIs in OCPlatform
2015-01-27 Sakthivel SamiduraiValidate input parameters
2015-01-27 Joseph MorrowFix issue where logger files aren't built for Arduino...
2015-01-27 Sachin AgrawalUpdated RI layer to register 'GetDtlsPSKCredentials...
2015-01-27 Yuliya KamatkovaFixed makefile for unittests
2015-01-26 Sakthivel SamiduraiLog invalid request in HandleCARequests
2015-01-26 Erich KeaneRemove OCICUC from build and repo
2015-01-26 Yuliya KamatkovaReplaced (conditionally) OCCoAPToken with CAToken_t
2015-01-26 Sachin AgrawalRemoving csdk samples dependency on liboc
2015-01-26 Erich KeaneFixed simpleclient crash caused by curResource being...
2015-01-23 Sudarshan PrasadFix for seg fault due to double free
2015-01-23 Sudarshan PrasadAdded temporary fix for building with connectivity...
2015-01-23 Sashi PentaUpdate the multicast port and GenerateToken code in...
2015-01-22 Erich KeaneFixed crash on rec'd invalid data.
2015-01-22 Sudarshan PrasadModified connection type variable to match OC prefix
2015-01-22 Sudarshan PrasadAdded release notes for Jan 17th release
2015-01-22 Maks NaumovFix zeroing of OCServerResponse payload array
2015-01-22 Caiwen ZhangRemove high frequency log to avoid the log full with...
2015-01-22 Erich KeaneChanged OCStackResult to be consistent across compile...
2015-01-22 Sanjeev BAUpdate gitignore.
2015-01-22 ywsungFix Memory leak of getResourceType() in ocstack.c
2015-01-22 Sachin AgrawalFixed seg fault in simpleclient sample app (Bug IOT...
2015-01-22 Erich KeaneFixed InProcServerWrapper to be thread safe
2015-01-22 Doug HudsonFix failed unit tests for CSDK stack.
2015-01-22 omkarC++ Avoid crash in case of Invalid/Empty Payload
2015-01-22 HyunJun KimChange the definition of GROUP_INTERFACE.
2015-01-22 omkarAdding OK Response Code for POST
next