modify the preprocessor to stop the thread in ipadapter
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src /
2015-07-09 hyuna0213.jomodify the preprocessor to stop the thread in ipadapter
2015-07-09 Abhishek Sharma[Tizen][BLE] Fix for broken BLE build
2015-07-08 jw1103.kimIntegrated single/multi thread for interface controller...
2015-07-07 hyuna0213.jointegrated caretransmission single/multi thread
2015-07-06 vimala.vResolved Tizen build issue
2015-07-06 Jamal HaidarFix memory leak in IP Monitor for tizen.
2015-07-03 Ravi Nanjundappacsdk: Fixes issue reported by cppcheck tool
2015-07-03 vimala.vIntegrated singlethread and multithread files of BLE...
2015-07-03 vimala.vIntegrated IP adapter Singlethread and Multithread...
2015-07-02 jihwan.seofixed memory leak in CA
2015-07-02 jnashokFix send LE adapter sendRequestToAll
2015-07-02 vimala.vChanged BLE UUID defined in Tizen according to OIC...
2015-07-01 Sachin Agrawal[CA] Fix for DTLS secure unicast port.
2015-07-01 jihwan.seoreplaced uuids in Android BLE
2015-06-30 jihwan.seoclean up endpoint methods.
2015-06-30 jnashokIP adapter error handling
2015-06-29 jnashokCA Error handling for LE adapter
2015-06-29 Ossama OthmanMinimized hardcoding of CA transport adapter source...
2015-06-26 koushik.girijala[CA] Fixed sample app code for Tizen and Arduino
2015-06-26 hyuna0213.joremove unnecessary code in caipserver
2015-06-26 jnashokCA Error handling for BT(EDR) Adapter
2015-06-25 jihwan.seo[IOT-583] fixed Option Parameter is not support
2015-06-25 jihwan.seo[IOT-580] fixed RESET is not working
2015-06-25 Ossama OthmanCorrected error return value when parsing fragmentation...
2015-06-23 hyuna0213.joremove unnecessary code in messagehandler
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-22 Ossama OthmanAddressed warnings that occurred when security was...
2015-06-22 jihwan.seoUpdated some value of CAResponseResult_t
2015-06-19 jihwan.seo[IOT-570] fixed multicast issue
2015-06-18 Mandeep ShettyRemove logging lines running in a tight loop that flood...
2015-06-18 hyuna0213.joRename camsgparser to cafragmentation in adapter_util...
2015-06-18 Jaehong JoFixed android build error
2015-06-17 jihwan.seo[IOT-569] fixed Transport type issue in EDR
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-09 jihwan.seofixed android LE multicast
2015-06-04 Sachin AgrawalMerging security-M3 to master
2015-06-03 jnashokAdding Error handling from CA to RI
2015-06-03 jaehong.joFix to android EDR multicast
2015-06-02 jihwan.seoFixed [IOT-539] issue for CAInitialize
2015-05-29 Erich KeaneRevert "Adding error handling in IP Adapter"
2015-05-29 jw1103.kimAdding error handling in IP Adapter
2015-05-29 hyuna0213.joFix for issue of CA don't check the invalid CAResponseI...
2015-05-29 Abhishek Sharma[TIZEN][DTLS] Fix broken DTLS build for Tizen
2015-05-27 Moumita RayChanged ampersand '&' to semicolon ';' to concatenate...
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-20 Ossama OthmanRemoved executable bit from non-executable files.
2015-05-20 Ossama OthmanFixed CAGetNetworkInformation() aggregation problem.
2015-05-19 jihwan.seoremove unnecessary code in protocolmessage
2015-05-15 vimala.vFixed following Tizen BLE issues
2015-05-15 jnashokRemoving Single/Double underscores at beginning of...
2015-05-15 Tim KourtAndroid Base API merge to master
2015-05-14 jaehong.joAndroid EDR replace keyword
2015-05-13 Mandeep ShettyFix segfault due to calling strlen on null payload.
2015-05-13 Thiago MacieiraSimplify copying of CAInfo_t
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 Thiago MacieiraModify CAGeneratePDUImpl to take the payload size as...
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-08 jnashokCA Android Sample application Changes
2015-05-07 jaehong.joAdded Android EDR code
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-06 vimala.vRemoval of unnecessary files in CA as IP changes are...
2015-05-05 Erich KeaneIntegrated WIFI/ETHERNET adapters to single IPAdapter.
2015-05-04 Erich KeaneBLE implemention for Android Platform
2015-05-04 Erich KeaneFixed regression in CARetransmission from the deadlock fix
2015-05-04 k.karthickBLE implementation for Tizen Platform.
2015-05-04 vimala.vBLE Adapter implementation for Arduino
2015-05-04 Caiwen Zhangfix build errors
2015-05-01 k.karthickImplementation for Tizen EDR transport.
2015-05-01 Erich KeaneFixed a pair of deadlocks on shutdown
2015-04-29 vimala.vFixed "[IOT-471] CATerminate can not clear out the...
2015-04-27 Erich KeaneReplace glib threadpool usage with a 'dumb' thread...
2015-04-27 jihwan.seoIndex variable has modified to define inside of for...
2015-04-23 HyunJun KimTizen build error fix with Building coap shared libraries.
2015-04-22 Charlie LenahanAdd pthread implementation for connectivity/common...
2015-04-21 Erich KeaneMinor documentation changes and code improvements as...
2015-04-21 Harish Kumara MarappaTizen build system using GBS.
2015-04-20 jw1103.kimmodified to check the size of selected network list...
2015-04-14 jihwan.seoIntegrated NetworkConfigurator Multi/SighleThread in CA
2015-04-13 jaehong.joDefine prefix SINGLE_THREAD, MULTI_THREAD
2015-04-10 Erich KeaneMerge branch 'connectivity-abstraction' to master
2015-04-09 Rahul RahulGlib patch for Gnome-glib android build
2015-04-09 jihwan.seoBug Fixed CA InterfaceController for TC-33
2015-04-08 Charlie LenahanEnable compilation and functionality on darwin(osx)
2015-04-08 Sakthivel SamiduraiUpdate CA layer code for tinyDTLS location
2015-04-07 Sachin AgrawalUpdated DTLS usage as per discussion
2015-04-07 Doug HudsonFix incorrect usages of OIC_LOG_V macro.
2015-04-07 Mandeep ShettySupport HighQoS and Cancel Observe in CA and RI
2015-04-07 jihwan.seoRESET/ACK code review update.
2015-04-03 jnashok[Jira] IOT 409 Fix for CAInitializeWiFi naming to be...
2015-04-03 Abhishek SharmaFix for Arduino WiFi shield fragmentation issue.
2015-04-03 Jon A. CruzUnify caprotocolmessage to fix bugs in different versions.
next