summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24removed -flto flagsandbox/denis13/NoLTODenis Khalikov1-3/+8
2016-10-06[Bug fix] Fixed timer function to prevent crashsubmit/tizen_3.0_wearable/20161015.000001submit/tizen_3.0_mobile/20161015.000001submit/tizen_3.0_common/20161104.104000submit/tizen/20161006.085834accepted/tizen/wearable/20161006.232641accepted/tizen/mobile/20161006.232624accepted/tizen/common/20161006.153853accepted/tizen/3.0/wearable/20161015.081846accepted/tizen/3.0/mobile/20161015.032639accepted/tizen/3.0/common/20161114.105211Seonah Moon3-15/+26
2016-09-23Remove reference warningssubmit/tizen/20160928.053415accepted/tizen/wearable/20160929.081040accepted/tizen/mobile/20160929.081120accepted/tizen/common/20160928.164137chleun.moon1-1/+1
2016-09-07Fixed build errorsubmit/tizen/20160907.012754accepted/tizen/wearable/20160908.003616accepted/tizen/mobile/20160908.003515accepted/tizen/common/20160907.154218Seonah Moon1-1/+0
2016-09-01Fixed write callback and added test case for chunked messagesubmit/tizen/20160907.003226Seonah Moon2-9/+75
2016-08-29Implemented file upload featureSeonah Moon7-8/+310
2016-08-01Fix some bugssubmit/tizen/20160805.043859accepted/tizen/wearable/20160809.010905accepted/tizen/mobile/20160809.010833accepted/tizen/common/20160805.130018Seonah Moon5-28/+32
2016-07-06Applied coding rulessubmit/tizen/20160706.055116accepted/tizen/wearable/20160706.083033accepted/tizen/mobile/20160706.083045accepted/tizen/common/20160706.142333chleun.moon6-108/+108
2016-06-23Check privilege when invoking http_transaction_submit()submit/tizen/20160624.012559accepted/tizen/wearable/20160624.064356accepted/tizen/mobile/20160624.064050accepted/tizen/common/20160624.132420Seonah Moon5-2/+75
2016-06-22Fixed typo in http_doc.hSeonah Moon1-1/+1
2016-06-22common: add -lm to use math apissubmit/tizen/20160622.064553accepted/tizen/wearable/20160623.121315accepted/tizen/mobile/20160623.121244accepted/tizen/common/20160627.191208taeyoung1-1/+1
2016-06-20[capi-http] Implemented the Progress callback for download/upload requestssubmit/tizen/20160621.234856submit/tizen/20160621.060739accepted/tizen/wearable/20160623.120435accepted/tizen/mobile/20160623.120355accepted/tizen/common/20160621.184456pradeep kumar B2-0/+28
2016-06-17[WGID 101577] Replace sprintf with snprintfsubmit/tizen/20160617.081742accepted/tizen/wearable/20160620.024245accepted/tizen/mobile/20160620.024151accepted/tizen/common/20160617.121937Seonah Moon3-15/+19
2016-06-16Add LCOV comment for line coverageSeonah Moon5-16/+19
2016-06-16Fixed doxygen commentsSeonah Moon4-126/+149
2016-06-09Fix typosubmit/tizen/20160614.070528submit/tizen/20160614.043312accepted/tizen/wearable/20160615.070022accepted/tizen/mobile/20160615.070009accepted/tizen/common/20160614.144113Seonah Moon1-29/+29
2016-06-08Merge "[capi-http] Implemented the http authentication & http credential apis...taesub kim7-30/+671
2016-06-07http_doc.h: Fix typosubmit/tizen/20160608.101452accepted/tizen/wearable/20160609.090717accepted/tizen/mobile/20160609.090620accepted/tizen/common/20160608.160931Seonah Moon1-2/+2
2016-05-25Modified wrong parametersubmit/tizen/20160525.071711accepted/tizen/wearable/20160525.235350accepted/tizen/mobile/20160525.235513accepted/tizen/common/20160525.160156Seonah Moon3-4/+4
2016-05-23[capi-http] Implemented the http authentication & http credential apispradeep kumar B7-30/+671
2016-05-17Replace sprintf with snprintfsubmit/tizen/20160524.071953accepted/tizen/wearable/20160525.004134accepted/tizen/mobile/20160525.004050accepted/tizen/common/20160524.150704Seonah Moon3-4/+10
2016-05-12Merge "[Bug fix] Add error exception for header table" into tizensubmit/tizen/20160513.020503accepted/tizen/wearable/20160513.082130accepted/tizen/mobile/20160513.082127accepted/tizen/common/20160513.123515taesub kim1-0/+3
2016-05-12Merge "[capi-http] Fixed crashes in http_transaction_destroy & http_session_d...taesub kim4-16/+49
2016-05-12[capi-http] Fixed crashes in http_transaction_destroy & http_session_destroypradeep kumar B5-17/+50
2016-05-12Fix build error(64bit)submit/tizen/20160512.095454accepted/tizen/wearable/20160513.004729accepted/tizen/mobile/20160513.004802accepted/tizen/common/20160512.150337Seonah Moon2-2/+2
2016-05-12[Bug fix] Add error exception for header tableSeonah Moon2-1/+4
2016-05-09Remove unnecessary profile flagssubmit/tizen/20160512.073811submit/tizen/20160511.063207Seonah Moon2-11/+0
2016-04-22Modified for build errorSeonah Moon1-2/+2
2016-04-20Add checking code for initializeSeonah Moon9-162/+353
2016-04-12Fix some APIs and test fileSeonah Moon11-566/+933
2016-03-21[capi-http] Fixed the https GET request issuepradeep kumar B2-5/+11
2016-03-18[capi-http] Handled aborted callbackpradeep kumar B5-34/+78
2016-03-17Add APIs for request/responseSeonah Moon10-170/+549
2016-02-12[capi-http] Implemented the HTTP POST methodpradeep kumar B5-10/+192
2016-02-02[capi-http] Implemented the add/remove header fieldspradeep kumar B5-4/+130
2016-01-28[capi-http] Added basic http GET method implementationpradeep kumar B6-4/+1135
2016-01-22[capi-http] Added Http module APIspradeep kumar B2-2/+872
2016-01-21[capi-http] Initial Empty Http Projectpradeep kumar B17-0/+640
2016-01-18Initial empty repositoryHEADmasterseonil kim0-0/+0