index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
s3-binary-cache-store.cc
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-26
libstore: remove static initializers for Store registrations
Pierre Bourdon
2024-08-23
fix: use http proxy for s3 access
Jade Lovelace
2024-07-11
libstore: make BinaryCacheStore::getFile return a source
eldritch horrors
2024-06-18
libstore: work around aws sdk log spam at debug level
Jade Lovelace
2024-06-18
s3: delete obsolete ifdefs
Jade Lovelace
2024-06-01
chore: rebrand Nix to Lix when it makes sense
Raito Bezarius
2024-03-17
Delete hasPrefix and hasSuffix from the codebase
Jade Lovelace
2024-03-04
Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics
eldritch horrors
2023-04-06
Add `Store::isTrustedClient()`
matthewcroughan
2023-03-22
Improve store setting descriptions / Markdown formatting
Eelco Dolstra
2023-03-21
Support per-store Markdown documentation
Eelco Dolstra
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-02-07
NarInfoDiskCache: Rename cacheExists -> upToDateCacheExists
Robert Hensing
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-09-22
Make setDefault() typed
Eelco Dolstra
2021-09-17
Fix scheme argument to s3 cache
Gregor Kleen
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
treat s3 permission errors as file-not-found
Michael Bishop
2020-12-04
Fix compatibility with newer AWS SDKs
Stéphan Kochen
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-16
Fix the s3 store
regnat
2020-09-16
Fix build issues with gcc
regnat
2020-09-16
Add a name to the stores
regnat
2020-09-16
Document the new store hierarchy
regnat
2020-09-16
Properly filter the stores according to their declared uriSchemes
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-09-16
Fix the registration of stores
regnat
2020-09-16
Make the store plugins more introspectable
regnat
2020-08-04
S3BinaryCacheStore: Fix size determination
Eelco Dolstra
2020-08-04
Revert "Remove putBytes"
Eelco Dolstra
2020-07-28
Remove putBytes
Eelco Dolstra
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Remove istringstream_nocopy
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Fix 'nix verify --all' on a binary cache and add a test
Eelco Dolstra
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
DownloadResult -> DataTransferResult
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-03-15
Add a 5 seconds of timeouts to connect to S3.
Chaker Benhamed
[next]