Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP refactor | Quentin Dufour | 2024-03-08 | 57 | -17420/+0 |
* | add a fuzzer | Quentin Dufour | 2024-03-07 | 4 | -33/+32 |
* | Testing decoder against RFC | Quentin Dufour | 2024-03-07 | 1 | -1/+70 |
* | Refactor decoder | Quentin Dufour | 2024-03-07 | 2 | -259/+305 |
* | successful multistatus decoding test | Quentin Dufour | 2024-03-07 | 1 | -6/+42 |
* | Rewrote the whole decoder | Quentin Dufour | 2024-03-06 | 9 | -470/+406 |
* | drop anyprop as it can't be decoded | Quentin Dufour | 2024-03-06 | 5 | -54/+117 |
* | Fix typing of Response | Quentin Dufour | 2024-03-06 | 4 | -49/+115 |
* | Implement lockinfo | Quentin Dufour | 2024-03-06 | 5 | -32/+256 |
* | WIP lock/propertyupdate implementation | Quentin Dufour | 2024-03-06 | 4 | -68/+399 |
* | decode errors | Quentin Dufour | 2024-03-06 | 3 | -4/+173 |
* | Re-enable + enhance DAV decode tests | Quentin Dufour | 2024-03-05 | 5 | -170/+68 |
* | Re-enable cal encoder tests | Quentin Dufour | 2024-03-05 | 5 | -19/+107 |
* | Re-enable calendar encoder | Quentin Dufour | 2024-03-05 | 2 | -296/+278 |
* | Restored WebDAV encoder tests | Quentin Dufour | 2024-03-05 | 2 | -39/+26 |
* | Refactor encoder+decoder WIP (compile) | Quentin Dufour | 2024-03-05 | 9 | -435/+677 |
* | Decoder is starting to work | Quentin Dufour | 2024-03-04 | 2 | -35/+132 |
* | beginning... | Quentin Dufour | 2024-03-04 | 2 | -94/+82 |
* | Before refactoring the reader | Quentin Dufour | 2024-03-04 | 2 | -0/+141 |
* | Add new caldav test from RFC | Quentin Dufour | 2024-03-04 | 1 | -1/+75 |
* | caldav encoding test passing | Quentin Dufour | 2024-03-04 | 2 | -26/+63 |
* | Still testing CalDAV | Quentin Dufour | 2024-03-03 | 2 | -1/+32 |
* | WIP testing | Quentin Dufour | 2024-03-03 | 1 | -10/+65 |
* | CalEncoder should be fully implemented now | Quentin Dufour | 2024-03-03 | 2 | -53/+56 |
* | Param-filter encoding | Quentin Dufour | 2024-03-03 | 2 | -6/+47 |
* | Serialize another caldav filter | Quentin Dufour | 2024-03-03 | 2 | -33/+94 |
* | WIP encoding | Quentin Dufour | 2024-03-02 | 3 | -21/+71 |
* | Serialize calendar-data | Quentin Dufour | 2024-03-02 | 2 | -19/+55 |
* | Serialize CalDAV errors | Quentin Dufour | 2024-03-02 | 2 | -10/+54 |
* | Encode Calendar Properties | Quentin Dufour | 2024-03-02 | 2 | -18/+169 |
* | Calendar skeleton | Quentin Dufour | 2024-03-02 | 2 | -13/+257 |
* | Finalize caldav types iteration | Quentin Dufour | 2024-03-02 | 1 | -4/+43 |
* | CalDAV many types | Quentin Dufour | 2024-03-02 | 3 | -11/+632 |
* | WIP CalDAV types | Quentin Dufour | 2024-03-02 | 4 | -17/+684 |
* | simple lock tests | Quentin Dufour | 2024-03-01 | 2 | -8/+76 |
* | Fix some logic on locked | Quentin Dufour | 2024-03-01 | 1 | -0/+35 |
* | Implement propertyupdate | Quentin Dufour | 2024-03-01 | 1 | -3/+44 |
* | type refactor on <prop> | Quentin Dufour | 2024-03-01 | 2 | -42/+81 |
* | test include | Quentin Dufour | 2024-03-01 | 1 | -0/+22 |
* | Test Allprop | Quentin Dufour | 2024-03-01 | 1 | -1/+162 |
* | propname tests | Quentin Dufour | 2024-03-01 | 2 | -23/+165 |
* | fully serialize webdav core? | Quentin Dufour | 2024-03-01 | 5 | -26/+115 |
* | Finalized encode ActiveLock | Quentin Dufour | 2024-03-01 | 2 | -12/+93 |
* | WIP DAV encoder | Quentin Dufour | 2024-03-01 | 2 | -20/+115 |
* | hook resource type | Quentin Dufour | 2024-03-01 | 3 | -5/+27 |
* | Add a property hook | Quentin Dufour | 2024-03-01 | 2 | -19/+147 |
* | WIP property | Quentin Dufour | 2024-03-01 | 3 | -4/+17 |
* | Simplify code | Quentin Dufour | 2024-03-01 | 4 | -36/+31 |
* | WIP encoder | Quentin Dufour | 2024-02-29 | 4 | -84/+101 |
* | Fixed tests | Quentin Dufour | 2024-02-29 | 2 | -69/+84 |