Merge remote-tracking branch 'origin/routing-manager'
[platform/upstream/iotivity.git] / resource / csdk / stack / src / ocserverrequest.c
2015-09-17 Jaehong JoMerge remote-tracking branch 'origin/routing-manager'
2015-09-17 Sachin AgrawalMerge branch 'security-summit' into 'master'
2015-09-16 Patrick LankswertMerge "Merge easysetup branch into master"
2015-09-16 Sakthivel SamiduraiAdd security payload type to a request/response
2015-09-16 jihwan.seoClean up the stack code of csdk to check NULL
2015-09-16 Erich KeaneRemoved the OCPayloadType from the payload
2015-09-16 Sachin AgrawalMerge branch 'master' into security-summit
2015-09-16 lankamadanMerge easysetup branch into master
2015-09-15 Stephane LejeuneUpdate the stack to use the new CoAP return code 2...
2015-09-15 Stephane LejeuneAdd support for and handle presence of the coap ACCEPT...
2015-09-11 hyuna0213.joEnabled CoAP over TCP in RI Layer.
2015-09-08 koushik.girijala[RI] Fix for out of memory issue in Arduino Mega
2015-09-08 Stephane LejeuneAdded support for CBOR content format option.
2015-09-08 sandipan.pMerge remote-tracking branch 'origin/master' into easys...
2015-09-04 jihwan.seorealigned some preprocess to the left.
2015-09-04 Stephane LejeuneFixes the observe option size to the legal max value...
2015-08-27 Vinil JainMerge branch 'master' into easysetup & CBOR changes
2015-08-25 minus2ksupport blockwise-transfer on RI layer
2015-08-21 Jon A. CruzMerge "Merge branch 'security-basecamp' into master"
2015-08-21 Omkar HegdeFix presence with ipv6 changes
2015-08-09 Sachin AgrawalMerge branch 'master' into 'security-basecamp'
2015-08-05 Jon A. CruzCleaning up more warnings.
2015-08-05 Sachin AgrawalMerge branch 'master' into 'security-basecamp'
2015-07-31 Erich KeaneFixed a large amount of memory leaks/ Null pointer...
2015-07-22 Sachin AgrawalFixed memory leak while sending the response in SRM
2015-07-22 Erich KeaneFixed build warnings due to assert, unused function...
2015-07-19 hunje.yeonUpdate and resolve conflict of service SConscript
2015-07-18 Omkar HegdeFixing collections
2015-07-17 Sakthivel SamiduraiRebase remote-access over master
2015-07-17 John LightNew IP Adapter supports IPv6
2015-07-16 vimala.vEnabled EDR and BLE adapter in RI
2015-07-16 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-15 Mandeep ShettyImprove logging in the stack.
2015-07-15 Sachin AgrawalMerge 'security-basecamp' branch into master with CBOR
2015-07-14 Omkar HegdeCBOR rebase onto master for merge/review
2015-07-12 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-11 Erich KeaneFixed broken presence after IPv6 plumbing merge to
2015-07-06 Uze ChoiMerge "Merge branch 'master' into resource-manipulation...
2015-07-06 hunje.yeonMerge branch 'master' into resource-manipulation
2015-07-03 Ravi Nanjundappastack: Fixes cppcheck issue in ocserverrequest
2015-06-23 Madan LankaMerge branch 'master' into easysetup and fixed OCStack...
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-06-03 Erich KeaneMoved oic_string and combined mallocs to central place
2015-05-19 Mandeep ShettyFix memory leaks in handling server requests.
2015-05-12 Erich KeaneFixes a large number of Klocwork identified issues.
2015-05-05 Erich KeaneIntegrated WIFI/ETHERNET adapters to single IPAdapter.
2015-04-10 Erich KeaneMerge branch 'connectivity-abstraction' to master
2015-04-07 Mandeep ShettySupport HighQoS and Cancel Observe in CA and RI
2015-04-03 Doug HudsonModifications based on RI comments.
2015-04-02 jnashokRemoved Token ASCII-char limit and length limit
2015-03-30 Mandeep ShettyClean up extra characters in logs, validate params.
2015-03-26 Erich KeaneFixed memory handling of HandleSingleResponse
2015-03-24 Sakthivel SamiduraiAddress RI Code review comments
2015-03-20 Sachin AgrawalFixed RI-CA review integration changes
2015-03-18 Sakthivel SamiduraiChangeset for reviewing RI-CA integration changes.
2015-03-11 Ashok ChannaAdded connectivity files for full code review
2015-03-10 Joseph MorrowFixed issues that are warnings on Linux, but errors...
2015-03-06 Shilpa SodaniFix Presence issue of not working on Ethernet
2015-02-19 Sachin AgrawalRemoved ocsocket
2015-02-18 Doug HudsonFixed incorrect concatenation of responses.
2015-02-17 Erich KeaneRepaired a number of issues discovered while doing...
2015-02-12 Yuliya KamatkovaRemoved libcoap and occoap
2015-02-03 Joseph MorrowRemoved warnings from calls to OC_LOG_BUFFER from withi...
2015-02-03 Erich KeaneFixed uninitialized memory/invalid memory issues
2015-02-03 Joseph MorrowMade changes to support Arduino 1.5.8 with Connectivity...
2015-02-02 Sashi PentaRemoved #ifdef CA_INTs and other code cleanup.
2015-01-31 Sakthivel SamiduraiFix build warnings
2015-01-26 Yuliya KamatkovaReplaced (conditionally) OCCoAPToken with CAToken_t
2015-01-22 Maks NaumovFix zeroing of OCServerResponse payload array
2015-01-20 Sakthivel SamiduraiRemove the magic number
2015-01-20 Sudarshan PrasadMerge "Add missing enum value of OCStackResult to switc...
2015-01-20 Uze ChoiMerge "Improve usability of ActionSet for Group Action...
2015-01-20 Sudarshan PrasadMerge "Fix build warnings" into connectivity-abstraction
2015-01-20 Sakthivel SamiduraiFix build warnings
2015-01-17 Sudarshan PrasadMerge "Fix zeroing of OCServerResponse payload array"
2015-01-14 Maks NaumovFix zeroing of OCServerResponse payload array
2014-12-25 Sudarshan PrasadMerge "scons changes for connectivity-abstraction branc...
2014-12-24 Sudarshan PrasadMerge "Updates occlientbasicops to include (resource...
2014-12-24 Sudarshan PrasadMerge "[CA-Integration] fix for presence." into connect...
2014-12-23 Sudarshan PrasadMerge "Remove the dead code" into connectivity-abstraction
2014-12-23 Sudarshan PrasadMerge from master to connectivity-abstraction branch
2014-12-20 sudarshan prasadMerge "[CA-Integration] Use 5298 port for MC query...
2014-12-20 VijayCA Integration: Adding observe cancellation support
2014-12-20 sudarshan prasadMerge "Removed a printf statement in ocstack.c" into...
2014-12-20 Sachin AgrawalIntegrated CA layer and RI layer for DTLS security
2014-12-20 Sashi Penta[CA-Integration] Fix Get working
2014-12-20 sudarshan prasadMerge "[CA] [All] URI support , Optimization , License...
2014-12-20 Sashi Penta[CA-Integration] : Add support for sequence number...
2014-12-20 sudarshan prasadMerge "Fixing delete issue in device discovery server...
2014-12-20 sudarshan prasadMerge "Fixed return value bug in CAGetNetworkInformatio...
2014-12-20 Yamin Al-MousaRegistering observers in the stack
2014-12-19 Erich KeaneFixed bad memory allocation, which was causing corruption
2014-12-19 sudarshan prasadMerge "Replaced sprintf with snprintf in the sdk to...
2014-12-18 Sashi PentaCA Integration: Invoking application CB when response...
next