Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-20 | Do not set signature and reply in GDBus tables | Lucas De Marchi | 1 | -12/+12 | |
Use GDBUS_* macros, so signature and reply fields are not set in each method/signal. | |||||
2012-05-20 | Convert GDBus methods to use macro helpers | Lucas De Marchi | 1 | -8/+13 | |
With these macro helpers we can separate in/out arguments and use their own vector. | |||||
2012-05-20 | Constify GDBus signal tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify signal tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusSignalTable .* =\)/const \1/g' {} \; | |||||
2012-05-20 | Constify GDBus method tables | Henrique Dante de Almeida | 1 | -1/+1 | |
Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \; | |||||
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-02-25 | sim: check lock state with call meter | Jussi Kangas | 1 | -0/+15 | |
2011-02-08 | sim: Allow usage of SIM codes longer than 8 digits | Jussi Kangas | 1 | -2/+2 | |
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits. | |||||
2011-02-02 | call-meter: Fix style issues | Aki Niemi | 1 | -5/+6 | |
2010-11-29 | core: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -13/+13 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-22 | src: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -2/+2 | |
2010-09-21 | Fix multi-line comment style issues | Jeevaka Badrappan | 1 | -2/+4 | |
2010-03-19 | Fix: Check password length based on its type | Pekka Pessi | 1 | -2/+2 | |
The different password types have different length requirements, so update is_valid_pin to validate according to the password type being validated (PIN / PUK / NET) | |||||
2010-02-15 | Fix: Use g_dbus_emit_signal in call-barring,meter | Andrzej Zaborowski | 1 | -10/+2 | |
2010-02-08 | Fix: Don't use ofono_debug directly in the core | Denis Kenzior | 1 | -3/+3 | |
Use DBG macro which is integrated with the new debug framework. | |||||
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-09-22 | Simplify: Use dbus_message_iter_get_args | Denis Kenzior | 1 | -10/+5 | |
2009-09-01 | change int vendor to unsigned int vendor | Denis Kenzior | 1 | -1/+1 | |
2009-09-01 | Add vendor parameter to call-meter | Denis Kenzior | 1 | -2/+2 | |
2009-08-19 | Fix whitespace and style issues | Denis Kenzior | 1 | -1/+1 | |
2009-08-17 | Remove the use of driver.h | Denis Kenzior | 1 | -1/+0 | |
2009-08-14 | Move CALL_METER_INTERFACE define to dbus.h | Denis Kenzior | 1 | -14/+17 | |
2009-08-14 | Use atom's modem in call meter | Denis Kenzior | 1 | -13/+12 | |
2009-08-14 | Update to use the new atom_free API | Denis Kenzior | 1 | -1/+1 | |
2009-08-14 | Evolve the call meter driver API | Denis Kenzior | 1 | -200/+242 | |
2009-08-07 | No need to use g_timeout_add here | Denis Kenzior | 1 | -27/+13 | |
2009-08-05 | Use invalid_args instead of invalid_format | Andrzej Zaborowski | 1 | -2/+2 | |
2009-07-29 | Remove all uses of modem.h | Denis Kenzior | 1 | -1/+0 | |
2009-07-29 | Rename modem_add_interface / modem_remove_interface | Denis Kenzior | 1 | -2/+2 | |
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h | |||||
2009-07-29 | Get rid of dbus-gsm.h | Denis Kenzior | 1 | -2/+0 | |
2009-07-29 | Rename dbus_gsm_pending_reply | Denis Kenzior | 1 | -11/+11 | |
2009-07-29 | Rename dbus_gsm_dict_append | Denis Kenzior | 1 | -5/+5 | |
2009-07-29 | Move & Rename PROPERTIES_ARRAY_SIGNATURE | Denis Kenzior | 1 | -1/+2 | |
2009-07-29 | Rename dbus_gsm_signal_property_changed | Denis Kenzior | 1 | -5/+5 | |
2009-07-29 | Rename dbus_gsm error functions to __ofono_error | Denis Kenzior | 1 | -27/+27 | |
2009-07-29 | Move & Rename dbus_gsm_connection | Denis Kenzior | 1 | -8/+8 | |
Move to ofono/dbus.h ofono_dbus_get_connection | |||||
2009-05-12 | Remove unused variables. | Andrzej Zaborowski | 1 | -3/+0 | |
2009-05-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+764 | |