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
/
zenstore
/
basicfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove fallocate on MacOS
Dan Engelbrecht
2022-04-12
1
-8
/
+0
*
switch posix_fallocate to fallocate on MacOS
Dan Engelbrecht
2022-04-12
1
-1
/
+1
*
don't try to allocate file space for a zero size file
Dan Engelbrecht
2022-04-02
1
-6
/
+12
*
more linux fixes
Dan Engelbrecht
2022-04-02
1
-6
/
+6
*
proper error handling when setting file size
Dan Engelbrecht
2022-04-02
1
-8
/
+24
*
rename EMode to Mode
Dan Engelbrecht
2022-04-01
1
-16
/
+16
*
error handling in BasicFile::SetFileSize
Dan Engelbrecht
2022-04-01
1
-6
/
+28
*
linux fixes
Dan Engelbrecht
2022-04-01
1
-1
/
+1
*
make sure we allocate disk space when we set file size
Dan Engelbrecht
2022-04-01
1
-1
/
+3
*
fix BasicFile::Open on Linux
Dan Engelbrecht
2022-04-01
1
-1
/
+1
*
cleanup
Dan Engelbrecht
2022-03-31
1
-14
/
+16
*
incremental migration with optional clean of source
Dan Engelbrecht
2022-03-31
1
-7
/
+39
*
Migration now works in larger disk IO chunks
Dan Engelbrecht
2022-03-31
1
-24
/
+40
*
We need DELETE access to be able to mark a file for delete on close.
Dan Engelbrecht
2022-03-31
1
-6
/
+1
*
void copy of std::filesystem::path
Dan Engelbrecht
2022-03-31
1
-2
/
+2
*
linux fixes
Dan Engelbrecht
2022-03-31
1
-3
/
+3
*
Move MarkAsDeleteOnClose to BasicFile
Dan Engelbrecht
2022-03-31
1
-0
/
+25
*
Fix BasicFile::SetFileSize for Mac/Linux
Dan Engelbrecht
2022-03-31
1
-1
/
+4
*
fix posix SetFileSize
Dan Engelbrecht
2022-03-31
1
-1
/
+1
*
Manage lifetime of FileHandle
Dan Engelbrecht
2022-03-31
1
-0
/
+14
*
If open(O_CREAT) is used then a file mode must be given
Martin Ridgers
2022-02-21
1
-2
/
+2
*
Explicitly set access permissions so we're not affected by process' umask
Martin Ridgers
2022-02-21
1
-2
/
+7
*
Marked a few file descriptors to be closed on execute (POSIX)
Martin Ridgers
2022-02-21
1
-2
/
+2
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-5
/
+3
*
Enabled POSIX-compatible implementations on Mac
Martin Ridgers
2022-01-07
1
-6
/
+2
*
Missing include
Martin Ridgers
2022-01-07
1
-0
/
+1
*
Merged main.
Per Larsson
2021-12-14
1
-0
/
+86
|
\
|
*
Do not block when trying to lock a lock file (POSIX)
Martin Ridgers
2021-12-02
1
-1
/
+1
|
*
Remove a LockFile's lock on destruction
Martin Ridgers
2021-12-02
1
-0
/
+6
|
*
Alphebetical include order
Martin Ridgers
2021-10-28
1
-1
/
+1
|
*
LockFile implementation for Linux
Martin Ridgers
2021-10-28
1
-0
/
+22
|
*
Merged main
Martin Ridgers
2021-10-28
1
-0
/
+48
|
|
\
|
|
/
|
/
|
|
*
open() flags were incorrect and it would not create new files
Martin Ridgers
2021-10-25
1
-1
/
+1
|
*
Merged main
Martin Ridgers
2021-10-15
1
-1
/
+1
|
|
\
|
*
|
Implemented basicfile.cpp for POSIX platforms
Martin Ridgers
2021-10-14
1
-0
/
+54
|
*
|
Moved zencore/windows.h include from basicfile.h to basicfile.cpp
Martin Ridgers
2021-10-13
1
-0
/
+4
*
|
|
Lockfile implementation (#24)
Stefan Boberg
2021-10-27
1
-0
/
+48
|
|
/
|
/
|
*
|
clang-format
Stefan Boberg
2021-10-15
1
-1
/
+1
|
/
*
basicfile: Added Write member functions accepting MemoryView for convenience
Stefan Boberg
2021-10-08
1
-0
/
+12
*
Various BasicFile improvements
Stefan Boberg
2021-09-26
1
-22
/
+88
*
Added TemporaryFile implementation, provides a simple abstraction around temp...
Stefan Boberg
2021-09-25
1
-1
/
+83
*
It's not possible to compile out tests
Stefan Boberg
2021-09-20
1
-1
/
+5
*
Implemented BasicFile::StreamByteRange
Stefan Boberg
2021-09-19
1
-2
/
+8
*
Added BasicFile::StreamFile helper function to support reading large files in...
Stefan Boberg
2021-09-19
1
-0
/
+23
*
Changed BasicFile implementation
Stefan Boberg
2021-09-19
1
-17
/
+73
*
Implemented support for dropping z$ buckets while online
Stefan Boberg
2021-08-17
1
-0
/
+6
*
clang-format
Stefan Boberg
2021-05-22
1
-1
/
+3
*
Fixed up error reporting in BasicFile, now uses ThrowSystemException() to cor...
Stefan Boberg
2021-05-21
1
-6
/
+5
*
Renamed CasBlobFile -> BasicFile
Stefan Boberg
2021-05-21
1
-6
/
+6
*
Moved CasBlobFile into basicfile.h
Stefan Boberg
2021-05-21
1
-0
/
+85