aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-24ofono: Read Firmware version (Revision) for Device ManagementHEADmasterAnkit Navik1-0/+9
2019-07-24ofono: Read IMEI SV for Device ManagementAnkit Navik1-0/+9
2019-07-24ofono: Read IMEI for Device ManagementAnkit Navik1-0/+10
2017-07-22wsputil: Fix fall through commentMarcel Holtmann1-1/+3
2017-07-22build: Use AM_CPPFLAGS instead of INCLUDESMarcel Holtmann1-1/+1
2015-04-20gdbus: Close private connection if setup failsLuiz Augusto von Dentz1-0/+1
2015-04-09gdbus: Fix crash in g_dbus_create_error_valistSzymon Janc1-1/+4
2015-04-09gdbus: Use g_dbus_create_error_valist internallySzymon Janc1-4/+1
2015-04-07gdbus: Add g_dbus_get_flags functionMichael Janssen2-0/+6
2015-03-26gdbus: Make GDBusClient work without ObjectManagerLuiz Augusto von Dentz1-2/+7
2015-03-26gdbus/client: Allow specifying ObjectManager pathArman Uguray2-6/+22
2015-03-26gdbus/client: Don't GetManagedObjects w/o handlersArman Uguray1-1/+2
2015-02-24gdbus: Fix not calling disconnect functionSzymon Janc1-3/+4
2015-02-22gdbus: Don't refresh objects/props if disconnectedArman Uguray1-5/+8
2014-09-15gdbus: Fix match rule for NameOwnerChangedAlban Crequy1-1/+2
2014-09-08gdbus: Fix crash when watch is toggled or disconnectedLuiz Augusto von Dentz1-2/+8
2014-09-08gdbus: Fix crash when calling g_dbus_add_service_watchLuiz Augusto von Dentz1-1/+0
2014-09-08Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz1-7/+1
2014-09-08gdbus: Fix use after freeAndrei Emeltchenko1-3/+8
2014-09-08gdbus: Avoid reporting GDBusClient disconnect twiceClaudio Takahasi1-2/+12
2014-03-24gdbus: Add g_dbus_proxy_set_property_arrayClaudio Takahasi2-0/+92
2014-03-06gdbus: Add g_dbus_client_set_ready_watch()Claudio Takahasi2-1/+20
2014-02-18gdbus: Replace g_timeout_add with g_idle_addLuiz Augusto von Dentz1-4/+1
2014-02-18gdbus: Fix incorrect DBusConnection reference countingAnderson Lizardo1-10/+4
2014-02-18gdbus: Fix memory leakAnderson Lizardo1-0/+2
2013-11-11gdbus: Fix trying to remove already removed sourcesBastien Nocera1-0/+3
2013-10-14gdbus: Remove not needed check for NULL DBusPendingCallSzymon Janc1-5/+0
2013-10-14gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_replySzymon Janc1-1/+10
2013-09-12gdbus/client: Use g_dbus_add_properties_watch to track propertiesLuiz Augusto von Dentz1-79/+56
2013-09-12gdbus/client: Use g_dbus_add_signal_watch to track signalsLuiz Augusto von Dentz1-36/+37
2013-09-12gdbus/client: Use g_dbus_add_service_watch to track servicesLuiz Augusto von Dentz1-135/+38
2013-09-12gdbus/watch: Fix crash when disconnecting from D-BusLuiz Augusto von Dentz1-0/+2
2013-09-12gdbus/watch: Fix aborting when removing D-Bus filterLuiz Augusto von Dentz1-17/+8
2013-09-12gdbus/watch: Fix crash when g_dbus_remove_watch is called from connect callbackLuiz Augusto von Dentz1-2/+6
2013-09-10gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz1-2/+2
2013-09-10gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2-64/+42
2013-09-10gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2-0/+14
2013-09-10gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz1-16/+53
2013-06-19gdbus: Remove proxies when client disconnectsHenrique Dante de Almeida1-0/+4
2013-05-08gdbus: Fix using NULL DBusPendingCall when disconnected from D-BusAnderson Lizardo1-0/+5
2013-05-08gdbus: Fix segfault when D-Bus daemon exitsAnderson Lizardo1-0/+2
2013-05-03gdbus: Fix calling GetManagedObjects twice in a rowLuiz Augusto von Dentz1-7/+18
2013-04-08gdbus: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+6
2013-04-08gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz1-13/+10
2013-02-23gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka1-2/+3
2013-02-15gdbus: Add g_dbus_proxy_set_removed_watchDenis Kenzior2-0/+20
2013-02-14gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes1-2/+5
2013-02-11gdbus: Don't call property changed callback during client initMarcel Holtmann1-9/+10
2013-02-01gdbus: Fix unpublished interface signal emissionJohan Hedberg1-0/+4
2013-01-20gdbus: Check for valid path before handling propertiesMarcel Holtmann1-0/+6
2013-01-06gdbus: Fix memory leak on properties_set()Anderson Lizardo1-1/+6
2013-01-05gdbus: Check signature of property value before calling setterMarcel Holtmann1-0/+5
2013-01-03gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi1-1/+7
2013-01-03gdbus: Simplify generated introspectionLucas De Marchi1-65/+38
2013-01-02gdbus: Hold client reference during get name owner replyMarcel Holtmann1-0/+4
2012-12-30gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz1-0/+9
2012-12-30gdbus: Check if the interface being registered is validLuiz Augusto von Dentz1-6/+36
2012-12-30gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-18/+33
2012-12-30gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-4/+23
2012-12-30gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-3/+45
2012-12-30gdbus: Include changed properties only once per signalMarcel Holtmann1-0/+3
2012-12-29gdbus: Update properties on D-Bus client re-connectionsMarcel Holtmann1-4/+22
2012-12-29gdbus: Add function to manually refresh propertiesMarcel Holtmann2-0/+85
2012-12-29gdbus: Add support for proxy property change notificationsMarcel Holtmann2-4/+30
2012-12-29gdbus: Fix handling of client connect/disconnect signalsMarcel Holtmann1-11/+12
2012-12-29gdbus: Protect standalone proxy creation with client referenceMarcel Holtmann1-10/+8
2012-12-28gdbus: Use object manager only if callback functions are setMarcel Holtmann1-8/+7
2012-12-28gdbus: Use client service name and not hardcoded org.bluezMarcel Holtmann1-1/+1
2012-12-28gdbus: Add support for creating D-Bus proxies without object managerMarcel Holtmann2-62/+147
2012-12-22gdbus: Avoid using g_ptr_array_new_full convenience functionMarcel Holtmann1-1/+2
2012-12-19build: Compile support for new D-Bus client helpersMarcel Holtmann1-1/+1
2012-12-19gdbus: Increase the method call timeout to 5 minutesMarcel Holtmann1-1/+3
2012-12-19gdbus: Add helper for sending async error repliesMarcel Holtmann2-0/+38
2012-12-19gdbus: Fix race condition with creating duplicate client proxiesMarcel Holtmann1-0/+23
2012-12-19gdbus: Fix issue with unref of client while parsing interfacesMarcel Holtmann1-0/+8
2012-12-19gdbus: Fix issue with unref of client in connect handlerMarcel Holtmann1-0/+8
2012-12-19gdbus: Add support for D-Bus client method callsMarcel Holtmann2-0/+82
2012-12-19gdbus: Add callback support for handling property changesMarcel Holtmann2-10/+31
2012-12-19gdbus: Handle property changed signals and update propertyMarcel Holtmann1-31/+107
2012-12-19gdbus: Set property changed filter match rule for each proxyMarcel Holtmann1-40/+57
2012-12-19gdbus: Use a GPtrArray for the match rulesMarcel Holtmann1-18/+24
2012-12-19gdbus: Add support for setting D-Bus client basic propertiesMarcel Holtmann2-0/+99
2012-12-19gdbus: Deep copy of variants also requires a signatureMarcel Holtmann1-2/+7
2012-12-19gdbus: Add support for complex D-Bus client propertiesMarcel Holtmann1-16/+46
2012-12-19gdbus: Add support for D-Bus client propertiesMarcel Holtmann2-3/+126
2012-12-19gdbus: Add support for D-Bus client proxiesMarcel Holtmann2-4/+343
2012-12-19gdbus: Add helper functions for simple D-Bus clientsMarcel Holtmann2-0/+355
2012-11-30gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2-0/+33
2012-11-29gdbus: Don't automatically attach ObjectManagerLucas De Marchi2-21/+36
2012-11-29gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi1-3/+6
2012-11-26gdbus: Remove not needed NULL pointer checksSzymon Janc1-2/+2
2012-11-26gdbus: Replace leading spaces with tabsSyam Sidhardhan1-4/+4
2012-11-26gdbus: Fix compilation error due to missing #definesSyam Sidhardhan1-0/+8
2012-11-26gdbus: Remove connection from pending_property functionsLucas De Marchi2-20/+17
2012-11-26gdbus: Fix invalid memory access during interface removalJohan Hedberg1-6/+6
2012-11-26gdbus: Add g_dbus_get_properties functionJohan Hedberg2-0/+21
2012-11-26gdbus: Add support for invalidated propertiesJohan Hedberg1-1/+14
2012-11-26gdbus: Fix processing pending properties in remove_interface()Johan Hedberg1-0/+2
2012-11-26gdbus: Fix up Properties.Set() code pathLucas De Marchi1-3/+7
2012-11-26gdbus: Fix invalid memory access while unregisteringLucas De Marchi1-0/+11
2012-11-26gdbus: Implement PropertiesChanged signalLucas De Marchi2-2/+109
2012-11-26gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz1-32/+2
2012-11-26gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz1-1/+27
2012-11-26gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz1-2/+15
2012-11-26gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz1-154/+208
2012-11-26gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz1-10/+237
2012-11-26gdbus: Add properties into Introspectable interfaceLucas De Marchi1-0/+19
2012-11-26gdbus: Implement DBus.Properties.Set methodLucas De Marchi2-1/+157
2012-11-26gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi1-1/+55
2012-11-26gdbus: Implement DBus.Properties.Get methodLucas De Marchi2-1/+69
2012-11-26gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi1-0/+46
2012-11-26gdbus: Use macros to add annotationsLucas De Marchi1-12/+28
2012-11-26gdbus: Move typedefs upLucas De Marchi1-18/+29
2012-11-26gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz1-1/+1
2012-11-26gdbus: Refactor filter_data_find()Lucas De Marchi1-38/+5
2012-11-26gdbus: Fix wrong signal handler matchLucas De Marchi1-21/+94
2012-11-26gdbus: Fix crash when getting disconnected from the busJohan Hedberg1-4/+5
2012-09-11gweb: Don't use debug functionality after possible freePatrik Flykt1-4/+1
2012-09-11gresolv: Use predefined mnemonics rather than magic numbersGrant Erickson1-6/+6
2012-09-11gresolv: Do not update successful status with unsuccessful oneGrant Erickson1-3/+9
2012-09-11gresolve: Fix a typo in conditional check for returning resultsGrant Erickson1-1/+1
2012-08-28store: Define MMS_META_UUID_XXX len and suffixRonald Tessier2-5/+8
2012-08-28service: Support delivery_ind notif on startRonald Tessier1-1/+4
2012-08-28service: Support M-Delivery.ind in mms_service_push_notify()Ronald Tessier1-0/+31
2012-08-28service: Add a group [delivery_status] in the msg statusRonald Tessier1-0/+33
2012-08-28service: Move mms_address_to_string() upRonald Tessier1-13/+13
2012-08-28service: Store msg_id provided by M-Send.conf PDURonald Tessier1-4/+8
2012-08-28mmsutil: Define mms_delivery_ind structRonald Tessier1-0/+8
2012-08-27gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery1-2/+2
2012-08-24test: Add test script to list services propertiesRonald Tessier1-0/+27
2012-08-09service: Add DBus method to get service propertiesRonald Tessier1-0/+29
2012-08-09doc: Describe GetProperties in service-apiRonald Tessier1-0/+7
2012-08-08test: Rename set-dr to set-use-delivery-reportsDenis Kenzior2-1/+1
2012-08-08test: Add a script to set the delivery-report flagRonald Tessier2-1/+26
2012-08-08service: Add DBus method to set delivery-reportRonald Tessier1-0/+46
2012-08-08doc: Describe DBus method to set delivery-reportRonald Tessier1-0/+13
2012-08-07service: Load delivery-report from mms settingsRonald Tessier1-0/+42
2012-08-07store: Add utilities for mms settings file accessRonald Tessier2-0/+60
2012-07-16Revert "build: Use -Wshadow compiler option"Marcel Holtmann1-1/+1
2012-07-15build: Use -Wshadow compiler optionMarcel Holtmann1-1/+1
2012-07-15wsputil: Remove shadowing consumed variableMarcel Holtmann1-1/+0
2012-06-30gdbus: Fix removal of filter after last filter_dataLucas De Marchi1-9/+8
2012-06-26gweb: Use g_try_realloc instead of g_reallocJukka Rissanen1-1/+3
2012-06-25unit: Add delivery_report to send_req testingRonald Tessier1-1/+2
2012-06-25mmsutil: Encode delivery-report in send_req msgRonald Tessier2-1/+13
2012-06-25mmsutil: Add delivery report to send_req structRonald Tessier1-0/+1
2012-06-25doc: Add new D-Bus methods to service interfaceRonald Tessier1-0/+20
2012-06-25doc: Describe delivered group in storage docRonald Tessier1-0/+36
2012-06-07TODO: Add new tasksRonald Tessier1-0/+67
2012-05-30AUTHORS: Mention Jens' contributionsDenis Kenzior1-0/+1
2012-05-30wsputil: Support TEXT type Application IDsJens Rehsack1-5/+20
2012-05-22gweb: Adding a function to know if TLS is supported or notTomasz Bursztyka2-0/+7
2012-05-22gdbus: Fix incorrectly discarded signalsMikel Astiz1-7/+3
2012-05-21gweb: Add function to check for TLS supportMarcel Holtmann3-0/+12
2012-05-18gdbus: do not check signature twiceLucas De Marchi1-5/+0
2012-05-18gdbus: add Method.NoReply annotation in introspectionLucas De Marchi1-1/+6
2012-05-18gdbus: add Deprecated annotation in introspectionLucas De Marchi1-2/+17
2012-05-18gdbus: remove signature and reply from tablesLucas De Marchi2-61/+1
2012-05-18Do not set signature and reply in GDBus tablesLucas De Marchi2-16/+13
2012-05-18gdbus: loop over args to check message signatureLucas De Marchi1-7/+27
2012-05-18gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi1-61/+14
2012-05-18Convert GDBus methods to use macro helpersLucas De Marchi2-14/+34
2012-05-18gdbus: add macro for methods marked as NOREPLYLucas De Marchi1-0/+16
2012-05-18gdbus: add and use helpers for table declarationsLucas De Marchi2-1/+88
2012-05-18gdbus: add argument info to methods and signalsLucas De Marchi1-0/+8
2012-05-18Constify GDBus tablesLucas De Marchi2-7/+7
2012-05-17gdbus: Constify introspection method tableMarcel Holtmann1-1/+1
2012-05-17gdbus: do not call memset for terminating NULLucas De Marchi1-1/+2
2012-05-17gdbus: return if method signature is malformedLucas De Marchi1-0/+4
2012-05-10TODO: Update TODO to remove GetConversation entryRonald Tessier1-10/+0
2012-05-10test: Add python get-conversation testRonald Tessier2-1/+36
2012-05-09doc: Update service-api.txtRonald Tessier1-0/+6
2012-05-09service: Sort conversation list by message dateRonald Tessier1-1/+27
2012-05-09service: Fill conversation list with messagesRonald Tessier1-1/+93
2012-05-09service: Retrieve get_conversation() argsRonald Tessier1-0/+23
2012-05-02TODO: task completeSébastien Bianti1-14/+0
2012-05-01mailmap: Fix up Syam's email addressMarcel Holtmann1-0/+1
2012-04-29service: emit signal when send has failedSébastien Bianti1-12/+20
2012-04-29TODO: MMS reception error management doneSébastien Bianti1-13/+0
2012-04-29gweb: Update copyright informationMarcel Holtmann7-7/+7
2012-04-27service: Fix breakage due to gweb API changeMarcel Holtmann1-1/+1
2012-04-27gweb: Update implementation with updates from ConnManMarcel Holtmann1-2/+7
2012-04-27gweb: Define GWebRouteFuncPatrik Flykt2-7/+22
2012-04-27service: Add GetConversation methodRonald Tessier1-0/+21
2012-04-23service: use proper status value stringSébastien Bianti1-1/+1
2012-04-23mmsutil: add mms_message_status_get_string APISébastien Bianti2-0/+19
2012-04-20service: fix for message_delete bugSébastien Bianti1-1/+6
2012-04-20gweb: don't use deprecated gnutls_session typedefLucas De Marchi1-1/+1
2012-04-18service: bearer activity needs to be checkedSébastien Bianti1-7/+15
2012-04-18service: add requeue functionalitySébastien Bianti1-1/+25
2012-04-18service: refactoring error codeSébastien Bianti1-9/+9
2012-04-18service: callbacks should return a booleanSébastien Bianti1-18/+23
2012-04-18service: refactoring file closureSébastien Bianti1-3/+2
2012-04-18service: move destroy request into process_requestSébastien Bianti1-2/+2
2012-04-18service: add attempts counter variableSébastien Bianti1-0/+4
2012-04-18service: remove useless variableSébastien Bianti1-5/+2
2012-04-18service: add debug printsSébastien Bianti1-1/+7
2012-04-18service: remove files when unable to decode received msgRonald Tessier1-0/+5
2012-04-16gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann1-4/+0
2012-04-16build: Require D-Bus 1.2 or laterMarcel Holtmann1-6/+2