Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix metadata | Quentin Dufour | 2023-12-27 | 1 | -1/+6 |
* | debug implementationin-memory | Quentin Dufour | 2023-12-27 | 1 | -2/+16 |
* | cargo format | Quentin Dufour | 2023-12-27 | 3 | -132/+232 |
* | implemente garage storage | Quentin Dufour | 2023-12-27 | 3 | -38/+93 |
* | implement poll | Quentin Dufour | 2023-12-26 | 1 | -1/+30 |
* | insert logic | Quentin Dufour | 2023-12-26 | 1 | -24/+58 |
* | WIP k2v | Quentin Dufour | 2023-12-22 | 1 | -20/+98 |
* | s3 is now implemented | Quentin Dufour | 2023-12-22 | 3 | -7/+80 |
* | implemented blob_fetch | Quentin Dufour | 2023-12-21 | 1 | -3/+40 |
* | initialize aws sdk with our info | Quentin Dufour | 2023-12-21 | 3 | -5/+25 |
* | move storage logic into the storage module | Quentin Dufour | 2023-12-21 | 1 | -0/+16 |
* | working in memory storage | Quentin Dufour | 2023-12-20 | 1 | -0/+1 |
* | better handle non existing keys | Quentin Dufour | 2023-12-19 | 2 | -8/+37 |
* | wip in mem storage bug fixes | Quentin Dufour | 2023-12-19 | 1 | -7/+13 |
* | implemented an in memory storage | Quentin Dufour | 2023-12-19 | 3 | -64/+195 |
* | Storage trait new implementation | Quentin Dufour | 2023-12-18 | 3 | -144/+130 |
* | new new new storage interface | Quentin Dufour | 2023-12-16 | 3 | -190/+200 |
* | it compiles! | Quentin Dufour | 2023-11-23 | 1 | -1/+8 |
* | fix login mod | Quentin Dufour | 2023-11-21 | 3 | -10/+3 |
* | rewrite CryptoKeys with Storage abstraction | Quentin Dufour | 2023-11-21 | 3 | -3/+12 |
* | WIP provider config | Quentin Dufour | 2023-11-17 | 1 | -1/+1 |
* | no more error on baiyou | Quentin Dufour | 2023-11-17 | 3 | -3/+3 |
* | fix orphan storage compatibility | Quentin Dufour | 2023-11-17 | 3 | -3/+4 |
* | incoming has been fully ported | Quentin Dufour | 2023-11-17 | 3 | -1/+14 |
* | introduce an "orphan" enum | Quentin Dufour | 2023-11-17 | 3 | -9/+29 |
* | not very clear how we pass data across channel | Quentin Dufour | 2023-11-16 | 3 | -6/+25 |
* | WIP refactor storage (new timestamp.rs file) | Quentin Dufour | 2023-11-15 | 3 | -2/+17 |
* | converted incoming mail | Quentin Dufour | 2023-11-02 | 1 | -5/+9 |
* | WIP rewrite mail/incoming | Quentin Dufour | 2023-11-02 | 3 | -6/+24 |
* | make all our objects send+sync | Quentin Dufour | 2023-11-02 | 3 | -7/+7 |
* | implement equality+cmp for builders based on url | Quentin Dufour | 2023-11-02 | 3 | -22/+37 |
* | gradually implement our interface | Quentin Dufour | 2023-11-02 | 3 | -20/+59 |
* | start replacing engine | Quentin Dufour | 2023-11-02 | 3 | -4/+4 |
* | example usage of boxed futures | Quentin Dufour | 2023-11-02 | 1 | -1/+4 |
* | try dynamic dispatch | Quentin Dufour | 2023-11-02 | 3 | -21/+41 |
* | sadly switch to dynamic dispatch | Quentin Dufour | 2023-11-02 | 3 | -56/+24 |
* | we are doomed with static types | Quentin Dufour | 2023-11-02 | 1 | -3/+3 |
* | mask implementation to the rest of the code | Quentin Dufour | 2023-11-01 | 1 | -1/+19 |
* | implement an AnyCredentials | Quentin Dufour | 2023-11-01 | 3 | -10/+10 |
* | integration to login with an enum | Quentin Dufour | 2023-11-01 | 1 | -2/+5 |
* | v2 api storage | Quentin Dufour | 2023-11-01 | 3 | -46/+178 |
* | rework interface | Quentin Dufour | 2023-11-01 | 1 | -8/+6 |
* | a first naive version of the storage interface | Quentin Dufour | 2023-11-01 | 3 | -17/+68 |
* | WIP traits for the storage | Quentin Dufour | 2023-10-30 | 1 | -0/+32 |