| Commit message (Expand) | Author | Age | Files | Lines |
* | libmbim-glib,proxy: also track standard servicesaleksander/proxy-notifications | Aleksander Morgado | 2018-11-07 | 1 | -29/+16 |
* | libmbim-glib,proxy: compare MbimDevices by pointer not by pathaleksander/proxy-fixes | Aleksander Morgado | 2018-10-17 | 1 | -4/+4 |
* | libmbim-glib: explicitly configure only non-standard services | Aleksander Morgado | 2018-10-17 | 1 | -51/+64 |
* | libmbim-glib,proxy: full event entry cleanup on NotOpened function error | Aleksander Morgado | 2018-10-17 | 1 | -9/+42 |
* | libmbim-glib,proxy: device error signal handling not per client | Aleksander Morgado | 2018-10-17 | 1 | -33/+31 |
* | libmbim-glib,mbim-proxy: per-device event entry merged lists | Aleksander Morgado | 2018-10-17 | 1 | -68/+106 |
* | libmbim-glib,proxy: remove explicit GDestroyNotify cast on g_object_unref | Ben Chan | 2018-10-17 | 1 | -1/+1 |
* | mbim-proxy: port internal device open to GTask | Aleksander Morgado | 2017-10-08 | 1 | -43/+40 |
* | mbim-proxy: avoid double-free of 'opening device info' struct | Aleksander Morgado | 2017-08-03 | 1 | -9/+17 |
* | mbim-proxy: block function error signals when checking if device is opened or...aleksander/internal-open-checks | Aleksander Morgado | 2015-01-17 | 1 | -0/+12 |
* | mbim-proxy: upon new client, always check if device really open with a command | Aleksander Morgado | 2015-01-17 | 1 | -27/+102 |
* | libmbim-glib,proxy: translate device wrong-state errors into function not-ope...aleksander/function-error-in-transaction | Aleksander Morgado | 2014-12-28 | 1 | -0/+14 |
* | libmbim-glib,proxy: force close device if not-opened error detected | Aleksander Morgado | 2014-12-28 | 1 | -0/+25 |
* | libmbim,utils: new internal __mbim_user_allowed() method | Roshan Pius | 2014-11-18 | 1 | -33/+6 |
* | build: rename '--enable-mbim-proxy-username' to '--enable-mbim-username' | Roshan Pius | 2014-11-18 | 1 | -6/+6 |
* | libmbim-glib,proxy: add a configure flag to set the user ID of MBIM proxy | Roshan Pius | 2014-11-18 | 1 | -6/+32 |
* | libmbim-glib: always attach sources to the thread default main context | Aleksander Morgado | 2014-11-09 | 1 | -1/+1 |
* | libmbim-glib,proxy: don't re-configure global indications if merged unchanged | Aleksander Morgado | 2014-08-02 | 1 | -34/+76 |
* | libmbim-glib,proxy-helpers: fix list size reporting | Aleksander Morgado | 2014-08-02 | 1 | -14/+21 |
* | libmbim-glib,proxy: plug memleak | Aleksander Morgado | 2014-08-02 | 1 | -0/+1 |
* | libmbim-glib,proxy: plug memleak | Aleksander Morgado | 2014-08-02 | 1 | -0/+1 |
* | libmbim-glib,proxy: print service subscribe lists as traces | Aleksander Morgado | 2014-08-02 | 1 | -0/+10 |
* | libmbim-glib,proxy: setup new proxy helpers | Aleksander Morgado | 2014-07-31 | 1 | -105/+7 |
* | libmbim-glib,proxy: fix reading uninitialized byte | Aleksander Morgado | 2014-07-31 | 1 | -0/+1 |
* | libmbim-glib,proxy: untrack-ing clients may be called multiple times | Aleksander Morgado | 2014-07-31 | 1 | -3/+5 |
* | libmbim-glib,mbim-proxy: keep separately the original transaction id | Aleksander Morgado | 2014-07-31 | 1 | -1/+3 |
* | libmbim-glib,proxy: don't assert when checking ongoing config | Aleksander Morgado | 2014-07-31 | 1 | -2/+2 |
* | libmbim-glib,proxy: untrack device if it wasn't opened properly | Aleksander Morgado | 2014-07-31 | 1 | -2/+14 |
* | libmbim-glib,proxy: use the provided timeout for retries in mbim_device_open() | Aleksander Morgado | 2014-07-31 | 1 | -34/+21 |
* | libmbim-glib,proxy: perform the device open at MBIM Proxy Config | Aleksander Morgado | 2014-07-31 | 1 | -32/+192 |
* | libmbim-glib,proxy: don't allow MBIM Proxy Config with different paths | Aleksander Morgado | 2014-07-31 | 1 | -32/+42 |
* | libmbim-glib,proxy: only allow one MBIM Proxy Config at the same time | Aleksander Morgado | 2014-07-31 | 1 | -0/+19 |
* | libmbim-glib,proxy: remove unneeded variable in Client | Aleksander Morgado | 2014-07-31 | 1 | -1/+0 |
* | libmbim-glib,proxy: use standard Request for MBIM Proxy Config | Aleksander Morgado | 2014-07-31 | 1 | -57/+40 |
* | libmbim-glib,proxy: use standard Request for MBIM Open | Aleksander Morgado | 2014-07-31 | 1 | -50/+21 |
* | libmbim-glib,proxy: use standard Request for MBIM Close | Aleksander Morgado | 2014-07-31 | 1 | -10/+4 |
* | libmbim-glib,proxy: send back response as part of the request completion | Aleksander Morgado | 2014-07-31 | 1 | -24/+25 |
* | libmbim-glib,proxy: move standard command processor to its own method | Aleksander Morgado | 2014-07-31 | 1 | -24/+35 |
* | libmbim-glib,proxy: prefer the API to update the message transaction id | Aleksander Morgado | 2014-07-31 | 1 | -1/+1 |
* | libmbim-glib,proxy: setup a request API | Aleksander Morgado | 2014-07-31 | 1 | -30/+42 |
* | libmbim-glib,proxy: always try to pass around the proxy pointer early | Aleksander Morgado | 2014-07-31 | 1 | -54/+61 |
* | libmbim-glib,proxy: keep response in the Request struct | Aleksander Morgado | 2014-07-31 | 1 | -18/+19 |
* | libmbim-glib,proxy: when device notifies removal, process it in the proxy only | Aleksander Morgado | 2014-07-31 | 1 | -39/+46 |
* | libmbim-glib,proxy: plug memleak | Aleksander Morgado | 2014-07-31 | 1 | -0/+1 |
* | libmbim-glib,proxy: small refactor | Aleksander Morgado | 2014-07-31 | 1 | -9/+8 |
* | libmbim-glib,proxy: setup a reference counted Client info | Aleksander Morgado | 2014-07-31 | 1 | -155/+190 |
* | libmbim-glib,proxy: reorder code a bit | Aleksander Morgado | 2014-07-31 | 1 | -87/+99 |
* | libmbim-glib,proxy: Allow for --no-close and --no-open options by mbimcli | Greg Suarez | 2014-07-31 | 1 | -132/+155 |
* | libmbim-glib,proxy: don't assume device, always needs to be given | Aleksander Morgado | 2014-07-31 | 1 | -3/+0 |
* | libmbim-glib,proxy: close device, then free client | Aleksander Morgado | 2014-07-31 | 1 | -6/+8 |