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