Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-25 | doc: Add comments on valid phone number format | Denis Kenzior | 1 | -1/+15 | |
2012-07-25 | doc: Expand description of various Hangup cases | Denis Kenzior | 1 | -7/+16 | |
2012-07-25 | doc: Update Features property description | Denis Kenzior | 1 | -0/+8 | |
2012-07-19 | Release 1.9 | Marcel Holtmann | 2 | -1/+6 | |
2012-07-17 | unit: Simplify previous commit | Denis Kenzior | 1 | -8/+3 | |
2012-07-17 | unit: Update test_invalid() unit test | Guillaume Zajac | 1 | -3/+23 | |
2012-07-16 | util: Style issues | Denis Kenzior | 1 | -3/+2 | |
2012-07-16 | util: update comment from previous commit | Denis Kenzior | 1 | -6/+10 | |
Cite the specification verbatim | |||||
2012-07-16 | doc: Remove duplicate error entry | Denis Kenzior | 1 | -1/+0 | |
2012-07-16 | util: Fix GSM to UTF8 conversion mechanism | Guillaume Zajac | 1 | -3/+14 | |
2012-07-15 | gprs: Call detach_shutdown when network is lost | Guillaume Zajac | 1 | -21/+63 | |
2012-07-15 | gprs-context: Add new driver entry definition | Guillaume Zajac | 1 | -0/+11 | |
2012-07-15 | gprs-context: Add new driver entry | Guillaume Zajac | 1 | -0/+2 | |
2012-07-16 | Revert "build: Use -Wshadow compiler option" | Marcel Holtmann | 1 | -1/+1 | |
2012-07-15 | build: Use -Wshadow compiler option | Marcel Holtmann | 1 | -1/+1 | |
2012-07-15 | voicecall: Avoid shadowing of number variable | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | voicecall: Remove shadowing modem variable | Marcel Holtmann | 1 | -5/+1 | |
2012-07-15 | ctm: Remove shadowing reply variable | Marcel Holtmann | 1 | -2/+0 | |
2012-07-15 | ofono: Avoid shadowing other atom variables | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | gprs: Avoid shadowing error variable | Marcel Holtmann | 1 | -4/+4 | |
2012-07-15 | network: Avoid shadowing of strength variable | Marcel Holtmann | 1 | -2/+2 | |
2012-07-15 | network: Avoid shadowing of mode parameter | Marcel Holtmann | 1 | -4/+4 | |
2012-07-15 | bluetooth: Avoid shadowing of connection variable | Marcel Holtmann | 1 | -6/+6 | |
2012-07-15 | stemgr: Avoid shadowing of connection variable | Marcel Holtmann | 1 | -5/+5 | |
2012-07-15 | qmimodem: Avoid shadowing length parameter | Marcel Holtmann | 1 | -4/+4 | |
2012-07-15 | unit: Avoid shadowing data variable | Marcel Holtmann | 1 | -3/+3 | |
2012-07-15 | isimodem: Avoid shadowing variables | Marcel Holtmann | 1 | -5/+5 | |
2012-07-15 | gatchat: Avoid shadowing global AT server variable | Marcel Holtmann | 1 | -11/+11 | |
2012-07-15 | gatchat: Avoid shadowing variables | Marcel Holtmann | 2 | -4/+4 | |
2012-07-15 | unit: Avoid shadowing hex_packed variable | Marcel Holtmann | 1 | -2/+2 | |
2012-07-12 | ifx: Add CSSI and CSSU support | Denis Kenzior | 1 | -0/+58 | |
2012-07-04 | manager: Fix up introspection data | Denis Kenzior | 1 | -2/+2 | |
2012-07-03 | doc: Mention support for Nvidia Icera modems | Marcel Holtmann | 1 | -0/+5 | |
2012-07-03 | doc: Update entry for Qualcomm Gobi support | Marcel Holtmann | 1 | -2/+3 | |
2012-07-02 | tools: watch for signals only on OFONO_SERVICE | Lucas De Marchi | 2 | -18/+19 | |
2012-07-02 | stemgr: watch for signals only on MGR_SERVICE | Lucas De Marchi | 1 | -2/+2 | |
2012-07-02 | bluetooth: watch for signals only on BLUEZ_SERVICE | Lucas De Marchi | 1 | -5/+8 | |
2012-07-02 | README: add information about mailing list and site | Lucas De Marchi | 1 | -0/+9 | |
2012-07-02 | Release 1.8 | Marcel Holtmann | 2 | -1/+9 | |
2012-06-30 | gdbus: Fix removal of filter after last filter_data | Lucas De Marchi | 1 | -9/+8 | |
If there's a signal watch that's also watching for name (data->name_watch) currently we are trying to remove the message_filter twice since we may have the following call chain: filter_data_remove_callback() filter_data_free() g_dbus_remove_watch() filter_data_remove_callback() filter_data_free() dbus_connection_remove_filter() dbus_connection_remove_filter() Because of this we can't currently watch for signals passing the bus name. After this patch we don't have this issue anymore. We fix it by removing the filter before calling filter_data_free() if we are the last filter_data and thus avoid calling dbus_connection_remove_filter() twice. | |||||
2012-06-24 | emulator: Test already done in g_at_server_resume() | Guillaume Zajac | 1 | -3/+0 | |
2012-06-24 | gatserver: Add NULL check to avoid crash | Guillaume Zajac | 1 | -0/+3 | |
Dundee is not waiting to receive the NO CARRIER notification to close the IO channel with oFono so that oFono is trying to send a NO CARRIER although GAtServer is removed. | |||||
2012-06-24 | qmi: fix whitespace | Denis Kenzior | 1 | -1/+1 | |
2012-06-25 | modem: Add skeleton for USSD support | Marcel Holtmann | 4 | -0/+116 | |
2012-06-25 | gobi: Add support for USSD atom driver | Marcel Holtmann | 1 | -0/+4 | |
2012-06-25 | gobi: The location reporting is available even without SIM card present | Marcel Holtmann | 1 | -4/+4 | |
2012-06-25 | gobi: Add support for voice call atom driver | Marcel Holtmann | 1 | -0/+8 | |
2012-06-25 | qmimodem: Add skeleton for voice call support | Marcel Holtmann | 4 | -0/+118 | |
2012-06-25 | gobi: Cancel all requests and notifications on device shutdown | Marcel Holtmann | 1 | -0/+3 | |
2012-06-25 | qmimodem: Make sure all service destroy functions are called | Marcel Holtmann | 1 | -0/+3 | |