summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.460.46Marcel Holtmann2012-05-172-1/+7
* build: BlueZ version 4.99 is requiredMarcel Holtmann2012-05-171-2/+2
* client: Fix not checking if GoepL2capPsm contains a valid PSMLuiz Augusto von Dentz2012-05-161-1/+2
* bluetooth: Fix not setting port to 0 when listen failsLuiz Augusto von Dentz2012-05-161-0/+1
* client: Use stack memory for application parameters in pbap moduleLuiz Augusto von Dentz2012-05-151-3/+1
* client: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz2012-05-147-68/+64
* client: Create transfers in modulesMikel Astiz2012-05-147-211/+189
* client: Flip parameter order in transfer APIMikel Astiz2012-05-143-10/+10
* client: Buffer-passing changes in transfer APIMikel Astiz2012-05-143-38/+32
* client: Transfer API splits create and registerMikel Astiz2012-05-143-41/+25
* client: Split internal obc_transfer_register()Mikel Astiz2012-05-141-25/+30
* client: Fix possible double free of paramsMikel Astiz2012-05-141-4/+5
* client: Add handler for SIGUSR2Luiz Augusto von Dentz2012-05-071-0/+4
* client: Use signalfd to handle unix signalsLuiz Augusto von Dentz2012-05-071-10/+81
* core: Use signalfd to handle unix signalsLuiz Augusto von Dentz2012-05-071-14/+78
* client: Fix codying styleLuiz Augusto von Dentz2012-05-071-17/+18
* gobex: Remove g_idle_add to exit main loop in test_stream_put_req_abort()Jaganath Kanakkassery2012-05-041-7/+3
* client: Wait for abort completion before Transfer.Cancel returnsJaganath Kanakkassery2012-05-041-23/+42
* gobex: Add callback and userdata parameter to g_obex_cancel_transfer()Jaganath Kanakkassery2012-05-043-5/+21
* client: Remove transfer from queue before callbackMikel Astiz2012-05-031-11/+9
* client: Remove deprecated part of session APIMikel Astiz2012-05-032-43/+0
* client: Use new session callback style in modulesMikel Astiz2012-05-035-9/+9
* client: Give transfer pointer in session callbacksMikel Astiz2012-05-039-33/+60
* client: Avoid GObex dependency from transfer.hMikel Astiz2012-05-032-2/+2
* client: Minor buffer access API changesMikel Astiz2012-05-035-20/+19
* opp: Emit TransferStarted signal only if stream start is successJaganath Kanakkassery2012-05-021-2/+5
* client: Return request id when generating a request in session APILuiz Augusto von Dentz2012-04-262-18/+18
* client: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-04-269-136/+228
* client: Remove file in case of errorLuiz Augusto von Dentz2012-04-241-0/+4
* client: open file during transfer creationLuiz Augusto von Dentz2012-04-243-111/+162
* client: transfers take gobex when startingMikel Astiz2012-04-243-18/+13
* client: transfer api merges put and getMikel Astiz2012-04-243-62/+63
* client: remove unused fieldMikel Astiz2012-04-241-10/+3
* client: Remove buffer based transferLuiz Augusto von Dentz2012-04-249-239/+230
* client: Fix possible memory leak on pbap moduleLuiz Augusto von Dentz2012-04-231-0/+1
* client: Fix regression when calling obc_session_shutdown within callbackLuiz Augusto von Dentz2012-04-161-1/+3
* build: Remove glib-helper.h supportMarcel Holtmann2012-04-169-39/+1
* build: Require GLib 2.28 or laterMarcel Holtmann2012-04-161-6/+2
* gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann2012-04-161-4/+0
* build: Require D-Bus 1.4 or laterMarcel Holtmann2012-04-161-8/+2
* client: Remove unused struct session_callbackSyam Sidhardhan2012-04-131-5/+0
* src: Remove headers declared but not definedSyam Sidhardhan2012-04-131-4/+0
* src: Use goto for avoiding code duplicationSyam Sidhardhan2012-04-131-2/+2
* client: Fix memory leak during session connectSyam Sidhardhan2012-04-131-1/+4
* MAP: Output parameters for GetMessagesListingSlawomir Bochenski2012-04-121-0/+17
* MAP: Input parameters for GetMessagesListingSlawomir Bochenski2012-04-121-2/+25
* MAP: Mark filter strings constSlawomir Bochenski2012-04-121-4/+4
* gobex: Fix unit test for PUT request followed by ABORTLuiz Augusto von Dentz2012-04-122-5/+66
* gdbus: Use destroy callback for service watchAnderson Lizardo2012-04-041-1/+1
* MAP: Output parameters in folder listing replySlawomir Bochenski2012-03-281-0/+51