summaryrefslogtreecommitdiff
path: root/src/libmbim-glib/mbim-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* libmbim-glib,proxy: don't re-configure global indications if merged unchangedAleksander Morgado2014-08-021-34/+76
* libmbim-glib,proxy-helpers: fix list size reportingAleksander Morgado2014-08-021-14/+21
* libmbim-glib,proxy: plug memleakAleksander Morgado2014-08-021-0/+1
* libmbim-glib,proxy: plug memleakAleksander Morgado2014-08-021-0/+1
* libmbim-glib,proxy: print service subscribe lists as tracesAleksander Morgado2014-08-021-0/+10
* libmbim-glib,proxy: setup new proxy helpersAleksander Morgado2014-07-311-105/+7
* libmbim-glib,proxy: fix reading uninitialized byteAleksander Morgado2014-07-311-0/+1
* libmbim-glib,proxy: untrack-ing clients may be called multiple timesAleksander Morgado2014-07-311-3/+5
* libmbim-glib,mbim-proxy: keep separately the original transaction idAleksander Morgado2014-07-311-1/+3
* libmbim-glib,proxy: don't assert when checking ongoing configAleksander Morgado2014-07-311-2/+2
* libmbim-glib,proxy: untrack device if it wasn't opened properlyAleksander Morgado2014-07-311-2/+14
* libmbim-glib,proxy: use the provided timeout for retries in mbim_device_open()Aleksander Morgado2014-07-311-34/+21
* libmbim-glib,proxy: perform the device open at MBIM Proxy ConfigAleksander Morgado2014-07-311-32/+192
* libmbim-glib,proxy: don't allow MBIM Proxy Config with different pathsAleksander Morgado2014-07-311-32/+42
* libmbim-glib,proxy: only allow one MBIM Proxy Config at the same timeAleksander Morgado2014-07-311-0/+19
* libmbim-glib,proxy: remove unneeded variable in ClientAleksander Morgado2014-07-311-1/+0
* libmbim-glib,proxy: use standard Request for MBIM Proxy ConfigAleksander Morgado2014-07-311-57/+40
* libmbim-glib,proxy: use standard Request for MBIM OpenAleksander Morgado2014-07-311-50/+21
* libmbim-glib,proxy: use standard Request for MBIM CloseAleksander Morgado2014-07-311-10/+4
* libmbim-glib,proxy: send back response as part of the request completionAleksander Morgado2014-07-311-24/+25
* libmbim-glib,proxy: move standard command processor to its own methodAleksander Morgado2014-07-311-24/+35
* libmbim-glib,proxy: prefer the API to update the message transaction idAleksander Morgado2014-07-311-1/+1
* libmbim-glib,proxy: setup a request APIAleksander Morgado2014-07-311-30/+42
* libmbim-glib,proxy: always try to pass around the proxy pointer earlyAleksander Morgado2014-07-311-54/+61
* libmbim-glib,proxy: keep response in the Request structAleksander Morgado2014-07-311-18/+19
* libmbim-glib,proxy: when device notifies removal, process it in the proxy onlyAleksander Morgado2014-07-311-39/+46
* libmbim-glib,proxy: plug memleakAleksander Morgado2014-07-311-0/+1
* libmbim-glib,proxy: small refactorAleksander Morgado2014-07-311-9/+8
* libmbim-glib,proxy: setup a reference counted Client infoAleksander Morgado2014-07-311-155/+190
* libmbim-glib,proxy: reorder code a bitAleksander Morgado2014-07-311-87/+99
* libmbim-glib,proxy: Allow for --no-close and --no-open options by mbimcliGreg Suarez2014-07-311-132/+155
* libmbim-glib,proxy: don't assume device, always needs to be givenAleksander Morgado2014-07-311-3/+0
* libmbim-glib,proxy: close device, then free clientAleksander Morgado2014-07-311-6/+8
* libmbim-glib,proxy: clamp standard service subscribe list to basic-connect to...Greg Suarez2014-07-311-2/+2
* libmbim-glib,proxy: don't forward non-standard indications unless explicity r...Greg Suarez2014-07-311-1/+3
* libmbim-glib,proxy: fix endianness in built responsesAleksander Morgado2014-07-311-3/+3
* libmbim-glib,proxy: use mbim_uuid_cmp() to compare UUIDsAleksander Morgado2014-07-311-3/+2
* libmbim-glib,proxy: don't reallocate buffer to reply, just ref original requestAleksander Morgado2014-07-311-16/+13
* libmbim-glib: coding style fixesAleksander Morgado2014-07-311-23/+19
* libmbim-glib: changed copyright from Greg Suarez to Smith Micro Software, Inc.Greg Suarez2014-07-311-1/+1
* libmbim-glib,proxy: filter indications based on MBIM_CID_BASIC_CONNECT_DEVICE...Greg Suarez2014-07-311-48/+260
* libmbim-glib,proxy: single default timeout for every operationAleksander Morgado2014-07-311-29/+6
* libmbim-glib,proxy: refactor message filteringAleksander Morgado2014-07-311-15/+14
* build: fix several coding style issuesAleksander Morgado2014-07-311-13/+13
* libmbim: Add mbim-proxy supportGreg Suarez2014-07-311-0/+938