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
*
Clean up project store file structure (#218)
Dan Engelbrecht
2023-02-01
1
-3097
/
+0
*
Retain memory buffer when replaying oplog (#216)
Dan Engelbrecht
2023-01-26
1
-3
/
+7
*
Better error responses/logging in project store request (#217)
Dan Engelbrecht
2023-01-26
1
-93
/
+139
*
zen command line tool improvements (#212)
Dan Engelbrecht
2023-01-13
1
-0
/
+1
*
Add info (GET) endpoints for structured cache (#211)
Dan Engelbrecht
2023-01-11
1
-3
/
+8
*
oplog level GC (#209)
Dan Engelbrecht
2022-12-14
1
-29
/
+183
*
Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...
Stefan Boberg
2022-12-12
1
-2
/
+2
*
optimizations (#200)
Dan Engelbrecht
2022-12-07
1
-19
/
+31
*
Size based gc trigger (#197)
Dan Engelbrecht
2022-12-02
1
-3
/
+3
*
reduce gc log spam (INFO -> DEBUG) (#199)
Dan Engelbrecht
2022-12-02
1
-16
/
+17
*
Make sure we always store record/op before attachments (#195)
Dan Engelbrecht
2022-12-01
1
-22
/
+35
*
Fix disk usage stats (#194)
Dan Engelbrecht
2022-11-24
1
-2
/
+42
*
changelog and removed obsolete comment
Dan Engelbrecht
2022-11-18
1
-1
/
+0
*
Add `import-project` and `export-project` (#183)
Dan Engelbrecht
2022-11-18
1
-208
/
+629
*
move BasicFile to zenutil to remove zenstore dependency from zen command (#190)
Dan Engelbrecht
2022-11-17
1
-1
/
+1
*
Support file reference in package message (#184)
Dan Engelbrecht
2022-11-07
1
-6
/
+6
*
fix concurrency issues in projectstore and enable GC (#181)
Dan Engelbrecht
2022-10-17
1
-237
/
+594
*
disable project store GC (#179)
Dan Engelbrecht
2022-10-12
1
-1
/
+2
*
De/oplog gc lifetime (#178)
Dan Engelbrecht
2022-10-10
1
-43
/
+131
*
De/reduce buffer creation in parsepackedmessage (#175)
Dan Engelbrecht
2022-09-30
1
-7
/
+7
*
Adjust errors vs warnings messages (#160)
Dan Engelbrecht
2022-09-08
1
-4
/
+4
*
Make cas storage an hidden implementation detail of CidStore (#130)
v0.1.4-pre6
v0.1.4-pre5
Dan Engelbrecht
2022-06-17
1
-5
/
+5
*
removed LocalProjectService prototype
Stefan Boberg
2022-06-13
1
-300
/
+0
*
fixed issue where projects would not be discovered via DiscoverProjects due t...
Stefan Boberg
2022-06-10
1
-10
/
+100
*
Added GetDirectoryContent utility
Dan Engelbrecht
2022-05-06
1
-42
/
+9
*
simplify lambda captures
Dan Engelbrecht
2022-05-02
1
-1
/
+1
*
always keep full log but read from index snapshot location if available
Dan Engelbrecht
2022-04-04
1
-21
/
+24
*
rename EMode to Mode
Dan Engelbrecht
2022-04-01
1
-4
/
+4
*
Don hard fail on removing files we no longer care about
Dan Engelbrecht
2022-03-31
1
-3
/
+2
*
improved logging for gc/migration
Dan Engelbrecht
2022-03-31
1
-0
/
+6
*
Migration now works in larger disk IO chunks
Dan Engelbrecht
2022-03-31
1
-4
/
+4
*
Fixed wrong route pattern.
Per Larsson
2022-03-23
1
-1
/
+1
*
Added route '/prj/list' for retrieving project info.
Per Larsson
2022-03-23
1
-0
/
+32
*
Fixed missing object in project oplog response.
Per Larsson
2022-01-24
1
-1
/
+5
*
Format fix.
Per Larsson
2022-01-22
1
-1
/
+2
*
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
[next]