summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07Fix: Be paranoid and check that last is in rangeDenis Kenzior1-0/+3
2010-01-07Add idmap_take utilityDenis Kenzior2-1/+14
2010-01-07Fix: Update unit test to the new return semanticsDenis Kenzior1-3/+3
2010-01-07Use idmap to allocate primary context idsDenis Kenzior1-7/+22
2010-01-07Change the semantics to return id > max on failureDenis Kenzior1-1/+1
2010-01-07Fix: Fail if no driver or id range setDenis Kenzior1-4/+5
2010-01-07Use the new from_range idmap constructorDenis Kenzior1-22/+5
2010-01-07Add idmap_from_range constructorDenis Kenzior2-11/+37
2010-01-07Refactor: Use idmap to allocate CIDsDenis Kenzior1-29/+18
2010-01-07Update gitignoreDenis Kenzior1-0/+1
2010-01-07Add unit test for idmap utilitiesDenis Kenzior2-1/+102
2010-01-07Add initial implementation of idmap utilitiesDenis Kenzior3-1/+193
2010-01-06Use short serial number for udev detected devicesMarcel Holtmann1-2/+22
2010-01-06Port udev (temporarily) to the new frameworkDenis Kenzior1-1/+1
2010-01-06Port modemconf to the new frameworkDenis Kenzior1-1/+1
2010-01-06Port isimodem to the new frameworkDenis Kenzior1-1/+1
2010-01-06Refactor: Allow persisent modem namesDenis Kenzior2-5/+12
2010-01-06Set phase to unknown until we probe itDenis Kenzior2-0/+2
2010-01-06Refactor: Preserve Phase obtained from the SIMDenis Kenzior2-7/+6
2010-01-06Index SIM cache by phase also.Andrzej Zaborowski3-8/+54
2010-01-02Cleanup of D-Bus mainloop integrationMarcel Holtmann1-84/+107
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann4-4/+4
2010-01-01Update copyright informationMarcel Holtmann125-125/+125
2009-12-30Add netmask to HSO GPRS context driverMartin Xu1-1/+3
2009-12-29Fix undefined symbolsLuiz Augusto Von Dentz1-2/+2
2009-12-29Port gdbus to use g_dbus_add_signal_watchLuiz Augusto Von Dentz1-11/+10
2009-12-29Add initial implementation of g_dbus_add_signal_watchLuiz Augusto Von Dentz2-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-24Release 0.15Marcel Holtmann2-1/+8
2009-12-24Use error label instead of err or err_outMarcel Holtmann3-23/+23
2009-12-24Unifiy all GAtChat error labelsMarcel Holtmann1-2/+2
2009-12-18gisi: support sending ISI request as a scatter-gather arrayRémi Denis-Courmont2-11/+43
2009-12-18gisi: pass object handle to g_isi_verify() callbackRémi Denis-Courmont9-10/+18
This will be needed for GPDS.
2009-12-18gisi: Fix g_isi_verify() type safetyRémi Denis-Courmont1-1/+1
2009-12-17Style: Repeat for driversDenis Kenzior5-6/+12
2009-12-17Style: Repeat for pluginsDenis Kenzior5-7/+14
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior12-16/+33
See Linux coding style document for details
2009-12-17Style: Flip the if statementDenis Kenzior1-3/+3
The if case should have the multiple expressions
2009-12-17Style: Add empty lines where neededDenis Kenzior1-0/+2
2009-12-17Add Powered property to CbsManager.Andrzej Zaborowski1-12/+160
2009-12-17Style: Fixup style issuesDenis Kenzior1-1/+3
2009-12-17Handle EF-CBSMID contents.Andrzej Zaborowski3-10/+59
2009-12-17Fix: The extra 00 at the end isn't necessaryDenis Kenzior1-2/+1
2009-12-17Fix: Use capitals for hex-encoded pdusDenis Kenzior1-5/+5
2009-12-17Fix: Make sure we don't leak under any conditionsDenis Kenzior1-0/+4
2009-12-17Simplify previous patchDenis Kenzior1-20/+14
2009-12-17Implementat SIM envelope in atmodem driverDenis Kenzior1-0/+81
2009-12-17Add SIM download envelope function to SIM driverAndrzej Zaborowski1-0/+3
2009-12-17Add utility for checking if CBS topic is in rangeAndrzej Zaborowski2-1/+23
2009-12-16Fix D-Bus timeout handlingDaniel Orstadius1-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-16Mention Anders' contributionDenis Kenzior1-0/+1