aboutsummaryrefslogtreecommitdiff
path: root/src/dav/types.rs
Commit message (Expand)AuthorAgeFilesLines
* Rewrote the whole decoderQuentin Dufour2024-03-061-10/+9
* drop anyprop as it can't be decodedQuentin Dufour2024-03-061-19/+13
* Fix typing of ResponseQuentin Dufour2024-03-061-3/+7
* Implement lockinfoQuentin Dufour2024-03-061-0/+1
* Refactor encoder+decoder WIP (compile)Quentin Dufour2024-03-051-53/+85
* beginning...Quentin Dufour2024-03-041-1/+2
* WIP CalDAV typesQuentin Dufour2024-03-021-2/+0
* simple lock testsQuentin Dufour2024-03-011-3/+3
* type refactor on <prop>Quentin Dufour2024-03-011-8/+10
* propname testsQuentin Dufour2024-03-011-1/+4
* fully serialize webdav core?Quentin Dufour2024-03-011-24/+28
* Finalized encode ActiveLockQuentin Dufour2024-03-011-4/+26
* WIP DAV encoderQuentin Dufour2024-03-011-0/+2
* WIP propertyQuentin Dufour2024-03-011-2/+7
* Simplify codeQuentin Dufour2024-03-011-3/+2
* WIP encoderQuentin Dufour2024-02-291-44/+39
* At least it compilesQuentin Dufour2024-02-291-16/+48
* WIP XML encoderQuentin Dufour2024-02-291-3/+4
* Dav XML typesQuentin Dufour2024-02-281-60/+719
* WIP DAV types & encoderQuentin Dufour2024-02-281-0/+197