summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-11-23binding: identity-agent: update binding to v3Raquel Medina1-70/+89
Bug-AGL: SPEC-1959 This change was motivated by a segmentation fault on the nfc service api, the nfc binding is v3 and updating the identity binding to this version too is part of the fix. The changes under this commit simply - update binding artifacts from v2 to v3 - use json_objects typedef (opaque objects) for clarity Change-Id: Iab6f53794f915d13d9cb3e198e2c3d24c13f879d Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
2018-10-24curl-wrap: Tiny optimizationJosé Bollo1-4/+10
Breaks the dependency to asprintf. Change-Id: I60fae81e0052b430a69277069907ec6b7ede8048 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-10-18binding: identity: update event processing for nfc binding dataMatt Ranostay1-12/+8
Switch from old NFC binding event data to new format in the binding rewrite. Change-Id: Ie7669f2a3e8005c10e680b2d4f821fc96d4a421d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-18binding: identity: remove useless NULL definitionMatt Ranostay1-4/+0
Pretty sure NULL doesn't need to be defined for any modern compiler in the last 20 years. Change-Id: I0f5aa4c31316a026b7fdefdbd767f92938ebbd78 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-01-11removed unused files and useless subdirectoriesLoïc Collignon19-0/+2827
Change-Id: Ie0ebe0104589ff99ae24c7410a484eeef18821e7 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>