summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-01Release 0.460.46Marcel Holtmann2-1/+5
2009-11-01Remove problematic retry on failure code pathMartin Xu1-13/+0
2009-10-29Fix message handling for autostart.Claudio Takahasi1-0/+3
Current implementation of libdbus Request name is blocking, consequently the first incomming message that triggered the service autostart is not being processed properly.
2009-10-29Cleanup previous patch and update docsDenis Kenzior2-8/+9
2009-10-29Capitalize g_at_tty option namesRyan Raasch1-8/+8
2009-10-27Set reconnect to FALSE when power off or disabling the deviceMartin Xu1-0/+4
2009-10-27Release 0.450.45Marcel Holtmann2-1/+5
2009-10-27Remove connect timer before second connect attemptMarcel Holtmann1-1/+7
2009-10-27Run auto-connect once service goes into idle state and reconnect is enabledMartin Xu1-0/+8
2009-10-27Add support for setting reconnect stateMartin Xu1-0/+8
When user connects service manually, reconnect will be set as FALSE firstly, if the connection is successful, device will go into reconnect; if connection is failure, device will keep at reconnect FALSE state. When user dissconnect service manually, reconnect will be set as FALSE.
2009-10-27Add set_reconnect_state and get_reconnect_state helper functionsMartin Xu1-0/+34
2009-10-27Add device reconnect state and its helper functionsMartin Xu2-0/+17
2009-10-27Try to use SSID to connect AP when availableMartin Xu1-4/+4
2009-10-24Handle right bracket in next_unquoted_stringZhenhua Zhang1-2/+2
2009-10-22Release 0.440.44Marcel Holtmann2-1/+8
2009-10-22Update and sync GAtChat from oFonoMarcel Holtmann3-1/+18
2009-10-22Enable / Disable CREAD functionality in gatttyRyan Raasch1-0/+14
2009-10-20Mention Sam's contributionsMarcel Holtmann1-0/+1
2009-10-20Install header files for resolver and IP configurationMarcel Holtmann1-1/+1
2009-10-20Fix some coding style issues and make it more readableMarcel Holtmann3-16/+23
2009-10-20Filter out signal strength values of zeroSam Leffler1-0/+8
2009-10-20Update services sorting after a signal strength changeSam Leffler1-0/+5
2009-10-20Fix command line options for device filteringSam Leffler4-10/+44
Also re-implement -I option to filter devices discovered through netlink.
2009-10-20Check data->network reference at MBM network cleanupMartin Xu1-0/+3
2009-10-20Set data->network as NULL when removing MBM networksMartin Xu1-0/+6
2009-10-19Stop crashing when unrefing chat in callbackDenis Kenzior1-3/+20
2009-10-10Allow builds to install the test scripts for field debuggingInaky Perez-Gonzalez2-1/+12
2009-10-10Fix broken libiWmxSDK callback parameter handlingInaky Perez-Gonzalez1-1/+8
libiWmxSDK broke AGAIN the callback model, by passing a 'device_id' pointer that is not the original the callback was registered with. This makes it impossible to obtain the 'wmxsdk' that contains said 'device_id'. Thus, implemented device_id_to_wmxsdk() by iterating over the list of known wmxsdks looking for an index match.
2009-10-10Dynamically allocate wmxsdk device descriptorsInaky Perez-Gonzalez1-4/+14
This makes it easier to run electricfence on them to verify overruns.
2009-10-10Fix more WiMAX SDK API compat breakage from 1.4 to 1.5Inaky Perez-Gonzalez3-28/+79
These deal with types that were messed up in the version iteration. These are autoconf checks plus stubs in iwmx.h.
2009-10-10Add work around Intel WiMAX SDK API breakageInaky Perez-Gonzalez3-3/+27
Release of the Intel WiMAX SDK 1.5 breaks source compatibility from 1.4 by removing WIMAX_API_DEVICE_STATUS_Connection_Idle. Rather than fight a useless fight, work aronud it with an autoconf test and a few (ugly) #ifdefs.
2009-10-10Use free() instead of g_free() for things returned by index2*()Inaky Perez-Gonzalez1-3/+3
Otherwise ElectricFence choked on them.
2009-10-09Fix handling when losing network access in MBM pluginMartin Xu1-11/+64
2009-10-04Release 0.430.43Marcel Holtmann2-1/+9
2009-10-03Fix: Make next_hexstring handle optional quotesDenis Kenzior1-0/+6
Ericsson MBM devices send CRSM information as hex strings, yet enclose them in quotes which is not according to the standard.
2009-10-02Add support for switching to a different GAtSyntax at runtimeMarcel Holtmann2-0/+14
2009-10-02Use Ethernet MAC address for MBM devicesMarcel Holtmann1-1/+1
2009-10-02Use 120 seconds timeout for service connect operationMarcel Holtmann1-1/+2
2009-10-02Update plugins to the new g_at_tty_open APIMarcel Holtmann1-1/+9
2009-10-02Replace g_at_chat_new_from_tty with g_at_tty_openMarcel Holtmann4-44/+292
2009-09-24gdbus: handle introspection generally in generic_message.RISKÓ Gergely1-43/+59
Previously it was a specific case, now introspection is just another interface, which is always implemented. It is registered/unregistered when an object path is referenced first/last.
2009-09-24Unref GIOChannel in g_at_chat_new_from_ttyZhenhua Zhang1-1/+4
2009-09-22Cleanup scanning when the scanning is haltedMartin Xu1-1/+1
2009-09-22Add function connman_device_cleanup_scanning()Martin Xu2-0/+20
2009-09-22Add internal helper scanning_changed functionMartin Xu1-19/+25
2009-09-19Don't auto-connect services if they are roamingMarcel Holtmann1-0/+3
2009-09-19Fix broken concept of roaming tracking with MBM devicesMarcel Holtmann1-3/+7
2009-09-19Add support for handling cellular roaming state changesMarcel Holtmann1-1/+39
2009-09-19Track roaming indication for cellular networksMarcel Holtmann1-16/+25
2009-09-19Add support for network roaming propertyMarcel Holtmann2-0/+62