Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-19 | gisi: Remove includes of <glib/gtypes.h> | Marcel Holtmann | 1 | -1/+0 | |
2011-10-10 | gisi: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-02-07 | gisi: Add new API for setting modem remote device | Aki Niemi | 1 | -0/+6 | |
2011-02-07 | gisi: Add API for setting modem flags | Aki Niemi | 1 | -0/+7 | |
2011-01-18 | gisi: remove g_isi_pending_from_msg() | Pekka Pessi | 1 | -2/+0 | |
2011-01-18 | gisi: simplify pending management | Pekka Pessi | 1 | -1/+4 | |
Client or server mark their pending objects with the function g_isi_pending_set_owner(). When client or server get destroyed or reset the pending objects are removed with the function g_isi_remove_pending_by_owner(). As a client or server always uses only a particular resource, all the pending objects are conveniently stored into a single list. | |||||
2011-01-07 | gisi: Add API for one-shot sending of messages | Aki Niemi | 1 | -0/+7 | |
2010-12-22 | gisi: Add message tracing and debugging support | Aki Niemi | 1 | -2/+3 | |
2010-12-22 | gisi: store user data in GIsiModem | Mika Liljeberg | 1 | -0/+2 | |
2010-12-22 | gisi: Redesign ISI message processing | Aki Niemi | 1 | -8/+73 | |
This new modem API supercedes the old client and server APIs. It properly queues resource subscriptions and version queries, as well as caches reachability status for a given resource. Also, this is a complete redesign of ISI message handling, adding another layer of abstraction to multiplexing operations to a given modem resource. | |||||
2010-10-14 | gisi: Fix copyright and license boilerplate | Aki Niemi | 1 | -13/+14 | |
2010-04-21 | gisi: move g_isi_modem_by_name to separate file | Aki Niemi | 1 | -8/+19 | |
This fixes build warnings that resulted from conflicts between linux/if.h and net/if.h. | |||||
2010-04-20 | Refactor isimodem and gisi/netlink | Pekka Pessi | 1 | -0/+4 | |
Now usbpnmodem plugin is used to register ISI modems. | |||||
2010-04-20 | gisi: move GIsiDebugFunc into modem.h | Pekka Pessi | 1 | -0/+3 | |
2009-08-19 | gisi: low-level modem scoping for sockets | RĂ©mi Denis-Courmont | 1 | -0/+28 | |