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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since they...
Stefan Boberg
2021-09-16
1
-1
/
+1
*
|
Merge from main
Martin Ridgers
2021-09-16
6
-16
/
+82
|
\
|
|
*
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
1
-0
/
+11
|
*
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
15
-44
/
+252
|
|
|
\
|
|
*
|
Added GetSize/GetData functions to reduce cognitive load and bridge the gap b...
Stefan Boberg
2021-09-15
2
-0
/
+6
|
*
|
|
Fixed logging.h so it doesn't leak `using namespace std::literals` declaration
Stefan Boberg
2021-09-15
1
-8
/
+41
|
|
|
/
|
|
/
|
|
*
|
Tweaked logging to streamline access, and simplified setup code for new loggers
Stefan Boberg
2021-09-15
1
-1
/
+9
|
*
|
Made logging macros always append `sv` string_view literal suffix
Stefan Boberg
2021-09-15
1
-6
/
+8
|
*
|
Handle absence of std::source_location somewhat more gracefully (relies on cl...
Stefan Boberg
2021-09-15
1
-0
/
+4
|
*
|
Fixed up bit scan logic for clang-cl
Stefan Boberg
2021-09-15
1
-1
/
+1
*
|
|
Added a simple filesystem test case
Martin Ridgers
2021-09-16
1
-0
/
+4
*
|
|
MakeWin32ErrorCode() -> MakeErrorCode()
Martin Ridgers
2021-09-16
1
-2
/
+2
*
|
|
GetWindowsErrorAsString() -> GetErrorAsString()
Martin Ridgers
2021-09-16
1
-1
/
+1
|
/
/
*
|
Merged from main
Stefan Boberg
2021-09-15
1
-0
/
+17
|
\
\
|
*
|
Cross-platform zen::GetLastError()
Martin Ridgers
2021-09-15
1
-2
/
+16
|
*
|
Changed logging implementation
Stefan Boberg
2021-09-15
1
-0
/
+17
|
|
/
*
|
Added #ifdef condition around Windows-specific exception handling
Martin Ridgers
2021-09-15
1
-0
/
+2
*
|
POSIX implementation of ThrowSystemException using std::system_error
Martin Ridgers
2021-09-15
1
-5
/
+9
*
|
Moved system_error include to except.h for std::error_code
Martin Ridgers
2021-09-15
1
-0
/
+1
*
|
Cross-platform zen::GetLastError()
Martin Ridgers
2021-09-15
1
-2
/
+16
*
|
Removed constexpr for anything that uses GetSize()
Martin Ridgers
2021-09-15
1
-19
/
+19
*
|
Fixed GetSize() constexpr compile errors with GCC
Martin Ridgers
2021-09-15
1
-9
/
+9
*
|
Merge main
Martin Ridgers
2021-09-15
9
-442
/
+86
|
\
|
|
*
Added backwards compatible package serialization code for UE5 interop during ...
Stefan Boberg
2021-09-14
1
-0
/
+11
|
*
Added Ref<>::Get to work around issue casting a pointer to a derived type to ...
Stefan Boberg
2021-09-13
1
-0
/
+1
|
*
Changed CbPackage::TryLoad() signature so it can handle temporaries
Stefan Boberg
2021-09-13
1
-3
/
+1
|
*
Added CbPackageOffer content type
Stefan Boberg
2021-09-13
1
-0
/
+1
|
*
Added some std::error_code helpers
Stefan Boberg
2021-09-12
1
-0
/
+13
|
*
clang-format
Stefan Boberg
2021-09-09
1
-1
/
+0
|
*
Factored out http server related code into zenhttp module since it feels out ...
Stefan Boberg
2021-09-09
2
-468
/
+0
|
*
HttpServer::AddEndpoint -> HttpServer::RegisterService
Stefan Boberg
2021-09-09
1
-4
/
+4
|
*
Made HttpServer an abstract interface, and moved remaining implementation spe...
Stefan Boberg
2021-09-09
1
-15
/
+7
|
*
Restructuring HTTP server implementation to better (completely asynchronously...
Stefan Boberg
2021-09-08
1
-0
/
+55
|
*
Moved a bunch of logging code into zencore
Stefan Boberg
2021-09-08
1
-0
/
+14
|
*
Change Compact Binary Package API to represent binary attachments as compress...
Stefan Boberg
2021-09-07
3
-15
/
+59
*
|
Implemented RwLock on non-Windows platforms using std::shared_mutex
Martin Ridgers
2021-09-15
1
-0
/
+8
*
|
Use portable std::fs::path::u8string() instead of WideToUtf8()
Martin Ridgers
2021-09-14
1
-1
/
+1
*
|
Moved zencore.h include earlier so it defines ZEN_* macros
Martin Ridgers
2021-09-14
1
-1
/
+2
*
|
Missing include
Martin Ridgers
2021-09-14
1
-0
/
+2
*
|
Added test case for some of intmath.h's functions
Martin Ridgers
2021-09-14
1
-0
/
+4
*
|
Added #if/endif around a check if 'min' is defined
Martin Ridgers
2021-09-14
1
-2
/
+4
*
|
ZEN_INLINE implementation for all supported toolchains
Martin Ridgers
2021-09-14
1
-1
/
+6
*
|
Correct instrinsic include for POSIX platforms
Martin Ridgers
2021-09-14
1
-1
/
+6
*
|
Replaced use of str*_s variants as non-MSVC toolchains do not implement optio...
Martin Ridgers
2021-09-14
1
-4
/
+6
*
|
Forward declare SharedBuffer
Martin Ridgers
2021-09-14
1
-0
/
+2
*
|
Two missing includes
Martin Ridgers
2021-09-14
1
-0
/
+2
*
|
Implementations of_BitScan*() intrinsics for non-MSVC toolchains
Martin Ridgers
2021-09-14
1
-2
/
+40
*
|
nullptr_t -> std::nullptr_t
Martin Ridgers
2021-09-14
1
-1
/
+1
[prev]
[next]