Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-11 | Remove trailing/leading whitespace | Aki Niemi | 1 | -2/+2 | |
2010-01-11 | Fix new and renamed files in Makefile.am | Aki Niemi | 1 | -5/+12 | |
2010-01-11 | Refactor devinfo driver | Aki Niemi | 1 | -56/+47 | |
2010-01-11 | Add support for modem control | Aki Niemi | 1 | -12/+159 | |
This adds support to the PN_MTC server, allowing querying and control of the modem power state. | |||||
2010-01-11 | Refactor netreg driver | Aki Niemi | 1 | -74/+56 | |
2010-01-11 | Refactor voicecall driver | Aki Niemi | 1 | -19/+24 | |
2010-01-11 | Refactor phonebook driver | Aki Niemi | 1 | -9/+11 | |
2010-01-11 | User new debug facility | Aki Niemi | 1 | -1/+1 | |
2010-01-11 | Include renamed files | Aki Niemi | 5 | -8/+9 | |
2010-01-11 | Remove contact from boilerplate | Aki Niemi | 6 | -12/+0 | |
2010-01-11 | Add debug implementation | Aki Niemi | 2 | -345/+818 | |
Alsoo remove call specific debugs. | |||||
2010-01-11 | Split ISI codepoints to separate files | Aki Niemi | 17 | -746/+1208 | |
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format. | |||||
2010-01-11 | Split isi.h into isimodem.h and isiutil.h | Aki Niemi | 2 | -56/+64 | |
2010-01-08 | Fix regression when removing watches | Luiz Augusto Von Dentz | 1 | -5/+9 | |
filter_data_find return the first data registered in this case so there is no guarantee that it return the same data as passed to filter_data_remove_callback which is the one that should be removed. The fix is to simple cache the connection removing the correct data before checking if there is any filter left. | |||||
2010-01-07 | Make primary context ids persistent | Denis Kenzior | 1 | -0/+11 | |
2010-01-07 | Fix: Be paranoid and check that last is in range | Denis Kenzior | 1 | -0/+3 | |
2010-01-07 | Add idmap_take utility | Denis Kenzior | 2 | -1/+14 | |
2010-01-07 | Fix: Update unit test to the new return semantics | Denis Kenzior | 1 | -3/+3 | |
2010-01-07 | Use idmap to allocate primary context ids | Denis Kenzior | 1 | -7/+22 | |
2010-01-07 | Change the semantics to return id > max on failure | Denis Kenzior | 1 | -1/+1 | |
2010-01-07 | Fix: Fail if no driver or id range set | Denis Kenzior | 1 | -4/+5 | |
2010-01-07 | Use the new from_range idmap constructor | Denis Kenzior | 1 | -22/+5 | |
2010-01-07 | Add idmap_from_range constructor | Denis Kenzior | 2 | -11/+37 | |
2010-01-07 | Refactor: Use idmap to allocate CIDs | Denis Kenzior | 1 | -29/+18 | |
2010-01-07 | Update gitignore | Denis Kenzior | 1 | -0/+1 | |
2010-01-07 | Add unit test for idmap utilities | Denis Kenzior | 2 | -1/+102 | |
2010-01-07 | Add initial implementation of idmap utilities | Denis Kenzior | 3 | -1/+193 | |
2010-01-06 | Use short serial number for udev detected devices | Marcel Holtmann | 1 | -2/+22 | |
2010-01-06 | Port udev (temporarily) to the new framework | Denis Kenzior | 1 | -1/+1 | |
2010-01-06 | Port modemconf to the new framework | Denis Kenzior | 1 | -1/+1 | |
2010-01-06 | Port isimodem to the new framework | Denis Kenzior | 1 | -1/+1 | |
2010-01-06 | Refactor: Allow persisent modem names | Denis Kenzior | 2 | -5/+12 | |
2010-01-06 | Set phase to unknown until we probe it | Denis Kenzior | 2 | -0/+2 | |
2010-01-06 | Refactor: Preserve Phase obtained from the SIM | Denis Kenzior | 2 | -7/+6 | |
2010-01-06 | Index SIM cache by phase also. | Andrzej Zaborowski | 3 | -8/+54 | |
2010-01-02 | Cleanup of D-Bus mainloop integration | Marcel Holtmann | 1 | -84/+107 | |
2010-01-01 | Update copyright information of D-Bus helper library | Marcel Holtmann | 4 | -4/+4 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 125 | -125/+125 | |
2009-12-30 | Add netmask to HSO GPRS context driver | Martin Xu | 1 | -1/+3 | |
2009-12-29 | Fix undefined symbols | Luiz Augusto Von Dentz | 1 | -2/+2 | |
2009-12-29 | Port gdbus to use g_dbus_add_signal_watch | Luiz Augusto Von Dentz | 1 | -11/+10 | |
2009-12-29 | Add initial implementation of g_dbus_add_signal_watch | Luiz Augusto Von Dentz | 2 | -202/+321 | |
With g_dbus_add_signal_watch there is no need to register multiple filters for dbus nor add matching rules manually. | |||||
2009-12-24 | Release 0.15 | Marcel Holtmann | 2 | -1/+8 | |
2009-12-24 | Use error label instead of err or err_out | Marcel Holtmann | 3 | -23/+23 | |
2009-12-24 | Unifiy all GAtChat error labels | Marcel Holtmann | 1 | -2/+2 | |
2009-12-18 | gisi: support sending ISI request as a scatter-gather array | Rémi Denis-Courmont | 2 | -11/+43 | |
2009-12-18 | gisi: pass object handle to g_isi_verify() callback | Rémi Denis-Courmont | 9 | -10/+18 | |
This will be needed for GPDS. | |||||
2009-12-18 | gisi: Fix g_isi_verify() type safety | Rémi Denis-Courmont | 1 | -1/+1 | |
2009-12-17 | Style: Repeat for drivers | Denis Kenzior | 5 | -6/+12 | |
2009-12-17 | Style: Repeat for plugins | Denis Kenzior | 5 | -7/+14 | |