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
2017-03-21
Move istringstream_nocopy to a separate file
Eelco Dolstra
2017-03-20
Merge branch 'darwin-s3-binary-cache-store' of https://github.com/shlevy/nix
Eelco Dolstra
2017-03-15
More precise compression settings
Eelco Dolstra
2017-03-15
Compress NAR listings using the "text-compression" method
Eelco Dolstra
2017-03-15
S3BinaryCacheStore: Set Content-Type
Eelco Dolstra
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
2017-03-12
Merge branch 'configurable-aws-region'
Shea Levy
2017-03-06
Properly set the caFile for aws-sdk-cpp s3
Shea Levy
2017-03-06
istringstream_nocopy: Implement in a standards-compliant way.
Shea Levy
2017-03-03
Add aws-region param to S3 store URLs
Shea Levy
2017-02-21
Log AWS retries
Eelco Dolstra
2017-02-14
Add support for s3:// URIs
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2016-12-22
Call Aws::InitAPI
Eelco Dolstra
2016-12-08
S3BinaryCacheStore: Ensure it only builds on Linux
Eelco Dolstra
2016-12-08
Fix S3BinaryCacheStore
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-16
S3BinaryCacheStore:: Eliminate a string copy while uploading
Eelco Dolstra
2016-10-06
Fix getS3Stats()
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2016-06-01
HttpBinaryCacheStore: Fix caching of WantMassQuery
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-31
Shut up some clang warnings
Eelco Dolstra
2016-05-30
Fix build
Eelco Dolstra
2016-05-30
Re-implement the WantMassQuery property of binary caches
Eelco Dolstra
2016-05-30
BinaryCacheStore: Remove buildPaths() / ensurePath()
Eelco Dolstra
2016-05-04
Make the aws-cpp-sdk dependency optional
Eelco Dolstra
2016-04-29
nix verify --all: Support local binary caches
Eelco Dolstra
2016-04-29
BinaryCacheStore: Make the signing key a parameter
Eelco Dolstra
2016-04-29
Allow parameters in store URIs
Eelco Dolstra
2016-04-21
Implement S3BinaryCacheStore::queryAllValidPaths()
Eelco Dolstra
2016-04-21
Move S3BinaryCacheStore from Hydra
Eelco Dolstra