aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compactbinaryutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* new append op rpc method (#511)Dan Engelbrecht2025-09-261-1/+7
| | | | | | - Feature: New `/prj/{project}/{oplog}/rpc` endpoint method `appendops` to send an array of oplog ops and receiving a list of `need` for attachments not present - Feature: Added `usingtmpfiles` boolean field to `/prj/{project}/{oplog}/rpc` method `putchunks` to be explicit about allowing move of temp attachment files - Improvement: Added additional validation of compact binary objects when reading from disk/receiving from client - Improvement: Windows: Added fallback code to use standard `MoveFile` api when rename via `SetFileInformationByHandle` fails in `MoveToFile` (used by filecas)
* add validation of compact binary payloads before reading them (#483)Dan Engelbrecht2025-09-041-0/+33
* add validation of compact binary payloads before reading them