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/s3-hub-hydration
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/compute-scheduler
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/mimalloc227
sb/more-tui
sb/no-network
sb/pipes
sb/rpc-analysis
sb/sessionize
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
...
*
Fixed "incomplete type" error.
Martin Ridgers
2021-12-15
2
-120
/
+120
*
Deleted unused statically-linked function
Martin Ridgers
2021-12-15
1
-2
/
+0
*
Paths are not wide on non-Windows so WideToUtf8() cannot be used
Martin Ridgers
2021-12-15
1
-5
/
+5
*
Corrected include statement case
Martin Ridgers
2021-12-15
1
-1
/
+1
*
DiskSpaceInfo() boolean return was back-to-front
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Add DiskSpaceInfo() tests
Martin Ridgers
2021-12-15
1
-0
/
+17
*
Implement DiskSpaceInfo() using std::filesystem::space()
Martin Ridgers
2021-12-15
1
-16
/
+9
*
Implemented DiskSpaceInfo() for POSIX platforms
Martin Ridgers
2021-12-15
1
-7
/
+11
*
std::fs::path cannot be forward declared
Martin Ridgers
2021-12-15
1
-3
/
+1
*
Removed duplicate unguarded Windows include statement
Martin Ridgers
2021-12-15
1
-1
/
+0
*
Missing include
Martin Ridgers
2021-12-15
1
-0
/
+1
*
Misplaced #ifdef statement that should be an #if
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Missing include
Martin Ridgers
2021-12-15
1
-0
/
+2
*
Missing include
Martin Ridgers
2021-12-15
1
-0
/
+1
*
Setting include dir paths under an option does not work in xmake >=2.6
Martin Ridgers
2021-12-15
2
-1
/
+1
*
Deleted file that mysteriously returned via a merge
Martin Ridgers
2021-12-15
1
-87
/
+0
*
Resettled whitespace
Martin Ridgers
2021-12-14
1
-8
/
+7
*
Removed unncessary define/undef blocks around include of trace.h
Martin Ridgers
2021-12-14
1
-19
/
+0
*
Include header files when generating solution.
Per Larsson
2021-12-14
9
-4
/
+13
*
Merged main.
Per Larsson
2021-12-14
99
-922
/
+8216
|
\
|
*
Partial revert b363c5b
Joe Kirchoff
2021-12-13
1
-67
/
+13
|
*
Fixed "unused function with static linkage" warning
Martin Ridgers
2021-12-13
1
-0
/
+2
|
*
Merged main
Martin Ridgers
2021-12-13
35
-2
/
+883
|
|
\
|
*
|
Added a missing file mode for a open() that creates a file
Martin Ridgers
2021-12-08
1
-1
/
+1
|
*
|
Fixed unused return value warnings from POSIX/Linux headers
Martin Ridgers
2021-12-08
2
-2
/
+4
|
*
|
Dependent variable definition as inside a if-Windows block
Martin Ridgers
2021-12-08
1
-6
/
+7
|
*
|
A 'long int' is larger on non-Windows causing narrowing warnings
Martin Ridgers
2021-12-08
1
-15
/
+23
|
*
|
Merged main
Martin Ridgers
2021-12-08
5
-85
/
+159
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-12-08
10
-63
/
+204
|
|
\
\
\
|
*
|
|
|
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
|
*
|
|
|
Added a "path_string" type to the file traversal class
Martin Ridgers
2021-12-02
1
-1
/
+2
|
*
|
|
|
Wrap include with ZEN_THIRDPARTY macros instead of pragmas
Martin Ridgers
2021-12-02
1
-3
/
+2
[prev]
[next]