summaryrefslogtreecommitdiff
path: root/obexd
AgeCommit message (Expand)AuthorFilesLines
2013-10-02obexd: Fix emitting Type property changed signals for messagesChristian Fetzer1-10/+11
2013-09-29obexd/client: Fix not setting Transfer.Size for GET operationsLuiz Augusto von Dentz1-0/+11
2013-09-26obexd/bluetooth: Fix memory leak when adapter is offLuiz Augusto von Dentz1-1/+1
2013-09-26obexd: Fix setting message folder for relative folder in ListMessagesChristian Fetzer1-2/+16
2013-09-26obexd: Add folder property to map_msg_createChristian Fetzer1-3/+5
2013-09-25obexd/service: Fix possible leaking drivers listLuiz Augusto von Dentz1-1/+17
2013-09-25obexd/server: Fix leaking drivers listLuiz Augusto von Dentz1-0/+1
2013-09-16obexd/bluetooth: Fix memory leakLuiz Augusto von Dentz1-0/+1
2013-09-16obexd: Remove msg from MAP session structureChristian Fetzer1-1/+0
2013-09-16obexd: Use pending request in UpdateInboxChristian Fetzer1-7/+10
2013-09-16obexd: Use pending request in ListMessagesChristian Fetzer1-12/+17
2013-09-16obexd: Use pending request in ListFoldersChristian Fetzer1-9/+14
2013-09-16obexd: Use pending request in SetFolderChristian Fetzer1-7/+9
2013-09-16obexd: Add request struct to MAPChristian Fetzer1-0/+24
2013-09-13obexd: Use documented values in org.bluez.obex.Message1 Type propertyChristian Fetzer1-1/+11
2013-09-11codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko1-1/+1
2013-09-10obexd/bluetooth: Fix error on register_profileLuiz Augusto von Dentz1-10/+9
2013-09-09obexd: Make use of g_dbus_send_message*Luiz Augusto von Dentz4-9/+7
2013-09-02obexd: Fix disconnecting underline transport before processing operationsLuiz Augusto von Dentz1-6/+6
2013-09-02obexd: Add property changed signals for 'org.bluez.obex.Message1'Christian Fetzer1-2/+92
2013-09-02obexd: Add property Folder to MAP messageChristian Fetzer1-0/+14
2013-09-02obexd: Add obc_session_get_folder functionChristian Fetzer2-0/+40
2013-08-26obexd: Use g_dbus_get_properties when parsing MAP-msg-listingChristian Fetzer1-63/+21
2013-08-26obexd: Fix memleak when unregistering MAP event handlerChristian Fetzer1-0/+1
2013-08-12client/transfer: Add proper message to errorsLuiz Augusto von Dentz1-2/+2
2013-07-08obexd/client: Add Target property to Session interfaceMartin1-0/+22
2013-06-30obexd: Re-add D-Bus session propertiesChristian Fetzer1-1/+2
2013-06-26obexd/MAP: Fix assigning pointer not value to 0Luiz Augusto von Dentz1-1/+1
2013-06-25obexd/MAP: Fix crash when receiving an event reportLuiz Augusto von Dentz1-4/+4
2013-06-25obexd: Notify registered notification handlers in MNSChristian Fetzer1-7/+3
2013-06-25obexd: Register notification handler in the MAP clientChristian Fetzer1-0/+25
2013-06-25obexd: Add MAP notification dispatchingChristian Fetzer3-0/+136
2013-06-25obexd: Add function to get the destination from the obc_sessionChristian Fetzer2-0/+6
2013-06-18obexd: Fix crash when retrieving multiple MAP event reportsChristian Fetzer1-3/+4
2013-06-18obexd: Use correct callback in obc_session_mkdirChristian Fetzer1-1/+1
2013-06-18obexd: Fix file_op_complete callbackChristian Fetzer1-2/+1
2013-06-18obexd: Call setpath_complete with the correct parameterChristian Fetzer1-1/+1
2013-06-18obexd: Fix handling error cases in setpathChristian Fetzer1-4/+13
2013-06-12obexd: Fix not checking for valid fd on NewConnectionLuiz Augusto von Dentz1-0/+13
2013-06-11obexd: Fix crash when resetting OPP session without a transferLuiz Augusto von Dentz1-3/+17
2013-05-29obexd: Fix coding styleLuiz Augusto von Dentz1-1/+2
2013-05-29obexd: Simplify manager_register_sessionLuiz Augusto von Dentz1-4/+1
2013-05-29obexd: Fix not unregistering interface when a session is detroyedLuiz Augusto von Dentz1-1/+3
2013-05-29manager: remove unused call to obex_getpeername()Gustavo Padovan1-8/+0
2013-05-29session: add Source and Destination propertiesGustavo Padovan1-0/+26
2013-05-29obex: get src and dst address and store itGustavo Padovan2-0/+8
2013-05-29obex: add obex_getsockname()Gustavo Padovan2-0/+11
2013-05-29bluetooth: add getsockname() entry in the bluetooth driverGustavo Padovan1-0/+19
2013-05-29transport: add getsockname to transport driverGustavo Padovan1-0/+1
2013-05-29obexd: Queue delete commandChristian Fetzer1-13/+26