aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/filesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* add full WebSocket (RFC 6455) client/server support for zenhttp (#792)Stefan Boberg12 days1-1/+0
* Various bug fixes (#778)Stefan Boberg2026-02-241-13/+3
* fix MakeSafeAbsolutePathInPlace mis-spelling (#765)Stefan Boberg2026-02-201-2/+2
* remove ZENCORE_API completely (#718)Stefan Boberg2026-01-191-1/+1
* consul package and basic client added (#716)Stefan Boberg2026-01-191-1/+1
* added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-131-29/+34
* Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)Stefan Boberg2025-11-011-1/+1
* fix error log when using TryCloneFile on Mac/Linux (#597)Dan Engelbrecht2025-10-221-3/+3
* refactor builds cmd part2 (#572)Dan Engelbrecht2025-10-141-0/+27
* refactor builds cmd (#566)Dan Engelbrecht2025-10-131-8/+8
* block reference couting copy support windows (#564)Dan Engelbrecht2025-10-111-32/+244
* speed up tests (#555)Dan Engelbrecht2025-10-061-3/+10
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-0/+21
* add EMode to WorkerTheadPool to avoid thread starvation (#492)Dan Engelbrecht2025-09-101-20/+22
* Merge pull request #452 from ue-foundation/lm/full-service-installLiam Mitchell2025-08-061-0/+2
|\
| * Fix permissions and ownership issues with service binary copy and remove unne...Liam Mitchell2025-07-251-0/+2
* | pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-0/+230
* | fixed size chunking for encrypted files (#410)Dan Engelbrecht2025-06-031-7/+16
* | http client streaming upload (#413)Dan Engelbrecht2025-06-021-7/+119
* | parallel work handle dispatch exception (#400)Dan Engelbrecht2025-05-161-0/+5
* | sparse win file write (#398)Dan Engelbrecht2025-05-161-0/+28
* | add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-221-16/+0
* | use FindClose (#357)Dan Engelbrecht2025-04-111-1/+1
* | filesystem retry fixes (#354)Dan Engelbrecht2025-04-101-34/+67
* | multithreaded clean (#331)Dan Engelbrecht2025-03-311-4/+51
* | long filename support (#330)Dan Engelbrecht2025-03-311-127/+748
* | optional compress of block chunks (#326)Dan Engelbrecht2025-03-271-3/+6
|/
* fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-121-0/+13
* fix mac/linux builds command (#303)Dan Engelbrecht2025-03-121-15/+20
* builds download incremental (#290)Dan Engelbrecht2025-03-011-2/+5
* builds upload command (#278)Dan Engelbrecht2025-02-261-0/+140
* improvements and infrastructure for upcoming builds api command line (#284)Dan Engelbrecht2025-02-251-6/+20
* Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-221-19/+145
* projectstore getchunks rpc with modtag (#244)Dan Engelbrecht2024-12-051-1/+23
* Insights-compatible memory tracking (#214)Stefan Boberg2024-11-251-0/+1
* fix inconsistencies in filecas due to failing to remove payload file during G...Dan Engelbrecht2024-11-221-2/+2
* workspace share security (#192)Dan Engelbrecht2024-10-231-0/+30
* safer path from handle (#195)Dan Engelbrecht2024-10-161-15/+10
* simplified CleanDirectory implementation (#182)Stefan Boberg2024-10-031-26/+8
* handle "path not found" as well as "file not found" in directory travers on w...Dan Engelbrecht2024-08-201-1/+1
* use direct file access for large file hash (#63)Dan Engelbrecht2024-04-261-1/+41
* improved assert (#37)Dan Engelbrecht2024-04-041-1/+1
* fix potential partially written files (#2)Dan Engelbrecht2024-03-131-1/+9
* Make sure that PathFromHandle don't hide true error when throwing exceptions ...Dan Engelbrecht2023-12-111-6/+6
* optimized index snapshot reading/writing (#561)Stefan Boberg2023-11-271-2/+23
* fix block cloning copy argument validation (#560)Stefan Boberg2023-11-221-0/+30
* zen run command (#552)Stefan Boberg2023-11-211-0/+119
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-201-0/+1
* add zenserver state snapshot support (#543)Stefan Boberg2023-11-161-0/+97
* gc history log (#519)Dan Engelbrecht2023-11-131-0/+64