summaryrefslogtreecommitdiff
path: root/libthor
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Fix the race in data_finished() and resp_finished()Mateusz Moscicki1-3/+2
2019-01-17net: add include for signal.hSeung-Woo Kim1-0/+1
2019-01-17transport: remove implicit-function-declaration build warningsSeung-Woo Kim1-1/+6
2018-12-19Fix segmentation fault during network tranferDongwoo Lee1-0/+2
2018-07-02Add support for asynchronous transfer on network transportDongwoo Lee1-43/+224
2018-07-02Add network transport for image transferDongwoo Lee4-0/+255
2018-07-02Re-structure lthor to extend its transfer methodsDongwoo Lee7-636/+835
2018-06-21Add packed attribute to message protocol structSeung-Woo Kim1-3/+3
2018-06-21Fix to check protocol version before refusing large fileSeung-Woo Kim2-0/+16
2018-06-21Update for THOR 5.0 supportSeung-Woo Kim2-4/+10
2018-06-21Fix 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-11Fix progress report for larger than 2GB fileSeung-Woo Kim1-2/+2
2017-04-10Fix busid param parsingKrzysztof Opasiak1-0/+2
2017-04-10Fix memleak of entry nameKrzysztof Opasiak1-0/+1
2017-04-10Fix file testingKrzysztof Opasiak1-0/+3
2017-04-10Fix double free on error conditionKrzysztof Opasiak1-1/+4
2017-04-10Fix memleak of entries arrayKrzysztof Opasiak1-0/+1
2016-07-07Allow to print also content of tar fileKrzysztof Opasiak3-2/+88
2016-07-07Add support for large filesKrzysztof Opasiak6-33/+33
2016-07-07Use asynchronous API to improve performanceKrzysztof Opasiak3-47/+381
2016-07-07Add core file with thor communication protocolKrzysztof Opasiak1-0/+340
2016-07-07Add cdc-acm related implementation of thor protocolKrzysztof Opasiak2-0/+115
2016-07-07Add libusb backend for thor protocolKrzysztof Opasiak2-0/+590
2016-06-03Add code for accessing tar archivesKrzysztof Opasiak2-0/+204
2016-06-03Add code for accessing raw file by liblthorKrzysztof Opasiak2-0/+131
2016-06-03Add headers with API for new implementation of thor protocolKrzysztof Opasiak3-0/+227