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
sb/zenhorde-fixes
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
*
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
3
-6
/
+6
*
Tweaked README.md on how to used the --mode=config xmake option
Martin Ridgers
2021-10-29
1
-5
/
+7
*
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
5
-15
/
+145
|
\
|
*
Lockfile implementation (#24)
Stefan Boberg
2021-10-27
5
-15
/
+145
*
|
Merged main
Martin Ridgers
2021-10-26
1
-1
/
+0
|
\
|
|
*
Fixed crash at startup when updating manifest.
Per Larsson
2021-10-26
1
-1
/
+0
*
|
'return std::move(local_object)' prevents copy elision
Martin Ridgers
2021-10-25
1
-1
/
+1
*
|
Removed unnecessary include
Martin Ridgers
2021-10-25
2
-3
/
+0
*
|
Missing include
Martin Ridgers
2021-10-25
1
-0
/
+1
*
|
Prevent GetObject from being defined as a macro by Windows.h
Martin Ridgers
2021-10-25
3
-0
/
+7
*
|
Define the cut-down Windows defines via zencore.h too
Martin Ridgers
2021-10-25
1
-0
/
+9
*
|
Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua too
Martin Ridgers
2021-10-25
2
-1
/
+5
*
|
Missing include for std::min/max
Martin Ridgers
2021-10-25
1
-0
/
+2
*
|
Fixed unused-variable warning
Martin Ridgers
2021-10-25
1
-1
/
+1
*
|
Removed unused include
Martin Ridgers
2021-10-25
1
-2
/
+0
*
|
Fixed narrowing warning
Martin Ridgers
2021-10-25
1
-2
/
+2
*
|
Reanbled unused-parameters/variables warnings on Linux
Martin Ridgers
2021-10-25
1
-2
/
+0
*
|
Added ScanFile() and ReadFile() tests
Martin Ridgers
2021-10-25
1
-0
/
+10
*
|
Included a sketch of how CloneFile() could be on Linux
Martin Ridgers
2021-10-25
1
-1
/
+32
*
|
CopyFile() for POSIX
Martin Ridgers
2021-10-25
1
-7
/
+44
*
|
Implemented ScanFile() on POSIX
Martin Ridgers
2021-10-25
1
-4
/
+35
*
|
Disabled unused-value warning as it fires at ZEN_UNUSED() sites
Martin Ridgers
2021-10-25
1
-0
/
+1
*
|
Added some ZEN_UNUSED() statements for yet-to-be-implemented functions
Martin Ridgers
2021-10-25
1
-0
/
+2
*
|
Deleted unused variable
Martin Ridgers
2021-10-25
1
-1
/
+0
*
|
Moved Vfs and Httpsys build options into a Windows-only block
Martin Ridgers
2021-10-25
1
-12
/
+12
*
|
UINT16 -> uint16_t
Martin Ridgers
2021-10-25
1
-2
/
+2
*
|
Use zen::GetCurrentThreadId()
Martin Ridgers
2021-10-25
1
-1
/
+1
*
|
Cast to int() on the off chance that pid_t isn't one
Martin Ridgers
2021-10-25
1
-1
/
+1
*
|
Added a zen::GetCurrentThreadId()
Martin Ridgers
2021-10-25
2
-0
/
+11
*
|
pthread implementation for naming a thread
Martin Ridgers
2021-10-25
1
-0
/
+3
*
|
Use m_ShutdownEvent.Wait() in HttpNullServer::Run() on POSIX
Martin Ridgers
2021-10-25
1
-8
/
+7
*
|
HttpAsioServer::Run() implementation for POSIX platforms
Martin Ridgers
2021-10-25
1
-8
/
+22
*
|
Made httpsys xmake option Windows only
Martin Ridgers
2021-10-25
1
-6
/
+8
*
|
Use StrCaseCompare() instead of Windows-only _stricmp()
Martin Ridgers
2021-10-25
2
-2
/
+2
*
|
Cross-platform string comparison helper plus tests
Martin Ridgers
2021-10-25
2
-0
/
+25
*
|
Merged main
Martin Ridgers
2021-10-25
19
-196
/
+505
|
\
|
|
*
zenserver: Tweaked state initialization so we know when we're running for the...
Stefan Boberg
2021-10-21
2
-72
/
+107
|
*
zenserver: don't try to delete the logs directory when wiping state
Stefan Boberg
2021-10-21
1
-2
/
+4
|
*
Fixed failing test.
Per Larsson
2021-10-21
1
-1
/
+1
|
*
Compressed oplog attachments
Per Larsson
2021-10-21
7
-110
/
+377
|
*
Added missing include.
Per Larsson
2021-10-20
1
-0
/
+2
|
*
Merge branch 'main' of https://github.com/EpicGames/zen into main
Stefan Boberg
2021-10-20
10
-13
/
+14
|
|
\
|
|
*
Format fix.
Per Larsson
2021-10-20
10
-13
/
+14
|
*
|
Added ZEN_THIRD_PARTY_INCLUDES_START to prevent compilation issues
Stefan Boberg
2021-10-20
1
-0
/
+2
|
|
/
*
|
Implemented filecas.cpp for POSIX platforms
Martin Ridgers
2021-10-25
1
-2
/
+92
*
|
Added .gdb_history to .gitignore
Martin Ridgers
2021-10-25
1
-0
/
+1
[next]