summaryrefslogtreecommitdiffstats
path: root/src/fuse/cowfile.c
Commit message (Expand)AuthorAgeFilesLines
* [FUSE] curl: Handle read callbacks with < 4k buffer sizeSimon Rettberg2024-05-231-2/+12
* [FUSE] cow: Fix lowercasing of header fieldSimon Rettberg2024-05-221-1/+1
* [FUSE] cow: stats.txt -> statsSimon Rettberg2024-05-151-6/+9
* [FUSE] Buffer upload reply contents and conditionally printSimon Rettberg2024-05-151-2/+7
* [FUSE] Don't exit on SIGQUIT, just stop uploadingSimon Rettberg2024-05-131-1/+0Star
* [FUSE] Fix printf lengthSimon Rettberg2024-05-131-2/+2
* [FUSE] Reset cluster fail counter on successful uploadSimon Rettberg2024-05-131-0/+1
* [FUSE] Fix race conditionSimon Rettberg2024-05-131-1/+5
* [FUSE] Fix uninitialized speed bufferSimon Rettberg2024-05-131-1/+1
* [FUSE] Fix check for failed statsfile writeSimon Rettberg2024-05-131-1/+1
* [FUSE] Fix use-after-free of curl_slist; unify init codeSimon Rettberg2024-05-131-31/+38
* [FUSE] Move curl reset to start of functionSimon Rettberg2024-05-131-2/+1Star
* [FUSE] Rename version -> revision in /createSimon Rettberg2024-05-131-51/+45Star
* [FUSE] Use CURLOPT_HEADERFUNCTION instead of curl_easy_headerSimon Rettberg2024-05-131-23/+48
* [FUSE] More cleanup and minor fixesSimon Rettberg2024-05-131-192/+288
* [FUSE] cow: More fixes and refactoringSimon Rettberg2024-05-131-441/+487
* [FUSE] cow: Cleanup, comments, fixes, minor refactoringSimon Rettberg2024-05-131-272/+327
* [FUSE] Fixed cow daemon issueMichael Scherle2024-05-131-12/+8Star
* [COWTEST] improvements to cowtest readmeMichael Scherle2024-05-131-13/+14
* [FUSE] added pthread creation error messageMichael Scherle2024-05-131-2/+2
* added github ci for fuse with cowMichael Scherle2024-05-131-5/+16
* [FUSE] basic cow implementation & rudimentary testsMichael Scherle2024-05-131-0/+1535