contrib/iotivity.git
2014-09-16 Sachin AgrawalIOT-48 : Updated makefiles for compiling OCStack with...
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 Erich KeaneRevert "Doxygen run for *.h files"
2014-09-11 Thiago MacieiraRemove unused variable
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
2014-09-11 Thiago MacieiraRewrite examples/ocicuc/Makefile
2014-09-11 Thiago MacieiraFix parallel build
2014-09-11 Thiago MacieiraUse CXX for the variable containing the name of the...
2014-09-11 Thiago MacieiraBuilding examples requires OCLib.a to be built first
2014-09-11 Thiago MacieiraUpdate the #pragma GCC diagnostic usage
2014-09-11 Thiago MacieiraDon't pass linker flags to compilation stages
2014-09-11 Thiago MacieiraAdd -p option to mkdir commands in the Makefiles
2014-09-11 Erich KeaneMerge "Doxygen run for *.h files"
2014-09-11 Erich KeaneMerge "Add .gitignore file"
2014-09-11 Erich KeaneMerge "Added check for Time libraries in expected locat...
2014-09-11 Thiago MacieiraAdd .gitignore file
2014-09-10 Joseph MorrowAdded check for Time libraries in expected location...
2014-09-10 Erich KeaneProvided a mechanism for deleting the context pointer...
2014-09-10 Erich KeaneMerge "IOT-31: Add copyright info to all makefiles"
2014-09-10 Erich KeaneMerge "A fix for building the Arduino TBStack without...
2014-09-10 Charunethran PGDoxygen run for *.h files
2014-09-10 Erich KeaneIOT-31: Add copyright info to all makefiles
2014-09-10 Erich KeaneMerge "Just realized that these should NOT be PCF'd...
2014-09-10 Joseph MorrowA fix for building the Arduino TBStack without wifi...
2014-09-09 Erich KeaneCleaned up a number of line lengths. Cleaned up iterat...
2014-09-09 Joseph MorrowJust realized that these should NOT be PCF'd. If a...
2014-09-09 Sashi PentaRemoving unwanted .h and .cpp files from C++ stack.
2014-09-09 Erich KeaneMerge "With respect to Rally User Story: US1556"
2014-09-09 Erich KeaneMissed removing OCProperties.cpp earlier
2014-09-09 Joseph MorrowWith respect to Rally User Story: US1556
2014-09-09 Erich KeaneMerge "Fixing a logging bug introduced in earlier WiFi...
2014-09-09 Erich KeaneMerge "Deleting OCReflect and OCServer, which are boht...
2014-09-09 Erich KeaneDeleting OCReflect and OCServer, which are boht dead...
2014-09-09 Sachin AgrawalFixing a logging bug introduced in earlier WiFi related...
2014-09-08 Sashi PentaOCStartPresence comments in header.
2014-09-08 Sashi PentaSending NONCE and TTL in the payload for active presence:
2014-09-08 Erich KeaneMerge "OCStartPresence now can be called when the serve...
2014-09-08 Sashi PentaOCStartPresence now can be called when the server comes...
2014-09-08 Erich KeaneGave typedefs to every use of std::function in the...
2014-09-08 Erich KeaneMerge "Get/Put overload implementation in OCResource...
2014-09-08 Erich KeaneMerge "Patch 1 : Adding Arduino WiFi support. This...
2014-09-08 Erich KeaneMerge "Fix for arduinomega.properties. It was pointing...
2014-09-08 Erich KeaneMerge "Stack/Observer: Free OCEntityHandlerRequest...
2014-09-08 Erich KeaneGet/Put overload implementation in OCResource. Allows...
2014-09-08 Sachin AgrawalPatch 1 : Adding Arduino WiFi support. This requires...
2014-09-08 Joseph MorrowFix for arduinomega.properties. It was pointing at...
2014-09-05 Erich KeaneUpdated the name of the API to unregisterResource....
2014-09-05 Erich KeaneMerge "OCLib is now called src. Now liboc.a is generate...
2014-09-05 Joseph MorrowUsing the compiler that comes with Arduino 1.0.5, it
2014-09-05 Sashi PentaOCLib is now called src. Now liboc.a is generated inste...
2014-09-05 Sachin AgrawalFixing broken TB stack due to compilation errors for...
2014-09-04 Wu JiangboOCResourceRespnse: JSON value should be wrapped in...
2014-09-03 Sashi PentaMinor formatting fix for the release notes.
2014-09-03 Wu JiangboStack/Observer: Free OCEntityHandlerRequest object...
2014-09-03 Sashi PentaFixed a minor bug in C stack and minor cleanup from...
2014-09-03 Sashi PentaIncludes C++ Presence Notification changes from Erich...
2014-09-03 Erich KeaneMerge "Patch 1 (Yamin): This is where all work is merge...
2014-09-03 Yamin S Al... Patch 1 (Yamin): This is where all work is merged from
2014-09-02 Jesse WilliamsonCheckpoint: monoprocess bug fixed-- need to improve...
2014-08-29 Erich KeaneMerge "Updated Makefile to support different build...
2014-08-29 Jesse WilliamsonUpdated Makefile to support different build targets.
2014-08-28 Yamin S Al... Partial fix for Jira issue IOT-24.
2014-08-28 Patrick LankswertMerge "Patch 1 :Added Arduino Due support Patch 2 ...
2014-08-27 Joseph MorrowPatch 1 :Added Arduino Due support
2014-08-27 clairikyFinished doing TODOs in ValidateQuery for container...
2014-08-25 Joseph MorrowAdding API changes needed for Active Discovery in the...
2014-08-25 Joseph MorrowFix for TB Unit Tests. This should make Jenkins build...
2014-08-25 William DieterMerge "Applying a quick fix for "prog_char is deprecate...
2014-08-25 Sachin AgrawalIOT-25 Jira Bug : RightShift on signed numbers have...
2014-08-25 Sakthivel SamiduraiAdded helper function to escape a special character...
2014-08-22 Joseph MorrowApplying a quick fix for "prog_char is deprecated"...
2014-08-22 William DieterMerge "Folks using sample apps get confused with error...
2014-08-22 Sudarshan PrasadFixed simpleserver to match correct APIs to set and... M1-RC2
2014-08-22 Sachin AgrawalFolks using sample apps get confused with error-prone... M1-RC1
2014-08-22 Patrick LankswertMerge "Fix for missing data in the observe notification...
2014-08-22 Patrick LankswertMerge "1. Fixed double free in OCDoResource that caused...
2014-08-22 George BowdenMerge "TA1622 - Updated the copyright company from...
2014-08-22 Sudarshan PrasadFix for missing data in the observe notification. JSON...
2014-08-22 Sashi PentaFix build issue.
2014-08-22 William DieterMerge "Exposed APIs for getting resource types and...
2014-08-22 Doug Hudson1. Fixed double free in OCDoResource that caused segfault
2014-08-22 William DieterMerge "Makefile again builds OCProperties."
2014-08-22 William DieterMerge "examples are created in just release/debug folder."
2014-08-22 Sudarshan PrasadExposed APIs for getting resource types and resource...
2014-08-21 Sashi Pentaexamples are created in just release/debug folder.
2014-08-21 William DieterMerge "Incrementing the size of request/response packet...
2014-08-21 Jesse WilliamsonMakefile again builds OCProperties.
2014-08-21 Sashi PentaFix buildng C++ examples. Some examples are removed...
2014-08-21 Joseph MorrowIncrementing the size of request/response packets for...
2014-08-21 Gene ChangTA1622 - Updated the copyright company from Intel Corpo...
2014-08-21 Sashi PentaCPP Default entity handler functionality and misc fixes.
2014-08-20 Joseph MorrowInitial Push of Arduino Sample Apps
2014-08-20 Sashi PentaGET for CPP/Client
next