Merge branch 'master' into ra.to.merge
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / ip_adapter /
2015-09-10 Mandeep ShettyMerge branch 'master' into ra.to.merge
2015-08-22 jihwan.seoreplaced LOG type with other thing.
2015-08-21 Sachin AgrawalMerge branch 'security-basecamp' into master
2015-08-20 koushik.girijala[CA] Fix Get Network Information for Tizen
2015-08-19 Jon A. CruzCorrect the warning from ingoring write()'s error.
2015-08-18 hyuna0213.joChanged the return type of functions in uarraylist
2015-08-17 Erich Keanefix regression in Android interface handling introduced...
2015-08-14 Sakthivel SamiduraiMove security identity out of CAEndpoint_t and OCDevAddr.
2015-08-13 Erich KeaneMore robust IP Dual-Mode filtering
2015-08-10 John LightAvoid Segv by testing address field before using it.
2015-08-10 Sakari PoussaSet socklen explicitly to make OSX happy when sending...
2015-08-10 jnashokRemoving build warnings
2015-08-09 Sachin AgrawalMerge branch 'master' into 'security-basecamp'
2015-08-06 John LightSet socklen explicitly to make IOS happy
2015-08-05 Sachin AgrawalMerge branch 'master' into 'security-basecamp'
2015-08-05 jihwanseomodified CA comment for doxygen.
2015-08-03 John LightAllow unicast discovery of Resources and Devices
2015-08-02 Jon A. CruzFix issues revealed by -Wextra flag.
2015-07-31 Erich KeaneFixed a large amount of memory leaks/ Null pointer...
2015-07-31 jnashok[Jira IOT-604] Fix error handling from message handler
2015-07-30 vimala.v[ARDUINO] Fixed send data failure in IP adapter
2015-07-30 Ossama OthmanClean up some SonarQube warnings (trailing whitespace...
2015-07-24 Jon A. CruzCorrected files with doxygen comments that were generat...
2015-07-23 Jon A. CruzCorrected @file doxygen commands that had explicit...
2015-07-21 jnashokMerge Single/Multi thread for camessagehandler
2015-07-21 koushik.girijala[CA] Fix for tizen build error and CA sample for Tizen
2015-07-20 Abhishek Sharma[ARDUINO] Fixed heap corruption and build issues
2015-07-19 hunje.yeonUpdate and resolve conflict of service SConscript
2015-07-17 John LightNew IP Adapter supports IPv6
2015-07-16 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-15 Omkar HegdeRemoving unnecessary use of IPV6 flags.
2015-07-15 Sachin AgrawalMerge 'security-basecamp' branch into master with CBOR
2015-07-12 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-11 Erich KeaneFixed broken presence after IPv6 plumbing merge to
2015-07-10 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-09 hyuna0213.jomodify the preprocessor to stop the thread in ipadapter
2015-07-06 vimala.vResolved Tizen build issue
2015-07-06 Jamal HaidarFix memory leak in IP Monitor for tizen.
2015-07-03 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-03 vimala.vIntegrated IP adapter Singlethread and Multithread...
2015-07-01 Sachin Agrawal[CA] Fix for DTLS secure unicast port.
2015-06-30 jihwan.seoclean up endpoint methods.
2015-06-30 jnashokIP adapter error handling
2015-06-29 Ossama OthmanMinimized hardcoding of CA transport adapter source...
2015-06-26 hyuna0213.joremove unnecessary code in caipserver
2015-06-24 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-23 Joseph MorrowRealigned usage of IP Adapter modules' APIs on Arduino.
2015-06-23 koushik.girijala[CA] Assigned unicast port number 0 instead of fixed...
2015-06-17 Uze ChoiMerge "Merge branch 'master' into resource-manipulation...
2015-06-17 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-16 Sachin AgrawalIP address plumbing changes to support IPv6
2015-06-16 Erich KeaneReplace/examine usages of mem* and strcat/strcpy
2015-06-11 hunje.yeonMerge branch 'master' into resource-manipulation
2015-06-04 Sachin AgrawalMerging security-M3 to master
2015-06-04 hunje.yeonMerge branch 'master' into resource-manipulation
2015-05-29 Erich KeaneRevert "Adding error handling in IP Adapter"
2015-05-29 jw1103.kimAdding error handling in IP Adapter
2015-05-26 jihwan.seoreplace 'org_iotivity' with 'org_iotivity_ca' and chang...
2015-05-26 jnashok[Jira] IOT-529, Fix to support multiple IP networks...
2015-05-21 Charlie LenahanFix darwin/ios build issues
2015-05-21 Harish Kumara MarappaFix for tizen build failure issue.
2015-05-21 jw1103.kimprevent defects resolved (removed not useful code)
2015-05-15 jnashokRemoving Single/Double underscores at beginning of...
2015-05-15 Tim KourtAndroid Base API merge to master
2015-05-12 Erich KeaneFixes a large number of Klocwork identified issues.
2015-05-12 jw1103.kimFixed repeated network select/unselect causing no messages
2015-05-12 Ashok ChannaFixed thread safety procedure by adding SOCK_CLOEXEC...
2015-05-08 jnashokFix for DTLS message failure when previous not closed...
2015-05-07 k.karthickResolved compilation issues related to pthread changes
2015-05-07 Mandeep ShettyTemp fix for broken multicast presence after WiFi/Ether...
2015-05-05 Erich KeaneIntegrated WIFI/ETHERNET adapters to single IPAdapter.