aboutsummaryrefslogtreecommitdiff
path: root/src/dav/encoder.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIP refactorQuentin Dufour2024-03-081-1117/+0
|
* Rewrote the whole decoderQuentin Dufour2024-03-061-1/+1
|
* drop anyprop as it can't be decodedQuentin Dufour2024-03-061-25/+16
|
* Fix typing of ResponseQuentin Dufour2024-03-061-39/+54
|
* Implement lockinfoQuentin Dufour2024-03-061-0/+1
|
* WIP lock/propertyupdate implementationQuentin Dufour2024-03-061-13/+14
|
* Restored WebDAV encoder testsQuentin Dufour2024-03-051-32/+22
|
* Refactor encoder+decoder WIP (compile)Quentin Dufour2024-03-051-331/+285
|
* WIP encodingQuentin Dufour2024-03-021-4/+4
|
* simple lock testsQuentin Dufour2024-03-011-5/+73
|
* Fix some logic on lockedQuentin Dufour2024-03-011-0/+35
|
* Implement propertyupdateQuentin Dufour2024-03-011-3/+44
|
* type refactor on <prop>Quentin Dufour2024-03-011-34/+71
|
* test includeQuentin Dufour2024-03-011-0/+22
|
* Test AllpropQuentin Dufour2024-03-011-1/+162
|
* propname testsQuentin Dufour2024-03-011-22/+161
|
* fully serialize webdav core?Quentin Dufour2024-03-011-2/+72
|
* Finalized encode ActiveLockQuentin Dufour2024-03-011-8/+67
|
* WIP DAV encoderQuentin Dufour2024-03-011-20/+113
|
* hook resource typeQuentin Dufour2024-03-011-3/+11
|
* Add a property hookQuentin Dufour2024-03-011-11/+135
|
* WIP propertyQuentin Dufour2024-03-011-2/+9
|
* Simplify codeQuentin Dufour2024-03-011-23/+19
|
* WIP encoderQuentin Dufour2024-02-291-2/+54
|
* Fixed testsQuentin Dufour2024-02-291-61/+67
|
* At least it compilesQuentin Dufour2024-02-291-31/+177
|
* WIP XML encoderQuentin Dufour2024-02-291-3/+56
|
* Dav XML typesQuentin Dufour2024-02-281-4/+36
|
* WIP DAV types & encoderQuentin Dufour2024-02-281-0/+16