index
:
external_libqmi.git
master
libqmi for Replicant
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qmi-device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: use new autogenerated code for the CTL service
Aleksander Morgado
2012-07-03
1
-28
/
+83
*
device: method `device_store_transaction()' should return void
Aleksander Morgado
2012-07-03
1
-1
/
+1
*
core: avoid unnecessary semicolons out of functions
Aleksander Morgado
2012-07-03
1
-1
/
+1
*
device: fix warning, let the buffer be a gchar buffer
Aleksander Morgado
2012-07-03
1
-2
/
+2
*
device: don't include device path when setting the GErrors
Aleksander Morgado
2012-07-03
1
-2
/
+1
*
core: fix warning, remove unused variables
Aleksander Morgado
2012-07-03
1
-3
/
+0
*
device: allow skipping cid allocation/release
Aleksander Morgado
2012-07-03
1
-30
/
+66
*
device: plug memleak, ensure timeout context gets freed
Aleksander Morgado
2012-07-03
1
-4
/
+12
*
device: new set of flags to specify actions to run when opening the device
Aleksander Morgado
2012-07-03
1
-38
/
+116
*
device: log client registrations and unregistrations
Aleksander Morgado
2012-07-03
1
-0
/
+8
*
device: don't detect generic QMI errors, let the message parsers notify them
Aleksander Morgado
2012-07-03
1
-11
/
+4
*
device: let the `QmiDevice' allocate new `QmiClientWds' objects
Aleksander Morgado
2012-07-03
1
-0
/
+5
*
device: handle EAGAIN errors when writing to the channel
Aleksander Morgado
2012-07-03
1
-12
/
+32
*
device: don't try to allocate a CID for an unsupported service
Aleksander Morgado
2012-07-03
1
-10
/
+44
*
core: let the `QmiDevice' control the creation and handling of `QmiClient' ob...
Aleksander Morgado
2012-07-03
1
-105
/
+340
*
ctl: new opaque type to return the results of the VERSION_INFO request
Aleksander Morgado
2012-07-03
1
-6
/
+6
*
device: rely on unix-fd based GIOChannels
Aleksander Morgado
2012-07-03
1
-25
/
+46
*
device: allow clients to get registered if they want to receive indication me...
Aleksander Morgado
2012-07-03
1
-43
/
+189
*
message: improve printable string
Aleksander Morgado
2012-07-03
1
-2
/
+2
*
message: new helpers to check whether a given message is a response or an ind...
Aleksander Morgado
2012-07-03
1
-1
/
+1
*
qmi-device: avoid warnings when putting the guint32 into a gpointer
Aleksander Morgado
2012-07-03
1
-1
/
+2
*
device: detect broadcast messages and avoid trying to match transactions on them
Aleksander Morgado
2012-07-03
1
-0
/
+3
*
device: report QMI protocol errors up the stack
Aleksander Morgado
2012-07-03
1
-2
/
+11
*
device: don't allow sending messages without a proper CID
Aleksander Morgado
2012-07-03
1
-0
/
+12
*
device: skip implicit channel buffering from GLib
Aleksander Morgado
2012-07-03
1
-0
/
+4
*
client-ctl: new `QmiClientCtl' to handle the CTL service
Aleksander Morgado
2012-07-03
1
-64
/
+122
*
device: allow commands to time out if no reply is received
Aleksander Morgado
2012-07-03
1
-16
/
+66
*
device: check version info of the device when it gets opened
Aleksander Morgado
2012-07-03
1
-6
/
+83
*
device: new async method to send a `QmiMessage' request and receive a reply
Aleksander Morgado
2012-07-03
1
-2
/
+275
*
device: new methods to open/close the port
Aleksander Morgado
2012-07-03
1
-0
/
+257
*
device: new `QmiDevice' object
Aleksander Morgado
2012-07-03
1
-0
/
+370