Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-06-25 | qmimodem: Add support for canceling all service requests | Marcel Holtmann | 2 | -10/+70 | |
2012-06-25 | qmimodem: Use shared DMS service for device information and SIM handling | Marcel Holtmann | 2 | -2/+3 | |
2012-06-25 | gobi: Use shared DMS for power and online operations | Marcel Holtmann | 1 | -1/+1 | |
2012-06-25 | qmimodem: Add support for shared services with same client id | Marcel Holtmann | 2 | -7/+96 | |
2012-06-22 | bluetooth: ignore error if driver returns -EALREADY | Luiz Augusto von Dentz | 1 | -1/+1 | |
2012-06-25 | qmimodem: Use unsigned int for notify id to make GUINT_TO_POINTER happy | Marcel Holtmann | 1 | -1/+2 | |
2012-06-25 | qmimodem: Use unsigned int for tid to make GUINT_TO_POINTER happy | Marcel Holtmann | 2 | -5/+8 | |
2012-06-25 | qmimodem: Use unsigned int for hash_id to make GUINT_TO_POINTER happy | Marcel Holtmann | 1 | -3/+4 | |
2012-06-25 | test: Fix missing UseDeliveryReports setting for SMS script | Marcel Holtmann | 1 | -2/+2 | |
2012-06-25 | swmodem: Add extra informational AT+CGCONTRDP command | Marcel Holtmann | 1 | -0/+3 | |
2012-06-25 | sim: Add extra errors for EFmsisdn and EFad length mismatches | Marcel Holtmann | 1 | -3/+6 | |
2012-06-24 | qmimodem: Add support for unregister of individual notifications | Marcel Holtmann | 2 | -1/+32 | |
2012-06-24 | qmimodem: Add support for canceling service requests | Marcel Holtmann | 2 | -0/+46 | |
2012-06-24 | qmimodem: Add skeleton for radio settings support | Marcel Holtmann | 4 | -0/+118 | |
2012-06-24 | gobi: Add support for radio settings atom driver | Marcel Holtmann | 1 | -0/+4 | |
2012-06-24 | gobi: Disable UIM support for now and allow DMS fallback | Marcel Holtmann | 1 | -3/+0 | |
2012-06-24 | qmimodem: Return transaction identifier from service requests | Marcel Holtmann | 2 | -14/+22 | |
2012-06-24 | qmimodem: Add helper function for accessing 64-bit integers | Marcel Holtmann | 2 | -0/+24 | |