index
:
zen
273-integrated-memory-tracking
actions_updates
asio
ddcref
de/add-builds-download-force-option
de/add-verbose-logging-on-missing-blocks
de/auto-batch-upstream
de/better-composite-iterator
de/bloom-filter-experiment
de/builds-cmd-refactor
de/chunk-info-logging
de/compressed-buffer-creation-opts
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/enable-partial-requests-to-jupiter-by-default
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/get-cache-chunks-api-with-separate-policy
de/httpclient-send-refactor
de/improve-status-command
de/improved-projectstore-batch-requests
de/improved-write-cache
de/increase-logging-to-find-mac-upload-error
de/json-to-cbobject-test
de/macos-copyright
de/macos-x86-build
de/memory-stomp-detector
de/new-append-op-rpc
de/no-mmap-for-attachment-meta-files
de/oplog-attachment-warnings
de/oplog-import-improvements
de/oplog-partial-block-download
de/optionally-keep-value-in-memory-when-uploadint-to-remote
de/reduce-project-store-memory
de/reduce-upstream-api
de/release-5.7.8-minimal
de/safer-oplog-import
de/statds-for-gc
de/test-macos-signing-with-id
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.8-with-sb-refactor
de/vcpkg-latest
de/zen-as-oplog-store
de/zenserver-full-build-storage
deriveddata
di/add_cmake_dev
di/plugin-name-wip
di/poc_zen_command_plugins
feature/oplog-dependency-graph
lm/batch-request-content-type
lm/builds-metadata-integer-changelist
lm/oidctoken-exe-path
lm/restrict-content-type
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/curly-httpclient
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/oidc-token
sb/orch
sb/rpc-analysis
sb/spdlog-out
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
sb/zenserver-test-verbose
streamapi
tb/docker
wait_for_quiescence
zen-options
zs/get-all-chunk-infos
zs/xrepo
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zencore
/
filesystem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: added ReadStdIn
Stefan Boberg
2022-06-10
1
-0
/
+20
*
Added GetDirectoryContent utility
Dan Engelbrecht
2022-05-06
1
-0
/
+34
*
clang format
Joe Kirchoff
2022-04-14
1
-4
/
+13
*
more cleanup
Dan Engelbrecht
2022-04-12
1
-1
/
+3
*
cleanup
Dan Engelbrecht
2022-04-12
1
-0
/
+25
*
Handle error GetFinalPathNameByHandleW when file handle is closed
Dan Engelbrecht
2022-03-31
1
-0
/
+4
*
clang-format
Dan Engelbrecht
2022-03-21
1
-1
/
+1
*
If open(O_CREAT) is used then a file mode must be given
Martin Ridgers
2022-02-21
1
-4
/
+4
*
Explicitly set access permissions so we're not affected by process' umask
Martin Ridgers
2022-02-21
1
-4
/
+8
*
Allow all users and groups to read/write files (POSIX)
Martin Ridgers
2022-02-21
1
-1
/
+1
*
clang-format
Stefan Boberg
2022-02-02
1
-1
/
+1
*
Format fix.
Per Larsson
2022-01-22
1
-5
/
+5
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-13
/
+7
*
PathFromHandle() for Mac
Martin Ridgers
2022-01-05
1
-8
/
+13
*
CloneFile()'s unimplemented on Mac but shouldn't be a compile error
Martin Ridgers
2022-01-05
1
-1
/
+2
*
An implementation of PathFromHandle() for Mac
Martin Ridgers
2022-01-05
1
-5
/
+11
*
GetRunningExecutablePath() implementation for Mac
Martin Ridgers
2022-01-05
1
-2
/
+9
*
Removed unused include statement
Martin Ridgers
2022-01-05
1
-1
/
+0
*
Added block of POSIX includes for Mac
Martin Ridgers
2022-01-05
1
-1
/
+10
*
Add DiskSpaceInfo() tests
Martin Ridgers
2021-12-15
1
-0
/
+17
*
Implement DiskSpaceInfo() using std::filesystem::space()
Martin Ridgers
2021-12-15
1
-16
/
+9
*
Implemented DiskSpaceInfo() for POSIX platforms
Martin Ridgers
2021-12-15
1
-7
/
+11
*
Merged main.
Per Larsson
2021-12-14
1
-31
/
+231
|
\
|
*
Added a missing file mode for a open() that creates a file
Martin Ridgers
2021-12-08
1
-1
/
+1
|
*
Use the /proc/self mount to get information about ourselves
Martin Ridgers
2021-11-29
1
-4
/
+2
|
*
Added POSIX's close-on-exec flag to files that Zen opens
Martin Ridgers
2021-11-24
1
-6
/
+6
|
*
Added close-on-exec flag to Read/WriteFile() file descriptors
Martin Ridgers
2021-11-17
1
-2
/
+2
|
*
WriteFile() tests
Martin Ridgers
2021-11-17
1
-0
/
+31
|
*
Set correct read-write file modes on WriteFile() output
Martin Ridgers
2021-11-17
1
-2
/
+2
|
*
Corrected flags to open() so behaviour matches Windows' CREATE_ALWAYS
Martin Ridgers
2021-11-17
1
-2
/
+3
|
*
Added a PathToUtf8(path, string-buffer) overload
Martin Ridgers
2021-11-16
1
-0
/
+10
|
*
ToUtf8() -> PathToUtf8() as the latter is less ambiguous
Martin Ridgers
2021-11-16
1
-2
/
+2
|
*
Merged main
Martin Ridgers
2021-11-01
1
-1
/
+1
|
|
\
|
*
|
Added ScanFile() and ReadFile() tests
Martin Ridgers
2021-10-25
1
-0
/
+10
|
*
|
Included a sketch of how CloneFile() could be on Linux
Martin Ridgers
2021-10-25
1
-1
/
+32
|
*
|
CopyFile() for POSIX
Martin Ridgers
2021-10-25
1
-7
/
+44
|
*
|
Implemented ScanFile() on POSIX
Martin Ridgers
2021-10-25
1
-4
/
+35
|
*
|
Added some ZEN_UNUSED() statements for yet-to-be-implemented functions
Martin Ridgers
2021-10-25
1
-0
/
+2
|
*
|
Use the non-throwing version of std::fs::create_directories()
Martin Ridgers
2021-10-20
1
-1
/
+2
|
*
|
Tests for ExtendablePathBuilder
Martin Ridgers
2021-10-18
1
-0
/
+34
|
*
|
Merged main
Martin Ridgers
2021-10-11
1
-2
/
+2
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-10-07
1
-0
/
+24
|
|
\
\
\
|
*
\
\
\
Merged main
Martin Ridgers
2021-10-01
1
-3
/
+3
|
|
\
\
\
\
|
*
|
|
|
|
Fixed some warnings from GCC
Martin Ridgers
2021-09-29
1
-2
/
+4
|
*
|
|
|
|
readlink() parameters should not alias each other
Martin Ridgers
2021-09-29
1
-10
/
+12
|
*
|
|
|
|
Fixed signed/unsigned mismatched warnings from GCC
Martin Ridgers
2021-09-29
1
-1
/
+1
*
|
|
|
|
|
Check available disk space before GC.
Per Larsson
2021-12-05
1
-0
/
+21
*
|
|
|
|
|
fs: minor logging cleanup
Stefan Boberg
2021-11-02
1
-3
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
filesystem: Improved test for GetRunningExecutablePath (still not ideal)
Stefan Boberg
2021-10-29
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Added another test exe name to GetExePath test
Stefan Boberg
2021-10-08
1
-2
/
+2
|
|
_
|
/
|
/
|
|
[next]