aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix tracingAlex Auvolat2021-02-241-2/+1
|
* Arrange block managerAlex Auvolat2021-02-241-83/+65
|
* I was tired yesterdayAlex Auvolat2021-02-242-3/+10
|
* fix misuse of sled transactionsAlex Auvolat2021-02-231-1/+1
|
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-2312-34/+207
|
* Make updated() be a sync function that doesn't failAlex Auvolat2021-02-238-83/+62
|
* Handle correctly deletion dues to offloadingAlex Auvolat2021-02-232-42/+38
|
* Several changes in table_sync:Alex Auvolat2021-02-232-116/+188
| | | | | - separate path for case of offloading a partition we don't store - use sync::Mutex instead of tokio::Mutex, make less fn's async
* Cargo fmtAlex Auvolat2021-02-2312-32/+67
|
* Replace some checksums where it makes senseAlex Auvolat2021-02-233-6/+7
|
* Add blake2 and xxhash hash functionsAlex Auvolat2021-02-233-17/+156
|
* Add adapted version of maglev for multi-dcAlex Auvolat2021-02-211-2/+76
|
* Maglev simulationAlex Auvolat2021-02-211-7/+61
|
* rename hash() to sha256sum(), we might want to change it at some placesAlex Auvolat2021-02-219-32/+30
|
* Evaluate hash functionsAlex Auvolat2021-02-211-22/+25
|
* Add script to simulate different kinds of ringsAlex Auvolat2021-02-211-0/+120
|
* Some refactoringAlex Auvolat2021-02-218-120/+141
|
* More precise logging (warn only when returning a 500)Alex Auvolat2021-02-201-1/+5
|
* Add verification of part numbers in CompleteMultipartUpload (WIP #30)Alex Auvolat2021-02-204-26/+77
|
* add application/xml header and missing xml escapesAlex Auvolat2021-02-193-5/+11
|
* add precisionAlex Auvolat2021-02-191-0/+2
|
* Add compatibility listAlex Auvolat2021-02-193-1/+85
|
* S3 compatibility: return 404 instead of 400 on some multipart commandsAlex Auvolat2021-02-191-13/+3
|
* Implement ListObjectsV2Alex Auvolat2021-02-193-67/+157
|
* Fix #28, extra headers being ignored (because of profound stupidity)Alex Auvolat2021-02-192-1/+5
|
* Small improvements in the S3 put workflowAlex Auvolat2021-02-191-39/+70
|
* try to fix smoke testAlex Auvolat2021-02-173-6/+11
| | | | dev cluster: don't ipv6 (fixes smoke test in container?)
* CI improvementsAlex Auvolat2021-02-171-4/+51
|
* yea more gzipAlex Auvolat2021-02-101-0/+3
|
* oops, missed a stepAlex Auvolat2021-02-101-1/+0
|
* change dockerfile; add gzip cachingAlex Auvolat2021-02-102-1/+3
|
* Add drone cachingAlex Auvolat2021-02-081-2/+38
|
* Add drone badgeAlex Auvolat2021-02-081-0/+2
|
* fix droneAlex Auvolat2021-02-081-1/+1
|
* add drone.ymlAlex Auvolat2021-02-081-0/+8
|
* Add warningAlex Auvolat2021-01-232-1/+3
|
* Move doc files here from Deuxfleur's site repoAlex Auvolat2021-01-233-0/+334
|
* Fix S3 ListObjects result and replace println!s by debug!s0.1.1bAlex Auvolat2021-01-163-6/+6
|
* Fix build0.1.1Alex Auvolat2021-01-151-291/+321
|
* Forgot a bumpAlex Auvolat2021-01-152-16/+16
|
* Use 0.1.0b instead of 0.1.0 (for compatibility with new Error type)Alex Auvolat2021-01-151-1/+1
|
* Bump everything to 0.1.1Alex Auvolat2021-01-157-32/+32
|
* Merge pull request 'Support website publishing' (#7) from feature/website ↵Alex2021-01-1517-14/+480
|\ | | | | | | | | | | into master Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/7
| * Do not accept domains such as [hellofeature/websiteAlex Auvolat2021-01-151-5/+8
| |
| * Explicitly set code path unreachableQuentin2021-01-151-3/+1
| |
| * Behavior problem: do not panic anymore + add testsQuentin2021-01-151-5/+10
| |
| * Doc tests that do not compile/work must be tagged with ignoreQuentin2021-01-151-3/+3
| |
| * Simplify Error fileQuentin2021-01-151-17/+1
| |
| * Remove unused dependenciesQuentin2021-01-152-32/+0
| |
| * Replace an already done check by unreachable!()Quentin2021-01-151-3/+1
| |