aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/filesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* If a directory is deleted while we try to traverse it, skip it and continue (...Dan Engelbrecht2023-11-101-0/+11
* VFS implementation for local storage service (#396)Stefan Boberg2023-09-201-8/+67
* Make sure error logging or destructors don't throw exception when trying to g...Dan Engelbrecht2023-09-121-13/+44
* Extend http client (#387)Dan Engelbrecht2023-09-081-0/+63
* stream oplog attachments from jupiter (#384)Dan Engelbrecht2023-09-061-1/+1
* lua config file improvements (#379)Dan Engelbrecht2023-08-311-0/+4
* Run clang tidy on modified filezousar2023-08-181-4/+4
* Reduce log level for RLIMIT messagezousar2023-08-181-1/+1
* * Added Guid::FromStringStefan Boberg2023-06-301-8/+61
* Make sure GetEnvVariable can handle values that are longer than 1023 characte...Dan Engelbrecht2023-06-131-4/+18
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-30/+30
* add context to MapViewOfFile errors (#282)Stefan Boberg2023-05-091-0/+21
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+1304