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
/
zenserver
/
projectstore.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unused lambda capture compile error
Martin Ridgers
2022-01-10
1
-1
/
+1
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-12
/
+7
*
Added trace scopes.
Per Larsson
2021-12-15
1
-0
/
+9
*
Initialisation order compile error
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Paths are not wide-chars on non-Windows platforms
Martin Ridgers
2021-12-15
1
-2
/
+2
*
Merged main.
Per Larsson
2021-12-14
1
-24
/
+35
|
\
|
*
Removed the special-case path handling to make project tests pass
Martin Ridgers
2021-11-29
1
-12
/
+0
|
*
Only Windows paths have drive letters
Martin Ridgers
2021-11-29
1
-0
/
+2
|
*
ToUtf8() -> PathToUtf8() as the latter is less ambiguous
Martin Ridgers
2021-11-16
1
-3
/
+3
|
*
Stubbed out Project Store's PipeConnection on POSIX
Martin Ridgers
2021-11-02
1
-0
/
+17
|
*
Fixed up some assumptions that satd::fs::path uses wchar_t
Martin Ridgers
2021-11-01
1
-4
/
+4
|
*
Removed unused variable
Martin Ridgers
2021-11-01
1
-4
/
+0
|
*
Initialisation order warnings
Martin Ridgers
2021-11-01
1
-2
/
+2
|
*
Unhandled switch case warnings
Martin Ridgers
2021-11-01
1
-0
/
+6
|
*
Fixed up Windows-specific include statements
Martin Ridgers
2021-10-29
1
-1
/
+4
|
*
Fixed std::memory_order compile errors
Martin Ridgers
2021-10-29
1
-2
/
+2
|
*
Merged main
Martin Ridgers
2021-10-25
1
-90
/
+127
|
|
\
|
*
\
Merged main
Martin Ridgers
2021-10-20
1
-0
/
+2
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-10-14
1
-55
/
+5
|
|
\
\
\
|
*
|
|
|
Use std::fs::path for IoBuffer::MakeFromFile().
Martin Ridgers
2021-10-14
1
-1
/
+1
*
|
|
|
|
projectstore: iterating over an empty project store should not throw
Stefan Boberg
2021-11-18
1
-0
/
+5
*
|
|
|
|
projectstore: Implemented project/oplog discovery so we can take any persiste...
Stefan Boberg
2021-11-01
1
-1
/
+66
*
|
|
|
|
project: fixed logging of new oplog entries (again) to be easier to scan
Stefan Boberg
2021-11-01
1
-1
/
+1
*
|
|
|
|
projectstore: added validation of oplog data during initialization
Stefan Boberg
2021-11-01
1
-2
/
+60
*
|
|
|
|
gc: Implemented initial root gathering for projects/oplogs
Stefan Boberg
2021-10-28
1
-4
/
+52
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Compressed oplog attachments
Per Larsson
2021-10-21
1
-90
/
+127
|
|
_
|
/
|
/
|
|
*
|
|
project store: DELETE {project} request now produces a correct HTTP response
Stefan Boberg
2021-10-18
1
-0
/
+2
|
|
/
|
/
|
*
|
projectstore: Removing support for requesting attachments by hash using offse...
Stefan Boberg
2021-10-13
1
-55
/
+5
|
/
*
iobuffer: Changed MakeFromTemporaryFile so it accepts a path instead of a cha...
Stefan Boberg
2021-10-08
1
-1
/
+1
*
http: Moved logic for body suppression to a more central location
Stefan Boberg
2021-10-03
1
-5
/
+0
*
Added some code to persist bad package data for inspection
Stefan Boberg
2021-10-01
1
-1
/
+6
*
timer: cleaned up Stopwatch, removed GetCpuTimerValue
Stefan Boberg
2021-09-29
1
-2
/
+2
*
Removed MemoryOutStream, MemoryInStream
Stefan Boberg
2021-09-28
1
-6
/
+4
*
Added more scrub stubs in higher level services
Stefan Boberg
2021-09-20
1
-0
/
+17
*
Changed `std::exception` into `std::runtime_error` since `std::exception` doe...
Stefan Boberg
2021-09-15
1
-2
/
+2
*
Changed logging implementation
Stefan Boberg
2021-09-15
1
-52
/
+52
*
Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...
Stefan Boberg
2021-09-15
1
-1
/
+1
*
Changed so more loggers go via the zen::loggers interface
Stefan Boberg
2021-09-15
1
-6
/
+4
*
oplog: added handling of new attachment types
Stefan Boberg
2021-09-14
1
-3
/
+28
*
HttpResponse enum -> HttpResponseCode
Stefan Boberg
2021-09-12
1
-43
/
+43
*
clang-format
Stefan Boberg
2021-09-09
1
-3
/
+3
*
Fixed a number of unreferenced variable warnings
Stefan Boberg
2021-09-09
1
-5
/
+1
*
IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code
Stefan Boberg
2021-09-02
1
-2
/
+2
*
Introduced support for compressed buffer attachments
Stefan Boberg
2021-09-02
1
-1
/
+1
*
Added logic to fix project store tests (we use absolute file paths in the tes...
Stefan Boberg
2021-08-20
1
-1
/
+6
*
CL16570338: CompactBinary: Added validation to LoadCompactBinary and removed ...
Stefan Boberg
2021-08-20
1
-4
/
+26
*
Added {project}/oplog/{log}/{hash} endpoint (implemented by Matt Peters)
Stefan Boberg
2021-08-12
1
-1
/
+102
*
Support iterative cooks (#3)
Per Larsson
2021-06-23
1
-10
/
+144
*
Fixed issue with ProjectStore::OplogStorage::Exists()
Stefan Boberg
2021-06-09
1
-7
/
+7
*
Added initial implementation of chunk batch API
Carl-Magnus Nordin
2021-06-02
1
-9
/
+56
[next]