aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Before refactoring the readerQuentin Dufour2024-03-042-0/+141
| |
| * Add new caldav test from RFCQuentin Dufour2024-03-041-1/+75
| |
| * caldav encoding test passingQuentin Dufour2024-03-042-26/+63
| |
| * Still testing CalDAVQuentin Dufour2024-03-032-1/+32
| |
| * WIP testingQuentin Dufour2024-03-031-10/+65
| |
| * CalEncoder should be fully implemented nowQuentin Dufour2024-03-032-53/+56
| |
| * Param-filter encodingQuentin Dufour2024-03-032-6/+47
| |
| * Serialize another caldav filterQuentin Dufour2024-03-032-33/+94
| |
| * WIP encodingQuentin Dufour2024-03-023-21/+71
| |
| * Serialize calendar-dataQuentin Dufour2024-03-022-19/+55
| |
| * Serialize CalDAV errorsQuentin Dufour2024-03-022-10/+54
| |
| * Encode Calendar PropertiesQuentin Dufour2024-03-022-18/+169
| |
| * Calendar skeletonQuentin Dufour2024-03-022-13/+257
| |
| * Finalize caldav types iterationQuentin Dufour2024-03-021-4/+43
| |
| * CalDAV many typesQuentin Dufour2024-03-023-11/+632
| |
| * WIP CalDAV typesQuentin Dufour2024-03-024-17/+684
| |
| * simple lock testsQuentin Dufour2024-03-012-8/+76
| |
| * Fix some logic on lockedQuentin Dufour2024-03-011-0/+35
| |
| * Implement propertyupdateQuentin Dufour2024-03-011-3/+44
| |
| * type refactor on <prop>Quentin Dufour2024-03-012-42/+81
| |
| * test includeQuentin Dufour2024-03-011-0/+22
| |
| * Test AllpropQuentin Dufour2024-03-011-1/+162
| |
| * propname testsQuentin Dufour2024-03-012-23/+165
| |
| * fully serialize webdav core?Quentin Dufour2024-03-015-26/+115
| |
| * Finalized encode ActiveLockQuentin Dufour2024-03-012-12/+93
| |
| * WIP DAV encoderQuentin Dufour2024-03-012-20/+115
| |
| * hook resource typeQuentin Dufour2024-03-013-5/+27
| |
| * Add a property hookQuentin Dufour2024-03-012-19/+147
| |
| * WIP propertyQuentin Dufour2024-03-013-4/+17
| |
| * Simplify codeQuentin Dufour2024-03-014-36/+31
| |
| * WIP encoderQuentin Dufour2024-02-294-84/+101
| |
| * Fixed testsQuentin Dufour2024-02-292-69/+84
| |
| * At least it compilesQuentin Dufour2024-02-296-47/+369
| |
| * WIP XML encoderQuentin Dufour2024-02-292-6/+60
| |
| * Dav XML typesQuentin Dufour2024-02-284-65/+759
| |
| * WIP DAV types & encoderQuentin Dufour2024-02-283-4/+224
| |
| * Working on DAV routerQuentin Dufour2024-02-271-11/+19
| |
| * RefactorQuentin Dufour2024-02-2712-200/+231
| |
| * WIP loginQuentin Dufour2024-02-271-3/+49
| |
| * basic router, define URI patternQuentin Dufour2024-02-271-2/+7
| |
| * Add basic DAV serverQuentin Dufour2024-02-266-13/+129
|/
* bump rust toolchain + fix publish script bugQuentin Dufour2024-02-242-6/+5
|
* Merge pull request 'Perf measurement & bottleneck fix' (#102) from ↵0.2.2Quentin2024-02-2330-781/+3803
|\ | | | | | | | | | | perf/cpu-ram-bottleneck into main Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/102
| * bumping to 0.2.2Quentin Dufour2024-02-233-6/+6
| |
| * fix code formattingQuentin Dufour2024-02-231-19/+20
| |
| * Upgrade Cargo.nixQuentin Dufour2024-02-231-281/+381
| |
| * Also share HTTPClient for K2Vperf/cpu-ram-bottleneckQuentin Dufour2024-02-235-111/+164
| |
| * Replace with a single AWS HTTP clientQuentin Dufour2024-02-235-147/+225
| |
| * update flake dependencyQuentin Dufour2024-02-231-15/+15
| |
| * upgrade cargo2nixQuentin Dufour2024-02-221-9/+9
| |