summaryrefslogtreecommitdiff
path: root/obexd/client/session.c
Commit message (Expand)AuthorAgeFilesLines
* obexd: Fix the code styleYouwan Wang2022-07-051-1/+1
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* obex: Fix compiler warning from casting functionsMarcel Holtmann2018-05-241-2/+6
* obexd: Remove unused source/header files for dbusERAMOTO Masaya2018-03-011-1/+0
* obexd: client: Fix memory leaksSyam Sidhardhan2016-02-111-0/+1
* obexd/session: Fix crash when disconnectingLuiz Augusto von Dentz2015-11-081-5/+13
* obexd: Fix not destroying session if owner disconnectsLuiz Augusto von Dentz2015-09-141-6/+28
* obexd: Fix possible crash while processing pending requestLuiz Augusto von Dentz2015-07-211-25/+5
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-1/+1
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-011-2/+3
* obexd/client: Add check for invalid pathLuiz Augusto von Dentz2015-02-131-0/+6
* obexd/client: Add supported_features supportLuiz Augusto von Dentz2014-12-021-1/+24
* obexd/client: Fix crash while disconnectingLuiz Augusto von Dentz2014-08-291-1/+3
* obexd/client: Fix not sending OBEX Disconnect when disconnectingLuiz Augusto von Dentz2014-03-211-2/+32
* obexd/session: Fix crash when transport is disconnectedLuiz Augusto von Dentz2013-10-151-0/+12
* obexd/session: Fix crash while disconnectingLuiz Augusto von Dentz2013-10-071-0/+5
* obexd/session: Fix crash while processing command queueLuiz Augusto von Dentz2013-10-031-2/+2
* obexd: Fix disconnecting underline transport before processing operationsLuiz Augusto von Dentz2013-09-021-6/+6
* obexd: Add obc_session_get_folder functionChristian Fetzer2013-09-021-0/+38
* obexd/client: Add Target property to Session interfaceMartin2013-07-081-0/+22
* obexd: Re-add D-Bus session propertiesChristian Fetzer2013-06-301-1/+2
* obexd: Add function to get the destination from the obc_sessionChristian Fetzer2013-06-251-0/+5
* obexd: Use correct callback in obc_session_mkdirChristian Fetzer2013-06-181-1/+1
* obexd: Fix file_op_complete callbackChristian Fetzer2013-06-181-2/+1
* obexd: Call setpath_complete with the correct parameterChristian Fetzer2013-06-181-1/+1
* obexd: Fix handling error cases in setpathChristian Fetzer2013-06-181-4/+13
* obexd: Queue delete commandChristian Fetzer2013-05-291-13/+26
* obexd: Queue move commandChristian Fetzer2013-05-291-14/+27
* obexd: Queue copy commandChristian Fetzer2013-05-291-14/+27
* obexd: Queue mkdir commandChristian Fetzer2013-05-291-14/+26
* obexd: Add file_data struct to sessionChristian Fetzer2013-05-291-0/+27
* obexd: Queue setpath commandChristian Fetzer2013-05-291-31/+34
* obexd: Use process callback to queue transfersChristian Fetzer2013-05-291-6/+13
* obexd: Add session_queueChristian Fetzer2013-05-291-7/+11
* obexd: Add process callback to session's pending_requestChristian Fetzer2013-05-291-15/+29
* obexd: Fix SetPath responseChristian Fetzer2013-05-231-1/+1
* obexd: Fix using the same prefix for client and server sessionsLuiz Augusto von Dentz2013-05-101-1/+1
* obexd: Get rid of gintLucas De Marchi2013-05-011-2/+2
* obexd: Add obc_session_get_attribute to sessionChristian Fetzer2013-04-171-0/+9
* obexd: Use gcc builtin instead of g_atomicLucas De Marchi2013-04-091-6/+6
* obexd: Handle absolute paths in obc_session_setpathChristian Fetzer2013-02-221-5/+8
* obexd: Remove obc_session_setpath limitChristian Fetzer2013-02-221-1/+1
* obexd: Handle empty path name in SetPathChristian Fetzer2013-01-141-1/+1
* obexd: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-2/+2
* obex-client: Rename org.bluez.obex.Session to org.bluez.obex.Session1Luiz Augusto von Dentz2012-12-211-1/+1
* obex-client: Port session code to use D-Bus properties interfaceLuiz Augusto von Dentz2012-12-161-36/+50
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use entire include path for gobex.hLucas De Marchi2012-12-051-1/+1
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0