summaryrefslogtreecommitdiffstats
path: root/src/obj/ct_expect.c
Commit message (Expand)AuthorAgeFilesLines
* obj: Respect data_len when setting attributesPhil Sutter2024-04-111-5/+5
* obj: Introduce struct obj_ops::attr_policyPhil Sutter2024-04-111-0/+10
* obj: Call obj_ops::set with legal attributes onlyPhil Sutter2024-04-111-2/+0
* obj: Repurpose struct obj_ops::max_attr fieldPhil Sutter2024-04-111-1/+1
* build: fix clang+glibc snprintf substitution errorNicholas Vinson2022-06-151-1/+1
* Drop pointless local variable in snprintf callbacksPhil Sutter2021-03-151-3/+2
* obj: Drop type parameter from snprintf callbackPhil Sutter2021-03-151-19/+3
* obj/ct_expect: Fix snprintf buffer length updatesPhil Sutter2021-03-151-5/+9
* src: add ct expectation supportStéphane Veyret2019-06-191-0/+213