| Commit message (Expand) | Author | Age | Files | Lines |
* | build: update copyright years | Aleksander Morgado | 2017-02-10 | 15 | -3/+16 |
* | docs: update enums, flags and errors documentation | Aleksander Morgado | 2017-02-10 | 5 | -26/+35 |
* | data: specify 'since' tags for all messages and TLVs | Aleksander Morgado | 2017-02-10 | 6 | -10/+13 |
* | libqmi,codegen: allow specifying 'since' tags for each message and TLV | Aleksander Morgado | 2017-02-10 | 5 | -82/+133 |
* | libqmi-glib: support vendor-specific request/responses | Aleksander Morgado | 2017-01-29 | 3 | -26/+110 |
* | qmi-codegen: minor indentation fix in generated code | Aleksander Morgado | 2017-01-23 | 1 | -2/+2 |
* | qmi-codegen: allow fields to be hidden with 'visible':'no' | Dan Williams | 2016-10-06 | 6 | -0/+95 |
* | qmi-codegen: fixed multiple common-refs processing | Aliaksandr Barouski | 2016-09-05 | 1 | -3/+5 |
* | qmicli: fix --dms-get-band-capabilities output on 32-bit platforms | Reinhard Speyerer | 2016-03-20 | 1 | -1/+1 |
* | qmi-codegen: fix too-small transaction id in internal message code | Dan Williams | 2016-02-10 | 1 | -1/+1 |
* | qmi-codegen: avoid variable names like 'new' | Aleksander Morgado | 2015-08-02 | 1 | -2/+2 |
* | qmi-codegen: require Service set for a correct Client definition | Aleksander Morgado | 2015-01-25 | 1 | -1/+3 |
* | qmi-codegen: update copyright of built files | Aleksander Morgado | 2015-01-11 | 1 | -0/+1 |
* | qmi-codegen: avoid breaking API when defining strings in public structs | Aleksander Morgado | 2015-01-11 | 3 | -6/+53 |
* | qmi-codegen: fix printing contents of structs with fixed sized strings | Aleksander Morgado | 2014-12-12 | 1 | -2/+4 |
* | qmi-codegen: fix public struct type generation | Aleksander Morgado | 2014-12-12 | 7 | -16/+17 |
* | qmi-codegen: don't mark missing optional TLVs as set | Dan Williams | 2014-11-21 | 1 | -11/+16 |
* | qmi-codegen: use the new TLV reader API | Aleksander Morgado | 2014-11-09 | 7 | -409/+134 |
* | qmi-codegen: use the new TLV builder API | Aleksander Morgado | 2014-11-09 | 8 | -111/+71 |
* | qmi-codegen: make sure expected len is 4 bytes | Aleksander Morgado | 2014-10-08 | 1 | -1/+1 |
* | qmi-codegen: error out if invalid array size element in JSON | Aleksander Morgado | 2014-10-08 | 1 | -1/+1 |
* | qmi-codegen: avoid buffer overlow in emit_input_tlv_add() | Thomas Haller | 2014-10-08 | 7 | -28/+77 |
* | qmi-codegen: ensure enough buffer available to read string/array size variable | Aleksander Morgado | 2014-10-08 | 3 | -4/+28 |
* | nas: consolidate variable names | Aleksander Morgado | 2014-05-28 | 1 | -1/+1 |
* | qmi-codegen: handle 'gfloat' types | Aleksander Morgado | 2014-05-28 | 3 | -5/+23 |
* | build-aux,qmi-codegen: explicitly state which services have flags64 | Aleksander Morgado | 2014-02-17 | 1 | -2/+2 |
* | oma: setup generation of the OMA service support | Aleksander Morgado | 2013-09-04 | 1 | -2/+2 |
* | uim: integrate the UIM service | Aleksander Morgado | 2013-09-02 | 1 | -2/+2 |
* | qmi-codegen: allow handling built-in sequence numbers in arrays | Aleksander Morgado | 2013-07-15 | 1 | -22/+125 |
* | pbm: setup generation of the PBM service support | Aleksander Morgado | 2013-07-04 | 1 | -2/+2 |
* | dms: activation code string needs explicit 1-byte length prefix | Aleksander Morgado | 2013-03-07 | 1 | -5/+5 |
* | qmi-codegen: clean up compiled python files | Marius Kotsbak | 2012-12-24 | 1 | -0/+2 |
* | qmi-codegen python3: change string.lower(str) to str.lower() | Shawn J. Goff | 2012-12-17 | 1 | -2/+2 |
* | qmi-codegen python3: fix dict.has_key('key') to 'key' in dict | Shawn J. Goff | 2012-12-17 | 1 | -1/+1 |
* | qmi-codegen python3: change string.replace() class method use to str.replace(... | Shawn J. Goff | 2012-12-17 | 3 | -8/+7 |
* | qmi-codegen: fix some python3 compatibility issues | Dan Williams | 2012-12-17 | 5 | -14/+14 |
* | qmi-codegen: translate the values of enums/flags in traces | Aleksander Morgado | 2012-11-02 | 5 | -27/+52 |
* | qmi-codegen: fix computation of expected TLV length when using strings | Aleksander Morgado | 2012-11-02 | 1 | -2/+2 |
* | qmi-codegen: validate TLV before really reading it | Aleksander Morgado | 2012-10-30 | 10 | -23/+220 |
* | libqmi-glib,utils: no need to pass endianness when reading/writing single bytes | Aleksander Morgado | 2012-10-29 | 1 | -10/+25 |
* | libqmi-glib,qmi-codegen: add endian-ness annotation capability | Dan Williams | 2012-10-23 | 3 | -4/+25 |
* | libqmi-glib,qmi-codegen: cancelled operations will issue an ABORT message | Aleksander Morgado | 2012-10-10 | 1 | -1/+2 |
* | libqmi-glib,qmi-codegen: timed out operations will issue an ABORT message | Aleksander Morgado | 2012-10-10 | 4 | -40/+147 |
* | libqmi-glib,utils: make qmi_utils_str_hex() private to the library | Aleksander Morgado | 2012-10-09 | 1 | -1/+1 |
* | qmi-codegen: make internal get_printable() and get_version_introduced() | Aleksander Morgado | 2012-10-09 | 1 | -20/+18 |
* | docs: improve documentation of enums, flags and errors | Aleksander Morgado | 2012-10-09 | 3 | -12/+38 |
* | qmi-codegen: request creator and response/indication parsers are private | Aleksander Morgado | 2012-10-09 | 2 | -46/+8 |
* | libqmi-glib: completely hide the implicit CTL Client in the API | Aleksander Morgado | 2012-10-09 | 1 | -11/+14 |
* | libqmi-glib: new header file for private enum/flag types | Aleksander Morgado | 2012-10-09 | 1 | -0/+3 |
* | build: include missing files in dist | Aleksander Morgado | 2012-10-09 | 1 | -0/+1 |