aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* change crate used for cdcTrinity Pointard2021-04-061-13/+4
| | | | previous one seemed to output incorrect results
* add content defined chukingTrinity Pointard2021-04-061-11/+86
|
* update to v0.2.1v0.2.1release-v0.2.1Alex Auvolat2021-03-191-9/+9
|
* Support old CPUsmasterAlex Auvolat2021-03-191-108/+22
|
* Prepare for release 0.2Alex Auvolat2021-03-181-173/+111
|
* Update dependenciesAlex Auvolat2021-03-161-183/+71
|
* WIP migrate to tokio 1Alex Auvolat2021-03-151-190/+84
|
* Time and metadata improvementsAlex Auvolat2021-03-151-0/+1
|
* Implement garage stats to get info on node contentsAlex Auvolat2021-03-121-0/+23
|
* WIP big refactoringAlex Auvolat2021-03-111-1/+2
|
* Remove migration paths from 0.1 branchAlex Auvolat2021-03-101-235/+25
|
* Update sled & try to debug deadlock (but its in sled...)Alex Auvolat2021-02-231-15/+149
|
* Add blake2 and xxhash hash functionsAlex Auvolat2021-02-231-16/+131
|
* Fix build0.1.1Alex Auvolat2021-01-151-291/+321
|
* Forgot a bumpAlex Auvolat2021-01-151-15/+15
|
* Bump everything to 0.1.1Alex Auvolat2021-01-151-20/+20
|
* Remove unused dependenciesQuentin2021-01-151-13/+0
|
* Merge branch 'master' into feature/websiteQuentin2020-12-101-0/+1
|\
| * Propose ETag fixbug/etagAlex Auvolat2020-12-051-0/+1
| |
* | Merge branch 'master' into feature/websiteQuentin2020-11-221-1/+8
|\|
| * Fix base64/hex checksum comparisonQuentin2020-11-221-1/+8
| |
* | Merge branch 'master' into feature/websiteQuentin2020-11-211-0/+39
|\|
| * data hexdump in warningfeature/better-crdtAlex Auvolat2020-11-201-0/+39
| |
| * Update cargo.lockAlex Auvolat2020-11-081-706/+705
| |
* | Use handle_getQuentin2020-11-211-0/+1
| |
* | We are able to serve a fileQuentin2020-11-211-0/+1
| |
* | Support punnycodeQuentin2020-11-201-0/+1
| |
* | Make it compile againQuentin2020-11-191-0/+1
| |
* | Extract bucketQuentin2020-11-101-0/+1
| |
* | It compiles!Quentin2020-11-031-0/+1
| |
* | Skeleton to the new web APIQuentin2020-11-021-705/+730
|/
* Implement correct ETag for objects created with PutObjectAlex Auvolat2020-07-131-0/+46
|
* Add support for model migrationsAlex Auvolat2020-07-081-8/+111
|
* Update to Hyper 0.13.6 that accepts non-Sync streams in wrap_stream.Alex Auvolat2020-07-071-385/+470
| | | | Simplifies code and makes it possible to publish on crates.io
* Rename garage_core to garage_modelAlex Auvolat2020-07-071-3/+3
|
* Add automatic peer discovery from ConsulAlex Auvolat2020-06-301-0/+1
|
* Implement HTTP ranges in getAlex Auvolat2020-05-041-0/+7
|
* Implement DeleteObjectsAlex Auvolat2020-05-011-0/+17
|
* Slightly improved S3 compatibilityAlex Auvolat2020-05-011-0/+1
| | | | | | | | - ListBucket does not require any of the parameters (delimiter, prefix, max-keys, etc) - URLs are properly percent_decoded - PutObject and DeleteObject calls now answer correctly (empty body, version id in the x-amz-version-id: header)
* Starting to be S3 compatibleAlex Auvolat2020-04-241-0/+111
|
* Split code for modular compilationAlex Auvolat2020-04-241-5/+106
|
* Better concurrency:Alex Auvolat2020-04-221-86/+85
| | | | | | Use Notify instead of stupid sleep in background worker Use Semaphore to limit concurrent requests in rpc_client Make more background tasks cancellable
* Remove a few features in dependenciesAlex Auvolat2020-04-211-36/+0
|
* Pretty loggingAlex Auvolat2020-04-211-15/+102
|
* Add hostname to node infoAlex Auvolat2020-04-191-0/+11
|
* WIPAlex Auvolat2020-04-171-0/+1
| | | | | | TODOs: - ensure sync goes both way - finish sending blocks to other nodes when they need them before deleting
* TLS works \o/Alex Auvolat2020-04-121-78/+0
| | | | | | | | | So, the issues were: - webpki does not support IP addresses as DNS names in URLs, so I hacked the HttpsConnector to always provide a fixed string as the DNS name for server certificate validation - the certificate requied a SAN section which was complicated to build but eventually the solution is there in genkeys.sh
* Trying to do TLSAlex Auvolat2020-04-121-0/+261
|
* Something worksAlex Auvolat2020-04-091-0/+18
|
* Some workAlex Auvolat2020-04-081-0/+7
|