summaryrefslogtreecommitdiff
path: root/libthor
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Fix segmentation fault during network tranferDongwoo Lee1-0/+2
2018-05-31Add support for asynchronous transfer on network transportDongwoo Lee1-43/+224
2018-05-31Add network transport for image transferDongwoo Lee4-0/+255
2018-05-31Re-structure lthor to extend its transfer methodsDongwoo Lee7-636/+835
2018-05-31Add packed attribute to message protocol structSeung-Woo Kim1-3/+3
2018-05-18Fix to check protocol version before refusing large fileSeung-Woo Kim2-0/+16
2018-05-18Update for THOR 5.0 supportSeung-Woo Kim2-4/+10
2018-05-18Fix overflow of filenameSeung-Woo Kim2-2/+24
2018-05-18Fix wrong close for negative file descriptorDongwoo Lee1-1/+2
2018-05-18Fix uninitialized data in error ret valueSeung-Woo Kim1-1/+3
2018-05-18Fix use of deprecated libarchive function callsDongwoo Lee1-5/+5
2017-04-10Fix progress report for larger than 2GB fileSeung-Woo Kim1-2/+2
2016-09-05Fix busid param parsingKrzysztof Opasiak1-0/+2
2016-09-02Fix memleak of entry nameKrzysztof Opasiak1-0/+1
2016-09-02Fix file testingKrzysztof Opasiak1-0/+3
2016-09-02Fix double free on error conditionKrzysztof Opasiak1-1/+4
2016-09-02Fix memleak of entries arrayKrzysztof Opasiak1-0/+1
2016-07-25Allow to print also content of tar fileKrzysztof Opasiak3-2/+88
2016-07-25Add support for large filesKrzysztof Opasiak6-33/+33
2016-07-25Use asynchronous API to improve performanceKrzysztof Opasiak3-47/+381
2016-07-25Add core file with thor communication protocolKrzysztof Opasiak1-0/+340
2016-07-25Add cdc-acm related implementation of thor protocolKrzysztof Opasiak2-0/+115
2016-07-25Add libusb backend for thor protocolKrzysztof Opasiak2-0/+590
2016-07-25Add code for accessing tar archivesKrzysztof Opasiak2-0/+204
2016-07-25Add code for accessing raw file by liblthorKrzysztof Opasiak2-0/+131
2016-07-25Add headers with API for new implementation of thor protocolKrzysztof Opasiak3-0/+227