summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-10libqmi-glib: always attach timeout and idles to the thread default main contextAleksander Morgado1-9/+19
2014-11-09libqmi-glib: always attach sources to the thread default main contextAleksander Morgado2-2/+2
2014-11-09libqmi,message: fix qmi_message_set_transaction_id() in non-CTL messagesAleksander Morgado2-1/+53
2014-10-10libqmi-glib,proxy: fix segfaultAlbert Diserholt1-4/+4
2014-10-10libqmi,utils: assert input buffer size when writing strings to bufferThomas Haller1-4/+11
2014-10-10qmi-codegen: ensure enough buffer available to read string/array size variableAleksander Morgado1-0/+28
2014-07-29cli,nas: S/N ratio is dB, not dBmAleksander Morgado1-1/+1
2014-07-29cli,nas: limit resolution when printing floating point numbersAleksander Morgado1-9/+9
2014-07-29cli,nas: fix constant out of range issue in comparisonBen Chan1-1/+1
2014-07-29cli,nas: fix unmatched format specifiersBen Chan1-2/+2
2014-05-28cli,nas: decode BCD-encoded PLMN and print itAleksander Morgado1-9/+48
2014-05-28cli,nas: pretty print field typesAleksander Morgado1-35/+63
2014-05-28cli,nas: don't print fields with unknown dataAleksander Morgado1-86/+109
2014-05-28cli,nas: add missing indentationsAleksander Morgado1-8/+8
2014-05-28nas: add 'UMTS Info Neighboring LTE' TLV to 'Cell Location Info'Aleksander Morgado2-0/+55
2014-05-28nas: fix several TLV field typesAleksander Morgado1-13/+14
2014-05-28nas: consolidate variable namesAleksander Morgado1-97/+96
2014-05-28nas: add missing TLV fieldAleksander Morgado1-2/+5
2014-05-28qmi-codegen: handle 'gfloat' typesAleksander Morgado2-0/+37
2014-05-27qmicli: fix wrong array reference cutnpaste bugBjørn Mork1-4/+4
2014-05-27qmicli: add NAS Get Cell Location InfoBjørn Mork1-0/+424
2014-05-24libqmi-glib,proxy: update internal default timeout valueAleksander Morgado1-1/+6
2014-05-21cli,wda: new '--wda-set-data-format' actionAleksander Morgado3-18/+170
2014-05-21cli,wda: fix error string messageAleksander Morgado1-1/+1
2014-05-21libqmi,wda: rename enum to "_RAW_IP" to match the name in the CTL serviceAleksander Morgado1-2/+2
2014-05-20cli,wda: new '--wda-get-data-format' actionAleksander Morgado4-1/+254
2014-05-20wda: new 'WDA' serviceAleksander Morgado5-5/+102
2014-04-28cli: new '--uim-get-card-status' actionAleksander Morgado1-0/+168
2014-04-28uim: implement "Get Card Status"Aleksander Morgado1-0/+157
2013-12-13libqmi-glib,device: print as debug flags used when opening or releasing clientAleksander Morgado1-4/+19
2013-12-13qmicli: add '--device-open-net' optionAleksander Morgado3-1/+73
2013-12-13libqmi-glib: generate types for QmiDeviceOpenFlags and QmiDeviceReleaseClient...Aleksander Morgado1-2/+3
2013-09-18libqmi-glib: update QMI service listAleksander Morgado1-41/+75
2013-09-13libqmi-glib: avoid shadowing 'read'Aleksander Morgado2-23/+23
2013-09-12cli,wds: new '--wds-get-default-settings'Aleksander Morgado1-0/+96
2013-09-12cli,wds: add profile contents in the '--wds-get-profile-list' replyAleksander Morgado1-16/+110
2013-09-12cli,wds: new '--wds-get-profile-list'Aleksander Morgado1-0/+96
2013-09-12wds: implement "WDS Get Profile List"Aleksander Morgado1-0/+51
2013-09-05libqmi-glib,qmi-proxy: only allow clients running as rootAleksander Morgado1-0/+32
2013-09-05qmi-proxy: new '--verbose' option to run with full debug logsAleksander Morgado1-0/+10
2013-09-05libqmi-glib,proxy: forward indications to remote clientsAleksander Morgado1-1/+40
2013-09-05libqmi-glib,device: emit signal for every indication receivedAleksander Morgado2-0/+30
2013-09-05libqmi-glib,proxy: keep track of clients allocated/releasedAleksander Morgado1-1/+86
2013-09-05qmi-proxy: automatically stop proxy if no clients around for 30sAleksander Morgado1-0/+40
2013-09-05libqmi-glib,proxy: cleanup 'QmiDevice' when no longer usedAleksander Morgado1-0/+46
2013-09-05libqmi-glib,proxy: new property exposing the current number of connected clientsAleksander Morgado2-1/+62
2013-09-05libqmi-glib: spawn qmi-proxy if not runningAleksander Morgado3-172/+337
2013-09-05libqmi-glib,proxy: allow multiple remote 'QmiClientCtl'Aleksander Morgado1-13/+23
2013-09-05libqmi-glib,device: gather a proper transaction id for CTL if none givenAleksander Morgado1-0/+10
2013-09-05libqmi-glib,message: allow overwriting the transaction idAleksander Morgado2-0/+25