Added commentary to the public API referring to new functionality of
[platform/upstream/iotivity.git] / csdk /
2014-10-15 Joseph MorrowAdded commentary to the public API referring to new...
2014-10-15 Erich KeaneMerge "POST updates to include new URI and response...
2014-10-15 VijayPOST updates to include new URI and response status...
2014-10-14 Erich KeaneMerge "Delete old testapp files. They do not work and...
2014-10-14 Joseph MorrowMade small change to sample app to ensure that all...
2014-10-14 Thuyen TranClient requests to delete a resource.
2014-10-14 Sashi PentaSupporting QoS in C++ layer:
2014-10-13 Erich KeaneMerge "Added logic to notify all observers when a resou...
2014-10-13 Erich KeaneMerge "Mods while working User Story US1742"
2014-10-13 Joseph MorrowAdded logic to notify all observers when a resource...
2014-10-13 Doug HudsonMods while working User Story US1742
2014-10-13 Caiwen ZhangFix OCDoHandle comparation error
2014-10-10 Erich KeaneMerge "Fix but in OCUtility.cpp, exception information...
2014-10-10 Erich KeaneMerge "Fix type conflict"
2014-10-09 Erich KeaneMerge "Example to demonstrate the idea of sending json...
2014-10-09 Caiwen ZhangFix type conflict
2014-10-09 Erich KeaneMerge "fix for arduinodue "install" target for ocserver...
2014-10-09 Erich KeaneMerge "Made additions to buildSCript and various makefi...
2014-10-09 Erich KeaneMerge "Tidy up logging call sites; throw in a few place...
2014-10-08 Joseph Morrowfix for arduinodue "install" target for ocserver sample...
2014-10-08 Erich KeaneTidy up logging call sites; throw in a few places.
2014-10-08 Erich KeaneMerge "Revert "Fix to remove quotes around array of...
2014-10-08 Erich KeaneMerge "1. Fix for IOT-58. Set the resourceInterfaceName...
2014-10-08 Erich KeaneMerge "Fix compile error"
2014-10-08 Omkar Hegde1. Fix for IOT-58. Set the resourceInterfaceName to...
2014-10-08 Caiwen ZhangFix compile error
2014-10-08 Erich KeaneMerge "Broke out build script into variability.. Added...
2014-10-08 Omkar Hegde1. Added a check in ocstack.c for the Maximum JSON...
2014-10-08 Erich KeaneMerge "Updated example program."
2014-10-08 Omkar Hegde1. Changes made to Sample application (ocserver) in...
2014-10-08 Caiwen ZhangBuild system base on scons(oic-resource)
2014-10-07 Joseph MorrowBroke out build script into variability.. Added support...
2014-10-06 Yamin S Al-mousaFixing returned error codes in OCProcessPresence.
2014-10-03 Erich KeaneMerge "1.Optimization to reduce number of strlen()...
2014-10-03 Omkar Hegde1.Optimization to reduce number of strlen() calls.
2014-10-03 Erich KeaneMerge "Added file describing artifact locations from...
2014-10-03 Erich KeaneMerge "Arduino Due needs to use DWORD to read address...
2014-10-03 William DieterMerge "Tech writer reviewed edits for programmer's...
2014-10-02 Sachin AgrawalArduino Due needs to use DWORD to read address of strin...
2014-10-02 Erich KeaneMerge "Added mechanism to set URI in the regular entity...
2014-10-02 Doug HudsonCancel threads before exiting in
2014-10-02 Erich KeaneMerge "IOT-57 fix. We were mis-assigning a pointer...
2014-10-02 Joseph MorrowMakefile changes req'd for a global build script. Also...
2014-10-01 Joseph MorrowFixed upsets in C Stack that caused breakage in the...
2014-10-01 Erich KeaneMerge "1 Bug fix to check for length of uri and query...
2014-10-01 Vijay1 Bug fix to check for length of uri and query separately.
2014-10-01 Sashi Penta1. Supporting POST operation in C Stack.
2014-10-01 William DieterMerge "C++ programer's guide"
2014-10-01 Yamin S Al-mousaThis commit to support exposing vendor specific options...
2014-10-01 Erich KeaneMerge "Added URI parameter for Device Entity Handler."
2014-09-30 Erich KeaneMerge "Modified makefiles so that each makefile could...
2014-09-30 Thuyen TranModified makefiles so that each makefile could build...
2014-09-30 Sashi PentaAdded URI parameter for Device Entity Handler.
2014-09-29 Erich KeaneMerge "1. Default device entity handler implementation...
2014-09-29 Erich KeaneMerge "IOT-36 (Leak 2) : Fixing memory leaks Patch...
2014-09-29 Erich KeaneMerge "Logging effort created a regression in InProcCli...
2014-09-29 Erich KeaneMerge "Simultaneous ACK and RST message received at...
2014-09-29 Erich KeaneMerge "New APIs : hasAttribute, numberOfAttributes...
2014-09-29 Sachin AgrawalIOT-36 (Leak 2) : Fixing memory leaks
2014-09-29 Sachin AgrawalSimultaneous ACK and RST message received at Server...
2014-09-26 Erich Keanec_logger implementation
2014-09-26 Doug Hudson1. Modify libcoap to use OCMalloc and OCFree.
2014-09-25 Erich KeaneMerge "Remove hard-coded IP address from the samples...
2014-09-25 Sashi PentaRemove hard-coded IP address from the samples.
2014-09-25 Erich KeaneMerge "IOT-36 : Fixing memory leaks"
2014-09-25 Erich KeaneMerge "1. Create csdk/ocmalloc directory 2. Create...
2014-09-24 Erich KeaneMerge "Default device entity handler implementation...
2014-09-24 Doug Hudson1. Create csdk/ocmalloc directory
2014-09-24 Sachin AgrawalIOT-36 : Fixing memory leaks
2014-09-24 Sashi PentaDefault device entity handler implementation in C Stack.
2014-09-24 Erich KeaneMerge "Add const modifier"
2014-09-24 Caiwen ZhangAdd const modifier
2014-09-23 Erich KeaneMerge "1. arrays in OCRepresentation 2. Fixed review...
2014-09-23 Erich KeaneMerge "JSON Object implementation"
2014-09-22 Erich KeaneNon-discoverable resources cause bad JSON (trailing...
2014-09-19 Yamin S Al-mousaA fix for a bug reported by Omkar and Vijay:
2014-09-18 Erich KeaneMerge "Revert "Replace to_string and stoi""
2014-09-18 Erich KeaneMerge "Fixing Arduino compilation error"
2014-09-18 Erich KeaneMerge "Avoid redefine 'NDEBUG'"
2014-09-18 Caiwen ZhangAvoid redefine 'NDEBUG'
2014-09-18 Sachin AgrawalFixing Arduino compilation error
2014-09-17 Erich KeaneMerge "Support for notifying specific observers using...
2014-09-17 VijaySupport for notifying specific observers using observat...
2014-09-16 Erich KeaneRemoved <oic-resource>/csdk/android and <oic-resoruce...
2014-09-16 Erich KeaneMerge "Partial Implementation of US1574:"
2014-09-16 Erich KeaneMerge "Removed extraneous comment. The callback process...
2014-09-16 Erich KeaneMerge "IOT-48 : Updated makefiles for compiling OCStack...
2014-09-16 Erich KeaneMerge "Fixing a few warnings that we see coming out...
2014-09-16 Joseph MorrowRemoved extraneous comment. The callback process is...
2014-09-16 Sachin AgrawalIOT-48 : Updated makefiles for compiling OCStack with...
2014-09-15 Erich KeaneFixing a few warnings that we see coming out of the...
2014-09-15 Joseph MorrowPatch 1: Sending RST in response to the receipt of...
2014-09-15 Erich KeaneMerge "Patch 1: Arduino pdu malloc fix."
2014-09-15 Erich KeaneMerge "Updated Arduino sample app to reflect the curren...
2014-09-12 Joseph MorrowPatch 1: Arduino pdu malloc fix.
2014-09-12 Sachin AgrawalUpdated Arduino sample app to reflect the current SRAM...
2014-09-11 Erich KeaneMerge "Revert "Doxygen run for *.h files""
2014-09-11 Thiago MacieiraFix mistaken use of && where & was intended
2014-09-11 Erich KeaneFix use of uninitialized variable
2014-09-11 Thiago MacieiraFix warnings about diff and base possibly not initialized
next