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/claude-windows-guide-helpers
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/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/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/upstream-policy-test
de/upstream-server-tests
de/v5.7.24-hotpatch
de/v5.7.25-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/compute-auth
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/no-network
sb/proc1000
sb/rpc-analysis
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
zcache - minor cleanup.
Per Larsson
2021-09-16
1
-28
/
+24
|
|
|
/
|
|
/
|
*
|
|
Merge main into linux-mac
Martin Ridgers
2021-09-16
36
-273
/
+971
|
\
|
|
|
*
|
Compact binary package caching support (#9)
Per Larsson
2021-09-16
11
-167
/
+701
|
|
/
|
*
clang-format fixes
Stefan Boberg
2021-09-16
18
-68
/
+74
|
*
Improved package serialization to allow round tripping
Stefan Boberg
2021-09-16
7
-23
/
+144
|
*
Pass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macro
Stefan Boberg
2021-09-16
1
-1
/
+1
|
*
Fixed logging in structured cache (did not end up getting routed right)
Stefan Boberg
2021-09-16
1
-0
/
+1
|
*
Fixed marshaling of outputs including sanity checks, logging
Stefan Boberg
2021-09-16
2
-2
/
+21
|
*
Fixed up mesh logging
Stefan Boberg
2021-09-16
2
-6
/
+11
|
*
Fixed some unreferenced variable warnings (why don't we get these in sln buil...
Stefan Boberg
2021-09-16
2
-10
/
+22
*
|
Another missing include
Martin Ridgers
2021-09-16
1
-0
/
+2
*
|
Added ByteSwap() tests
Martin Ridgers
2021-09-16
1
-0
/
+5
*
|
Missing include
Martin Ridgers
2021-09-16
1
-0
/
+2
*
|
Fixed "unreferenced formal parameter" warning
Martin Ridgers
2021-09-16
1
-2
/
+2
*
|
Deleted unused FilePath variable
Martin Ridgers
2021-09-16
1
-2
/
+0
*
|
Make sure RootDir argument to formatted-print is a UTF8 string
Martin Ridgers
2021-09-16
1
-1
/
+1
*
|
There is no need to go to a wstring here as fs::path is already one
Martin Ridgers
2021-09-16
1
-3
/
+1
*
|
Simple FileSystemTraversal test case
Martin Ridgers
2021-09-16
1
-0
/
+23
*
|
ToUtf8() for non-wchar_t platforms
Martin Ridgers
2021-09-16
1
-0
/
+4
*
|
Implemented FileSysTraversal for Linux using open/read/closedir()
Martin Ridgers
2021-09-16
1
-0
/
+47
*
|
Missing include for getpid()
Martin Ridgers
2021-09-16
1
-0
/
+1
*
|
POSIX implementation of ReadFile()
Martin Ridgers
2021-09-16
1
-3
/
+20
*
|
POSIX implementation of WriteFile()
Martin Ridgers
2021-09-16
1
-1
/
+30
*
|
Stubbed out seldom-used *File() functions with a ZEN_ERROR() for Linux
Martin Ridgers
2021-09-16
1
-0
/
+19
*
|
Use std::fd::path's character type for FileSysTraveral::Visitor API
Martin Ridgers
2021-09-16
2
-3
/
+5
*
|
Non-Windows implementation of Clean/DeleteDirectory() using std::fs
Martin Ridgers
2021-09-16
1
-0
/
+22
*
|
The wchar_t variants of directory functions are now only enabled on Windows
Martin Ridgers
2021-09-16
1
-6
/
+10
*
|
Added some lawns to aid orientation within the file
Martin Ridgers
2021-09-16
1
-0
/
+8
*
|
Removed external linkage from g_MappingLock
Martin Ridgers
2021-09-16
1
-1
/
+1
*
|
MakeFromTemporaryFile() on POSIX
Martin Ridgers
2021-09-16
1
-7
/
+26
*
|
MakeFromFile() on POSIX
Martin Ridgers
2021-09-16
1
-23
/
+43
*
|
Implementation of IoBufferExtendedCore() using mmap()
Martin Ridgers
2021-09-16
1
-6
/
+36
*
|
Fixed up platform-specific includes
Martin Ridgers
2021-09-16
1
-5
/
+9
*
|
Whitespace adjustments to multi-line macros
Martin Ridgers
2021-09-16
1
-24
/
+24
*
|
Fixed compile error if ZEN_WARN and co.'s __VA_ARGS__ was empty
Martin Ridgers
2021-09-16
1
-6
/
+6
*
|
Use std::fs::path::value_type instead of wchar_t for path strings
Martin Ridgers
2021-09-16
2
-4
/
+8
*
|
Corrected Clang/GCC implementations of _Bsr/f
Martin Ridgers
2021-09-16
1
-4
/
+4
*
|
Merge from main
Martin Ridgers
2021-09-16
3
-17
/
+4
|
\
|
|
*
Fixed misleading comment for `CbAttachment::AsCompositeBinary`
Stefan Boberg
2021-09-16
1
-1
/
+1
|
*
Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since they...
Stefan Boberg
2021-09-16
2
-16
/
+3
*
|
Merge from main
Martin Ridgers
2021-09-16
40
-117
/
+319
|
\
|
|
*
Added some placeholder HttpClient functions to be fleshed out
Stefan Boberg
2021-09-15
2
-1
/
+20
|
*
Hooked up zenhttp to the test framework so tests actually run as part of zens...
Stefan Boberg
2021-09-15
7
-4
/
+32
|
*
Adde reminder that the content type is embedded in the IoBuffer
Stefan Boberg
2021-09-15
1
-1
/
+1
|
*
Added support for compressed binary MIME type conversion
Stefan Boberg
2021-09-15
2
-36
/
+67
|
*
Made ZenContentType enum members have fixed value (for persistence), and adde...
Stefan Boberg
2021-09-15
1
-8
/
+10
|
*
Added session id generation and code to include it in HttpClient HTTP requests
Stefan Boberg
2021-09-15
6
-4
/
+50
|
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-15
2
-0
/
+6
|
|
\
|
|
*
Merge branch 'main' into cbpackage-update
Stefan Boberg
2021-09-15
86
-659
/
+1043
|
|
|
\
|
|
*
|
Added GetSize/GetData functions to reduce cognitive load and bridge the gap b...
Stefan Boberg
2021-09-15
2
-0
/
+6
[prev]
[next]