index
:
archived-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/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/opaque-file-handle
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-batch-ptr
sb/fix-vla-warn
sb/fixups
sb/horde-compressedbuffer
sb/intree-sentry-native
sb/manual-test-workflows
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/shared-string
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-help
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
path:
root
/
zen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pre-commit config (#69)
Joe Kirchoff
2022-04-05
1
-0
/
+2
*
clang-format
Dan Engelbrecht
2022-03-21
1
-3
/
+3
*
If open(O_CREAT) is used then a file mode must be given
Martin Ridgers
2022-02-21
1
-1
/
+1
*
Explicitly set access permissions so we're not affected by process' umask
Martin Ridgers
2022-02-21
1
-1
/
+5
*
Marked a few file descriptors to be closed on execute (POSIX)
Martin Ridgers
2022-02-21
1
-1
/
+1
*
clang-format
Stefan Boberg
2022-02-02
2
-4
/
+5
*
Fixed ZenServerEntry::*ListenPort compile errors
Martin Ridgers
2022-01-27
1
-2
/
+2
*
Format fix.
Per Larsson
2022-01-22
3
-6
/
+6
*
Added copyright headers to xmake.lua scripts
Martin Ridgers
2022-01-20
1
-0
/
+2
*
Fixed up compile errors if mimalloc use is disabled
Martin Ridgers
2022-01-14
1
-1
/
+5
*
Linker flags for zen target on Mac
Martin Ridgers
2022-01-11
1
-0
/
+7
*
Fixed fmt::format() compile error
Martin Ridgers
2022-01-11
1
-1
/
+1
*
Added an implementation of task_group::run() on POSIX
Martin Ridgers
2022-01-11
1
-2
/
+9
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
2
-11
/
+5
*
Added preprocessing config file and removed Visual Studio files.
Per Larsson
2021-12-15
2
-210
/
+0
*
Deleted file that mysteriously returned via a merge
Martin Ridgers
2021-12-15
1
-87
/
+0
*
Include header files when generating solution.
Per Larsson
2021-12-14
1
-0
/
+1
*
Merged main.
Per Larsson
2021-12-14
11
-81
/
+343
|
\
|
*
Implement zen/internalfile for POSIX platforms
Martin Ridgers
2021-12-02
2
-13
/
+90
|
*
Fake concrt for non-Windows platforms
Martin Ridgers
2021-12-02
1
-0
/
+42
|
*
Only Windows-based terminals need VT100/ANSI support enabling
Martin Ridgers
2021-12-02
1
-0
/
+2
|
*
Missing return statement
Martin Ridgers
2021-12-02
1
-1
/
+5
|
*
For portability's sake, removed two unused InternalFile methods
Martin Ridgers
2021-12-02
2
-9
/
+0
|
*
Use zen::ThrowLastError() in place of throwing system_error directly
Martin Ridgers
2021-12-02
1
-6
/
+5
|
*
Use zen::Memory::Alloc/Free instead of unportable _aligned_*
Martin Ridgers
2021-12-02
1
-2
/
+3
|
*
Moved "using namespace fmt::literals" out of file level scope
Martin Ridgers
2021-12-02
1
-2
/
+4
|
*
WideToUtf8() to PathToUtf8()
Martin Ridgers
2021-12-02
1
-1
/
+1
|
*
Deleted unused variable
Martin Ridgers
2021-12-02
1
-2
/
+0
|
*
Signed-unsigned comparison compile fix
Martin Ridgers
2021-12-02
1
-1
/
+1
|
*
If-def'd a #pragma statement
Martin Ridgers
2021-12-02
1
-0
/
+2
|
*
If-def wrapped some Windows-only includes
Martin Ridgers
2021-12-02
1
-2
/
+4
|
*
Stubbed out base minimum of MS' PPL use for non-Windows platforms
Martin Ridgers
2021-12-02
1
-0
/
+43
|
*
Ifdef'd Windows-only include
Martin Ridgers
2021-12-02
1
-1
/
+3
|
*
As a general rule include (seem) to be orderedl zen, 3rd-party, system
Martin Ridgers
2021-12-02
1
-4
/
+4
|
*
Missing include
Martin Ridgers
2021-12-02
1
-0
/
+2
|
*
Use zen::PathToUtf8() instead of WideToUtf8()
Martin Ridgers
2021-12-02
1
-1
/
+1
|
*
Updated RunCommand's file traversal to use platform-agnostic strings
Martin Ridgers
2021-12-02
1
-4
/
+4
|
*
Wrap include with ZEN_THIRDPARTY macros instead of pragmas
Martin Ridgers
2021-12-02
1
-3
/
+2
|
*
Cross-platform path-to-utf8 conversion
Martin Ridgers
2021-12-02
1
-1
/
+2
|
*
Fixed unused parameter warning
Martin Ridgers
2021-12-01
1
-0
/
+1
|
*
Removed unused #include statement
Martin Ridgers
2021-12-01
1
-2
/
+0
|
*
Removed unused Utf8Helper class
Martin Ridgers
2021-12-01
1
-9
/
+0
|
*
Changed dedupe command to work with paths as utf8 strings
Martin Ridgers
2021-12-01
1
-5
/
+31
|
*
Signed/unsigned warning fix
Martin Ridgers
2021-12-01
1
-2
/
+2
|
*
Missing include
Martin Ridgers
2021-12-01
1
-0
/
+2
|
*
Wrapped Windows-specific include in if-def preprocessor blocks
Martin Ridgers
2021-11-02
5
-8
/
+16
|
*
Use ZEN_THIRD_PARTY macros instead of '#pragma warning'
Martin Ridgers
2021-11-01
1
-3
/
+2
|
*
Use StrCaseCompare() instead of Windows-only _stricmp()
Martin Ridgers
2021-10-25
1
-1
/
+1
|
*
Merged main
Martin Ridgers
2021-10-16
2
-18
/
+4
|
|
\
|
*
|
Use std::fs::path for IoBuffer::MakeFromFile().
Martin Ridgers
2021-10-14
1
-1
/
+1
[next]