aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/basicfile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-19/+60
| | | | | | | | | | | | | | * add modification tick to filesystem traversal * add ShowDetails option to ProgressBar * log callstack if we terminate process * handle chunking if MaxSize > 1MB * BasicFile write helpers and WriteToTempFile simplifications * bugfix for CompositeBuffer::IterateRange when using DecompressToComposite for actually comrpessed data revert of earlier optimization * faster compress/decompress for large disk-based files * enable progress feedback in IoHash::HashBuffer * add payload validation in HttpClient::Get * fix range requests (range is including end byte) * remove BuildPartId for blob/block related operations in builds api
* move WriteToTempFile to basicfile.h (#283)Dan Engelbrecht2025-02-121-2/+62
| | | add helper constructors to BasicFile
* move basicfile.h/cpp -> zencore (#273)Dan Engelbrecht2025-01-161-0/+1033
move jupiter.h/cpp -> zenutil move packageformat.h/.cpp -> zenhttp zenutil now depends on zenhttp instead of the inverse