platform/upstream/iotivity.git
2015-03-23 Caiwen ZhangUpdate scons build readme and howto document
2015-03-20 Jon A. CruzAdd missing c flag.
2015-03-20 Joseph MorrowEnable build process for Arduino Mega on CA Branch...
2015-03-20 Joseph MorrowEnable ability to build for Arduino with debug enabled.
2015-03-20 Joseph MorrowDisable default to auto install to Arduino device after...
2015-03-20 Sachin AgrawalFixed RI-CA review integration changes
2015-03-20 Sakthivel SamiduraiUpdate C++ unit test
2015-03-20 Doug HudsonFix potential memcpy buffer overruns.
2015-03-19 Doug HudsonFixed CA logging issues.
2015-03-19 Sachin AgrawalFix OCInit review comments identified in CA-RI Integrat...
2015-03-19 Jon A. CruzDo not try to build OICMiddle examples on arduino.
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-19 Mandeep ShettyAdded logging of tokens as hex for readability.
2015-03-18 Erich KeaneFixed InitializeException issues
2015-03-18 Erich KeaneRemoved Dead FormOCResponse Code
2015-03-18 Sakthivel SamiduraiChangeset for reviewing RI-CA integration changes.
2015-03-18 Jon A. CruzFixed problems in URI parsing including memory corruption.
2015-03-18 Joseph MorrowRemoved unused macro.
2015-03-18 Erich KeaneFixed InProcClientWrapper's option parameter to OCDoRes...
2015-03-17 Sakthivel SamiduraiRun unit tests after building the stack
2015-03-17 Erich KeaneFixed Free of invalid memory in remote handler
2015-03-16 Mandeep ShettyFix result code translations from COAP to CA.
2015-03-16 Mandeep ShettyCheck validity before free-ing options pointer.
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-13 Jon A. CruzCorrected @file tags and restored 'Files' section.
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 Doug HudsonFix error in downloading hippomocks library.
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 William DieterRemoved unneeded references to oic-utilities
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 DieterAdded Vagrant config files that will create a build VM
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 jk13[SSM] Fix console sample
2015-02-21 HyunJun KimFix runtime error of ThingsManager API.
2015-02-21 HyunJun KimImprove usability of Group Interface API.
2015-02-21 Caiwen ZhangImprove external library management error handling
2015-02-21 Patrick C LankswertAdd missing LICENSE and NOTICE file to repository.
2015-02-21 Erich KeaneAdding OCRep destructor, various move activities
2015-02-20 Minji Park[SSM] Fix SSM Sample App to handle invalid input for...
2015-02-20 jjack.leeFix problem for multiple api call
2015-02-20 HyunJun KimFix infinite loop in GroupAction.
2015-02-20 Sudarshan PrasadRelease notes for Feb 1st release
2015-02-20 HyunJun KimAdd API description of Things Manager.
2015-02-20 HyunJun KimFix GroupSync API of about GroupSync of Group feature.
2015-02-20 Minji Park[SSM] Fix issue about initializing SSM with invalid...
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 Sachin AgrawalAdded support in tinyDTLS to support rehandshake
2015-02-06 Sachin AgrawalFixed issue to pass PSK identity hint to application...
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
next