summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-01-11Remove trailing/leading whitespaceAki Niemi1-2/+2
2010-01-11Fix new and renamed files in Makefile.amAki Niemi1-5/+12
2010-01-11Refactor devinfo driverAki Niemi1-56/+47
2010-01-11Add support for modem controlAki Niemi1-12/+159
This adds support to the PN_MTC server, allowing querying and control of the modem power state.
2010-01-11Refactor netreg driverAki Niemi1-74/+56
2010-01-11Refactor voicecall driverAki Niemi1-19/+24
2010-01-11Refactor phonebook driverAki Niemi1-9/+11
2010-01-11User new debug facilityAki Niemi1-1/+1
2010-01-11Include renamed filesAki Niemi5-8/+9
2010-01-11Remove contact from boilerplateAki Niemi6-12/+0
2010-01-11Add debug implementationAki Niemi2-345/+818
Alsoo remove call specific debugs.
2010-01-11Split ISI codepoints to separate filesAki Niemi17-746/+1208
Also, adding infrastructure for debugging ISI messages, with APIs for turning most common fields into human readable string format.
2010-01-11Split isi.h into isimodem.h and isiutil.hAki Niemi2-56/+64
2010-01-08Fix regression when removing watchesLuiz Augusto Von Dentz1-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-07Make primary context ids persistentDenis Kenzior1-0/+11
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