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/consul-support
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/get-cache-chunks-api-with-separate-policy
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/loadoplog-refactor
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/trim-malloc-at-threadpool-idle
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.24-hotpatch
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
main
rpc-analyze
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/complete
sb/compute-overmind
sb/eastl
sb/fix-vla-warn
sb/fix-zen-cli
sb/fixups
sb/horde-compressedbuffer
sb/http-fixes
sb/intree-sentry-native
sb/manual-test-workflows
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/threadpool
sb/tourist
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-help
sb/zen-master
sb/zen-monitor
streamapi
tb/docker
wait_for_quiescence
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added trace scopes.
Per Larsson
2021-12-15
1
-0
/
+5
*
Added preprocessing config file and removed Visual Studio files.
Per Larsson
2021-12-15
2
-160
/
+0
*
Initialize CidStore to null.
Per Larsson
2021-12-15
1
-1
/
+1
*
Deleted unused statically-linked function
Martin Ridgers
2021-12-15
1
-2
/
+0
*
Paths are not wide on non-Windows so WideToUtf8() cannot be used
Martin Ridgers
2021-12-15
1
-5
/
+5
*
Corrected include statement case
Martin Ridgers
2021-12-15
1
-1
/
+1
*
std::fs::path cannot be forward declared
Martin Ridgers
2021-12-15
1
-3
/
+1
*
Missing include
Martin Ridgers
2021-12-15
1
-0
/
+1
*
Include header files when generating solution.
Per Larsson
2021-12-14
1
-1
/
+2
*
Merged main.
Per Larsson
2021-12-14
16
-33
/
+225
|
\
|
*
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
|
*
CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent
Martin Ridgers
2021-10-29
12
-11
/
+11
|
*
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
2
-0
/
+66
|
|
\
|
*
|
Implemented filecas.cpp for POSIX platforms
Martin Ridgers
2021-10-25
1
-2
/
+92
|
*
|
open() flags were incorrect and it would not create new files
Martin Ridgers
2021-10-25
1
-1
/
+1
|
*
|
Compile fixes due to std::fs::path's differing character types
Martin Ridgers
2021-10-20
1
-4
/
+7
|
*
|
Fixed concrete Visitor to use the correct argument types
Martin Ridgers
2021-10-20
1
-2
/
+2
|
*
|
Cross-platform argument to ZEN_DEBUG()
Martin Ridgers
2021-10-20
1
-1
/
+1
|
*
|
Use cross-platform ExtPathBuilder instead of ExtWideStrBuilder
Martin Ridgers
2021-10-18
2
-6
/
+6
|
*
|
Merged main
Martin Ridgers
2021-10-16
1
-7
/
+2
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-10-15
2
-5
/
+5
|
|
\
\
\
|
*
|
|
|
Implemented basicfile.cpp for POSIX platforms
Martin Ridgers
2021-10-14
1
-0
/
+54
|
*
|
|
|
std::fs::path cannot be forward declared.
Martin Ridgers
2021-10-13
1
-3
/
+1
|
*
|
|
|
Signed/unsigned comparison mismatch
Martin Ridgers
2021-10-13
1
-1
/
+1
|
*
|
|
|
Moved zencore/windows.h include from basicfile.h to basicfile.cpp
Martin Ridgers
2021-10-13
2
-4
/
+4
|
*
|
|
|
Replaced use of DWORD with uint32_t
Martin Ridgers
2021-10-13
2
-2
/
+2
|
*
|
|
|
Misplaced nodiscard attribute
Martin Ridgers
2021-10-12
1
-3
/
+3
|
*
|
|
|
Only include zencore/windows.h on Windows
Martin Ridgers
2021-10-12
4
-7
/
+18
|
*
|
|
|
Corrected incorrect casing of include statements
Martin Ridgers
2021-10-12
7
-9
/
+9
*
|
|
|
|
Fixed bug in z$ service returning partial cache records and enable small obje...
Per Larsson
2021-12-14
5
-12
/
+23
*
|
|
|
|
Remove Cid to CAS chunk mapping after GC.
Per Larsson
2021-12-13
8
-11
/
+166
*
|
|
|
|
Fixed bug in z$ GC.
Per Larsson
2021-12-13
2
-18
/
+25
*
|
|
|
|
Refactored z$ GC.
Per Larsson
2021-12-13
2
-6
/
+31
*
|
|
|
|
Added support for triggering GC with different params and refactored GC sched...
Per Larsson
2021-12-12
2
-72
/
+157
*
|
|
|
|
Added size to GcStorage.
Per Larsson
2021-12-10
6
-20
/
+26
*
|
|
|
|
Set GC default enabled and interval set to zero (off).
Per Larsson
2021-12-10
2
-39
/
+52
*
|
|
|
|
Format fix.
Per Larsson
2021-12-09
1
-5
/
+5
*
|
|
|
|
Added options for Z$ max duration and whether to collect small objects.
Per Larsson
2021-12-09
3
-13
/
+20
*
|
|
|
|
GC default off.
Per Larsson
2021-12-09
1
-1
/
+1
*
|
|
|
|
Added tombstone flag to file cas.
Per Larsson
2021-12-08
2
-4
/
+17
*
|
|
|
|
Added support for time based eviction policy in structured cache.
Per Larsson
2021-12-07
2
-6
/
+49
*
|
|
|
|
Fixed bug in container GC.
Per Larsson
2021-12-05
1
-1
/
+1
*
|
|
|
|
Check available disk space before GC.
Per Larsson
2021-12-05
2
-2
/
+31
*
|
|
|
|
Added simple GC interval scheduling.
Per Larsson
2021-12-05
4
-33
/
+180
*
|
|
|
|
Added naive container CAS GC support.
Per Larsson
2021-12-01
5
-45
/
+221
*
|
|
|
|
Added CacheStore and CAS store sizes to status endpoint.
Per Larsson
2021-11-30
3
-1
/
+8
*
|
|
|
|
Added CAS total size.
Per Larsson
2021-11-30
6
-12
/
+130
[next]