projects
/
platform
/
upstream
/
iotivity.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Jira] IOT 409 Fix for CAInitializeWiFi naming to be in consistent with other APIs
[platform/upstream/iotivity.git]
/
resource
/
2015-04-03
jnashok
[Jira] IOT 409 Fix for CAInitializeWiFi naming to be...
tree
|
commitdiff
2015-04-03
Doug Hudson
Modifications based on RI comments.
tree
|
commitdiff
2015-04-03
Abhishek Sharma
Fix for Arduino WiFi shield fragmentation issue.
tree
|
commitdiff
2015-04-03
Jon A. Cruz
Unify caprotocolmessage to fix bugs in different versions.
tree
|
commitdiff
2015-04-02
vimala.v
Support for Arduino Due in CA Layer
tree
|
commitdiff
2015-04-02
Erich Keane
Wrapping auto-ran unit tests with valgrind.
tree
|
commitdiff
2015-04-02
jnashok
Removed Token ASCII-char limit and length limit
tree
|
commitdiff
2015-04-02
Jon A. Cruz
Added interruption of select() to linux IP reading...
tree
|
commitdiff
2015-04-02
Jon A. Cruz
Adding base timestamps to linux log output.
tree
|
commitdiff
2015-04-01
Erich Keane
Added function pointer validation to InProcClientWrapper
tree
|
commitdiff
2015-04-01
Doug Hudson
Modifications per RI code review.
tree
|
commitdiff
2015-04-01
Jon A. Cruz
Adding simple internal developer documentation with...
tree
|
commitdiff
2015-03-30
Mandeep Shetty
Fix unobservable resource being observed.
tree
|
commitdiff
2015-03-30
Mandeep Shetty
Check valid function pointer before calling.
tree
|
commitdiff
2015-03-30
Mandeep Shetty
Fixed few klockwork issues.
tree
|
commitdiff
2015-03-30
Mandeep Shetty
Clean up extra characters in logs, validate params.
tree
|
commitdiff
2015-03-30
Jon A. Cruz
Fix unit test lockup on the build server
tree
|
commitdiff
2015-03-30
Sudarshan Prasad
Added comments for a macro.
tree
|
commitdiff
2015-03-30
Mandeep Shetty
Klockwork fixes on C samples
tree
|
commitdiff
2015-03-29
Erich Keane
Added OCHeaderOption unit tests
tree
|
commitdiff
2015-03-29
Erich Keane
Adding OCException unit tests
tree
|
commitdiff
2015-03-29
Erich Keane
Fixed Presence Resource Filter crash
tree
|
commitdiff
2015-03-27
Sakthivel Samidurai
Update C++ Unit test for OCResource
tree
|
commitdiff
2015-03-27
Mandeep Shetty
Fix return type to enable callback.
tree
|
commitdiff
2015-03-27
Sakthivel Samidurai
Update C++ OCPlatform Unit test
tree
|
commitdiff
2015-03-27
Mandeep Shetty
Fix possible buffer overflows & array out of bound
tree
|
commitdiff
2015-03-27
Erich Keane
Explicitly specify OCResourceIdentifier assignments...
tree
|
commitdiff
2015-03-26
Mandeep Shetty
Added check to not add duplicate resourcetype.
tree
|
commitdiff
2015-03-26
Erich Keane
Fixed memory handling of HandleSingleResponse
tree
|
commitdiff
2015-03-26
Jon A. Cruz
Code portability cleanup.
tree
|
commitdiff
2015-03-25
Erich Keane
Fixed a number of KW Memory leaks in ocstack.c
tree
|
commitdiff
2015-03-25
Jon A. Cruz
Adding unit test for connectivity-abstraction work.
tree
|
commitdiff
2015-03-25
Jon A. Cruz
Fixed Arduino config setup when 'ALL' is selected as...
tree
|
commitdiff
2015-03-25
Sudarshan Prasad
Addressed magic strings, incorrect logging
tree
|
commitdiff
2015-03-25
Erich Keane
Fixed memory leak from Observer
tree
|
commitdiff
2015-03-25
Sashi Penta
Defined OC_MULTICAST_PORT instead of using const 5683
tree
|
commitdiff
2015-03-24
Joseph Morrow
Removed a single instance of the usage of a "magic...
tree
|
commitdiff
2015-03-24
Joseph Morrow
Cleaned up some static initialization and casting error...
tree
|
commitdiff
2015-03-24
Erich Keane
Implemented OCRepresentation::setChildren
tree
|
commitdiff
2015-03-24
Sakthivel Samidurai
Clean up OCStop in C stack
tree
|
commitdiff
2015-03-24
Sakthivel Samidurai
Address RI Code review comments
tree
|
commitdiff
2015-03-24
Erich Keane
Fixed KW Warnings based on using uninitialized values
tree
|
commitdiff
2015-03-24
Erich Keane
Fixed memory issues related to AddClientCB
tree
|
commitdiff
2015-03-24
Erich Keane
Fixed build warnings in stack
tree
|
commitdiff
2015-03-24
sanjaysh
isListOfObservers replaced with ObserveType in simplese...
tree
|
commitdiff
2015-03-24
Joseph Morrow
Cleaned up some misdirection when copying a string...
tree
|
commitdiff
2015-03-24
Joseph Morrow
Added const keyword to several function parameters.
tree
|
commitdiff
2015-03-23
Sachin Agrawal
Fixed presence payload parsing logic (IOT-406)
tree
|
commitdiff
2015-03-20
Jon A. Cruz
Add missing c flag.
tree
|
commitdiff
2015-03-20
Joseph Morrow
Enable ability to build for Arduino with debug enabled.
tree
|
commitdiff
2015-03-20
Sachin Agrawal
Fixed RI-CA review integration changes
tree
|
commitdiff
2015-03-20
Sakthivel Samidurai
Update C++ unit test
tree
|
commitdiff
2015-03-20
Doug Hudson
Fix potential memcpy buffer overruns.
tree
|
commitdiff
2015-03-19
Doug Hudson
Fixed CA logging issues.
tree
|
commitdiff
2015-03-19
Sachin Agrawal
Fix OCInit review comments identified in CA-RI Integrat...
tree
|
commitdiff
2015-03-19
Joseph Morrow
Made changes required to get the RI layer to build...
tree
|
commitdiff
2015-03-19
Mandeep Shetty
Removed potential buffer overflow.
tree
|
commitdiff
2015-03-19
Joseph Morrow
Added proper doxygen documentation to the file ocresour...
tree
|
commitdiff
2015-03-19
Mandeep Shetty
Added logging of tokens as hex for readability.
tree
|
commitdiff
2015-03-18
Erich Keane
Fixed InitializeException issues
tree
|
commitdiff
2015-03-18
Erich Keane
Removed Dead FormOCResponse Code
tree
|
commitdiff
2015-03-18
Sakthivel Samidurai
Changeset for reviewing RI-CA integration changes.
tree
|
commitdiff
2015-03-18
Jon A. Cruz
Fixed problems in URI parsing including memory corruption.
tree
|
commitdiff
2015-03-18
Joseph Morrow
Removed unused macro.
tree
|
commitdiff
2015-03-18
Erich Keane
Fixed InProcClientWrapper's option parameter to OCDoRes...
tree
|
commitdiff
2015-03-17
Erich Keane
Fixed Free of invalid memory in remote handler
tree
|
commitdiff
2015-03-16
Mandeep Shetty
Fix result code translations from COAP to CA.
tree
|
commitdiff
2015-03-16
Mandeep Shetty
Check validity before free-ing options pointer.
tree
|
commitdiff
2015-03-13
Mandeep Shetty
Return correct stack result on malloc fail in ocstack.c
tree
|
commitdiff
2015-03-13
Doug Hudson
Fixed bug where pointer is dereferenced before it is...
tree
|
commitdiff
2015-03-13
Jon A. Cruz
Removed incorrect static from function declaration.
tree
|
commitdiff
2015-03-13
Jon A. Cruz
Corrected @file tags and restored 'Files' section.
tree
|
commitdiff
2015-03-11
Joseph Morrow
Added SCons support for Arduino platform.
tree
|
commitdiff
2015-03-11
Ashok Channa
Added connectivity files for full code review
tree
|
commitdiff
2015-03-11
Joseph Morrow
Applied fixes to enable Unicast discovery in the RI...
tree
|
commitdiff
2015-03-10
Mandeep Shetty
Constant time insert into linked list of resources.
tree
|
commitdiff
2015-03-10
Joseph Morrow
Fixed issues that are warnings on Linux, but errors...
tree
|
commitdiff
2015-03-10
Mandeep Shetty
Fixing query delimiters in uri reassembly.
tree
|
commitdiff
2015-03-09
Sanjeev BA
Minor typo fixes.
tree
|
commitdiff
2015-03-06
Erich Keane
Fixed Klocwork errors in InProcClientWrapper.cpp
tree
|
commitdiff
2015-03-06
Mandeep Shetty
Removing unneccesary floating point conversions.
tree
|
commitdiff
2015-03-06
Shilpa Sodani
Fix Presence issue of not working on Ethernet
tree
|
commitdiff
2015-03-05
Sashi Penta
Remove unused HandleStackResponses function
tree
|
commitdiff
2015-03-05
Sashi Penta
Fix Presence notification issues.
tree
|
commitdiff
2015-03-05
Sachin Agrawal
Added workaround to enable security in CA branch
tree
|
commitdiff
2015-03-04
Sakthivel Samidurai
Run Unit test after building the stack
tree
|
commitdiff
2015-03-02
Sachin Agrawal
Fixing Klocwork reported error in secure sample apps
tree
|
commitdiff
2015-02-27
Shilpa Sodani
Fix CA invalid free memory bug
tree
|
commitdiff
2015-02-27
Sakthivel Samidurai
Fix scons build issue
tree
|
commitdiff
2015-02-27
Erich Keane
Changed OCDOResource's handle param to take NULL
tree
|
commitdiff
2015-02-24
Joseph Morrow
Added ability to init with only transports that are...
tree
|
commitdiff
2015-02-23
Joseph Morrow
Added helper function to map CAResult_t types to OCStac...
tree
|
commitdiff
2015-02-23
Sachin Agrawal
Fixing errors reported by Klocwork tool
tree
|
commitdiff
2015-02-23
Sanjeev BA
Remove redundant check.
tree
|
commitdiff
2015-02-23
Ossama Othman
Retrieve build flags from pkg-config only once.
tree
|
commitdiff
2015-02-23
Ossama Othman
Removed carriage returns in middle of text and at line...
tree
|
commitdiff
2015-02-22
Sakthivel Samidurai
Fix klocwork issues in C samples
tree
|
commitdiff
2015-02-22
William Dieter
Updated Doxygen @param for OCResourceResponse::setResou...
tree
|
commitdiff
2015-02-21
William Dieter
Guard against spurious wakeups in devicediscoveryclient.cpp
tree
|
commitdiff
2015-02-21
William Dieter
Guard against spurious wakeups in devicediscoveryserver.cpp
tree
|
commitdiff
next