Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2009-12-17 | Style: Fix a few more occurences of if/else | Denis Kenzior | 12 | -16/+33 | |
See Linux coding style document for details | |||||
2009-12-17 | Style: Flip the if statement | Denis Kenzior | 1 | -3/+3 | |
The if case should have the multiple expressions | |||||
2009-12-17 | Style: Add empty lines where needed | Denis Kenzior | 1 | -0/+2 | |
2009-12-17 | Add Powered property to CbsManager. | Andrzej Zaborowski | 1 | -12/+160 | |
2009-12-17 | Style: Fixup style issues | Denis Kenzior | 1 | -1/+3 | |
2009-12-17 | Handle EF-CBSMID contents. | Andrzej Zaborowski | 3 | -10/+59 | |
2009-12-17 | Fix: The extra 00 at the end isn't necessary | Denis Kenzior | 1 | -2/+1 | |
2009-12-17 | Fix: Use capitals for hex-encoded pdus | Denis Kenzior | 1 | -5/+5 | |
2009-12-17 | Fix: Make sure we don't leak under any conditions | Denis Kenzior | 1 | -0/+4 | |
2009-12-17 | Simplify previous patch | Denis Kenzior | 1 | -20/+14 | |
2009-12-17 | Implementat SIM envelope in atmodem driver | Denis Kenzior | 1 | -0/+81 | |
2009-12-17 | Add SIM download envelope function to SIM driver | Andrzej Zaborowski | 1 | -0/+3 | |
2009-12-17 | Add utility for checking if CBS topic is in range | Andrzej Zaborowski | 2 | -1/+23 | |
2009-12-16 | Fix D-Bus timeout handling | Daniel Orstadius | 1 | -1/+16 | |
Timeouts should also be removed in the remove_timeout callback in addition to the timeout_handler_free function. This is how dbus-glib does it and it seems to prevent crashes in certain situations. | |||||
2009-12-16 | Mention Anders' contribution | Denis Kenzior | 1 | -0/+1 | |