Age | Commit message (Expand) | Author | Files | Lines |
2020-06-05 | libqmi-glib,device: endpoint is cleared when device is closed | Aleksander Morgado | 1 | -1/+1 |
2020-03-23 | qmi-device: support and detect smdpkt managed QMI control ports | Aleksander Morgado | 1 | -34/+34 |
2020-01-22 | libqmi-glib,device: close operation should take ownership of endpoint | Aleksander Morgado | 1 | -30/+44 |
2019-12-20 | libqmi-glib,device: remove message version checks | Aleksander Morgado | 1 | -74/+0 |
2019-12-11 | libqmi-glib,device: check message id before assuming valid response | Aleksander Morgado | 1 | -5/+26 |
2019-09-18 | libqmi-glib,device: new qmi_device_command_abortable() method | Aleksander Morgado | 1 | -41/+245 |
2019-07-15 | qmi-device: Fix -Wimplicit-fallthrough warnings. | Andreas Kling | 1 | -7/+7 |
2019-07-15 | gas: New service, to support switching between stored firmwares. | Andreas Kling | 1 | -0/+5 |
2019-07-08 | libqmi-glib,device: plug memleak when opening by driver | Aleksander Morgado | 1 | -13/+24 |
2019-07-04 | libqmi-glib,device: setup SYNC retries | Aleksander Morgado | 1 | -5/+29 |
2019-05-31 | libqmi-glib,device: don't segfault if already closed | Aleksander Morgado | 1 | -0/+7 |
2019-05-31 | libqmi-glib,device: minor coding style fixes | Aleksander Morgado | 1 | -9/+6 |
2019-04-26 | qmi-endpoint: take ref to QmiFile and use it for transport | Eric Caruso | 1 | -801/+115 |
2019-04-26 | qmi-endpoint: emit signal on new data | Eric Caruso | 1 | -21/+27 |
2019-04-26 | qmi-endpoint: begin moving transport hangup handler | Eric Caruso | 1 | -1/+39 |
2019-04-26 | qmi-endpoint: Factor out parse_response from qmi-device | Eric Caruso | 1 | -66/+29 |
2019-04-26 | qmi-file: add QmiFile for representing device nodes | Eric Caruso | 1 | -99/+68 |
2019-04-01 | libqmi-glib,device: avoid gtk-doc comment | Aleksander Morgado | 1 | -1/+1 |
2019-03-25 | qmi-device: log error and free rather than leak | Eric Caruso | 1 | -1/+2 |
2019-03-22 | qmi-device: clean up driver decision | Eric Caruso | 1 | -53/+63 |
2019-03-22 | qmi-device: move proxy_path to proxy section | Eric Caruso | 1 | -1/+1 |
2019-03-20 | qmi-device: remove unused argument of static function | Eric Caruso | 1 | -2/+0 |
2019-03-11 | qmi-device: simplify QMI over MBIM code | Eric Caruso | 1 | -75/+22 |
2019-03-10 | libqmi-glib,device: support symlinks as device specifications | nick black | 1 | -9/+14 |
2019-01-23 | libqmi-glib,device: remove redundant messages | Aleksander Morgado | 1 | -4/+0 |
2018-12-18 | libqmi-glib,device: move deprecated API to compat | Aleksander Morgado | 1 | -9/+0 |
2018-12-18 | libqmi-glib,device: avoid using deprecated qmi_device_close() | Aleksander Morgado | 1 | -1/+1 |
2018-12-18 | libqmi-glib,device: avoid using deprecated qmi_message_get_version_introduced() | Aleksander Morgado | 1 | -1/+1 |
2018-12-16 | qmi-device: minor whitespace fix | Eric Caruso | 1 | -1/+1 |
2018-12-04 | qmi-device: small style fix | Eric Caruso | 1 | -2/+1 |
2018-11-08 | qos: new service | Aleksander Morgado | 1 | -0/+5 |
2018-11-04 | libqmi,mbim: only enable QMI over MBIM indications if QMI-capable device | Aleksander Morgado | 1 | -118/+129 |
2018-07-10 | libqmi-glib,device: remove unneeded braces | Aleksander Morgado | 1 | -18/+17 |
2018-07-10 | libqmi-glib,device: allow enabing QMI indications when in MBIM mode | Aleksander Morgado | 1 | -4/+131 |
2018-07-10 | libqmi-glib,device: don't leak the inner MbimDevice | Aleksander Morgado | 1 | -0/+8 |
2018-06-28 | libqmi-glib,device: avoid closing same file descriptor twice | Ben Chan | 1 | -6/+13 |
2017-11-27 | libqmi-glib,client: new 'client-valid' property | Aleksander Morgado | 1 | -1/+1 |
2017-10-06 | libqmi-glib: fix 'device-removed' signal documentation | Aleksander Morgado | 1 | -0/+2 |
2017-10-06 | device: add SIGNAL_REMOVED and propagate through proxy | Eric Caruso | 1 | -0/+20 |
2017-10-05 | libqmi-glib,device: fix invalid memory read on source destruction | Aleksander Morgado | 1 | -2/+4 |
2017-10-05 | libqmi-glib,device: use G_SOURCE_CONTINUE/G_SOURCE_REMOVE | Aleksander Morgado | 1 | -3/+3 |
2017-08-08 | device: avoid signals sent to the qmi-proxy process | Aleksander Morgado | 1 | -1/+8 |
2017-04-18 | libqmi-glib,device: port create_iostream to use GTask | Ben Chan | 1 | -83/+88 |
2017-04-18 | libqmi-glib,device: port qmi_device_release_client to use GTask | Ben Chan | 1 | -40/+23 |
2017-04-18 | libqmi-glib,device: port qmi_device_open to use GTask | Ben Chan | 1 | -124/+155 |
2017-04-18 | libqmi-glib,device: port qmi_device_allocate_client to use GTask | Ben Chan | 1 | -58/+57 |
2017-04-18 | libqmi-glib,device: port qmi_device_set_instance_id to use GTask | Ben Chan | 1 | -14/+13 |
2017-04-18 | libqmi-glib,device: port qmi_device_get_service_version_info to use GTask | Ben Chan | 1 | -18/+9 |
2017-04-18 | libqmi-glib,device: port initable_init_async to use GTask | Ben Chan | 1 | -60/+41 |
2017-04-17 | loc: add boilerplate and start/stop message skeletons | Dan Williams | 1 | -0/+5 |