aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/qmi-codegen/VariableString.py
Commit message (Expand)AuthorAgeFilesLines
* qmi-codegen: use the new TLV builder APIAleksander Morgado2014-11-091-31/+17
* qmi-codegen: avoid buffer overlow in emit_input_tlv_add()Thomas Haller2014-10-081-11/+18
* qmi-codegen: ensure enough buffer available to read string/array size variableAleksander Morgado2014-10-081-2/+16
* dms: activation code string needs explicit 1-byte length prefixAleksander Morgado2013-03-071-5/+5
* qmi-codegen: fix computation of expected TLV length when using stringsAleksander Morgado2012-11-021-2/+2
* qmi-codegen: validate TLV before really reading itAleksander Morgado2012-10-301-0/+39
* docs: improve generated `libqmi-glib' documentationAleksander Morgado2012-10-091-1/+22
* qmi-codegen: for strings, use 'size-prefix-format' instead of 'length-prefix-...Aleksander Morgado2012-09-191-4/+7
* qmi-codegen: handle variable-sized string length prefix fieldsDan Williams2012-09-081-8/+16
* qmi-codegen: allow 'max-size' in output string variablesAleksander Morgado2012-09-041-0/+4
* qmi-codegen: allow specifying a 'max-size' for the string variablesAleksander Morgado2012-07-061-1/+18
* qmi-codegen: allow specifying a 'fixed-size' for the string variablesAleksander Morgado2012-07-061-48/+127
* qmi-codegen: let variables decide how the getter/setter methods pass themAleksander Morgado2012-07-031-8/+85
* qmi-codegen: refactor, don't use internal packed structs to match TLVsAleksander Morgado2012-07-031-0/+142