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
/
zenutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added streaming version of GetCacheRecords.
Per Larsson
2022-03-08
1
-0
/
+1
*
Linux compile fix
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
/
+3
*
Marked a few file descriptors to be closed on execute (POSIX)
Martin Ridgers
2022-02-21
1
-2
/
+2
*
POSIX states the shared memory paths should start with a slash
Martin Ridgers
2022-02-11
1
-2
/
+2
*
Simplify HandleRpcGetCacheChunks (#53)
mattpetersepic
2022-02-09
1
-1
/
+0
*
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
mattpetersepic
2022-02-08
2
-18
/
+1
*
Merging minor fixes to main
Stefan Boberg
2022-02-07
2
-9
/
+24
|
\
|
*
Changed some initializers to constinit to ensure compile time initialization
Stefan Boberg
2022-02-04
1
-8
/
+24
|
*
removed unnecessary <unordered_map> include
Stefan Boberg
2022-02-04
1
-1
/
+0
*
|
Fixed signed/unsigned comparison compile error
Martin Ridgers
2022-02-03
1
-1
/
+1
|
/
*
CacheRecordPolicy: Fix inverted PolicyMask expression that caused parsing Val...
Matt Peters
2022-02-01
1
-2
/
+2
*
Cache policy support (#47)
mattpetersepic
2022-02-01
3
-198
/
+277
*
Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...
mattpetersepic
2022-01-27
1
-3
/
+3
*
Handle HTTP port collisions when initializing server (#40)
zousar
2022-01-27
2
-17
/
+20
*
Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)
mattpetersepic
2022-01-26
2
-0
/
+24
*
Unused Delimiter string_view wouldn't compile POISX platforms
Martin Ridgers
2022-01-25
1
-1
/
+0
*
Cachepolicy (#36)
mattpetersepic
2022-01-25
2
-143
/
+278
*
Fixed CacheRecordPolicy::Save
Devin Doucette
2022-01-20
1
-0
/
+2
*
Added copyright headers to xmake.lua scripts
Martin Ridgers
2022-01-20
1
-0
/
+2
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-3
/
+1
*
Turn all ThrowLastError() sites in source_location variants
Martin Ridgers
2022-01-07
1
-2
/
+1
*
Added preprocessing config file and removed Visual Studio files.
Per Larsson
2021-12-15
2
-151
/
+0
*
Include header files when generating solution.
Per Larsson
2021-12-14
1
-1
/
+2
*
Merged main.
Per Larsson
2021-12-14
2
-114
/
+112
|
\
|
*
Fixed unused return value warnings from POSIX/Linux headers
Martin Ridgers
2021-12-08
1
-1
/
+2
|
*
Merged main
Martin Ridgers
2021-12-08
1
-0
/
+24
|
|
\
|
*
|
Sponsor PIDs were getting truncated to 16 bits which isn't portable
Martin Ridgers
2021-11-26
1
-1
/
+1
|
*
|
Added log if a wait was abandoned because the process disappeared
Martin Ridgers
2021-11-24
1
-0
/
+1
|
*
|
Moved librt dependency specification to zencore/xmake.lua
Martin Ridgers
2021-11-24
1
-5
/
+1
|
*
|
Changed SpawnServer() over to use zen::CreateProc()
Martin Ridgers
2021-11-16
1
-82
/
+23
|
*
|
Merged main
Martin Ridgers
2021-11-15
1
-0
/
+3
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-11-15
7
-0
/
+399
|
|
\
\
\
|
*
|
|
|
Use add_syslinks() instead of add_link() for system libraries
Martin Ridgers
2021-11-12
1
-2
/
+2
|
*
|
|
|
NamedEvent is no longer an Event-type object.
Martin Ridgers
2021-11-11
1
-2
/
+2
|
*
|
|
|
Fixed narrowing warning
Martin Ridgers
2021-11-02
1
-2
/
+2
|
*
|
|
|
Fixed shm_open() and friends link error
Martin Ridgers
2021-11-02
1
-1
/
+5
|
*
|
|
|
Disabled SpawnServer() on POSIX for time being
Martin Ridgers
2021-10-29
1
-0
/
+4
|
*
|
|
|
Implemented ZenServerState's shared memory layer for POSIX
Martin Ridgers
2021-10-29
1
-24
/
+71
|
*
|
|
|
Use zen::GetCurrentProcessId() instead of MS' _getpid()
Martin Ridgers
2021-10-29
1
-1
/
+1
|
*
|
|
|
Fixed std::memory_order compile errors
Martin Ridgers
2021-10-29
1
-3
/
+3
|
*
|
|
|
Merged main
Martin Ridgers
2021-10-28
2
-5
/
+17
|
|
\
\
\
\
|
*
|
|
|
|
If/def around Windows-only headers
Martin Ridgers
2021-10-15
1
-3
/
+5
*
|
|
|
|
|
Format fix.
Per Larsson
2021-12-09
1
-1
/
+1
*
|
|
|
|
|
Merged main.
Per Larsson
2021-12-09
1
-1
/
+23
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge pull request #30 from EpicGames/non-elevated-asio
zousar
2021-11-29
1
-0
/
+22
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Address review feedback and fix issue when deploying.
Zousar Shaker
2021-11-29
1
-4
/
+4
|
|
*
|
|
|
|
Allow ZenMap to fallback to local shared memory when running non elevated.
Zousar Shaker
2021-11-29
1
-0
/
+22
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
/
|
|
|
Sponsor PIDs were getting truncated to 16 bits which isn't portable
Martin Ridgers
2021-11-26
1
-1
/
+1
|
|
/
/
/
/
*
|
|
|
|
merge from main
Stefan Boberg
2021-11-18
7
-0
/
+402
|
\
|
|
|
|
[next]