summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use utility function to report transfer progressClaudio Takahasi2008-11-031-15/+3
* Writing the received data into the fileClaudio Takahasi2008-11-031-3/+8
* Added GetFile implementationClaudio Takahasi2008-11-031-79/+241
* Removing memory leaks when setting the target filenameVinicius Costa Gomes2008-11-032-5/+11
* Closes the transfer as the transfer finishesVinicius Costa Gomes2008-11-031-10/+10
* Improve the dc_cb/xfer callback workaroundJohan Hedberg2008-10-311-2/+2
* Removes a memory leakVinicius Costa Gomes2008-10-301-1/+4
* Stores the transfer object path in session_data tooVinicius Costa Gomes2008-10-302-20/+23
* Merge branch 'devel' of git://git.infradead.org/users/cktakahasi/obexdMarcel Holtmann2008-10-313-35/+187
|\
| * Return an array of dictionary for ListFolderClaudio Takahasi2008-10-302-9/+119
| * Added ListFolder method skeletonClaudio Takahasi2008-10-301-30/+75
| * Removed folder parameter from ListFolder methodClaudio Takahasi2008-10-302-6/+3
* | Change xfer callback and dc_cb order in the event of a disconnectionJohan Hedberg2008-10-311-2/+2
|/
* Removes the agent watch if the agent is releasedVinicius Costa Gomes2008-10-291-0/+5
* Do not register the transfer interface if it was already registeredVinicius Costa Gomes2008-10-291-2/+3
* Only try to send messages to the agent if there's one registeredVinicius Costa Gomes2008-10-291-12/+20
* Removes the disconnect watch when the session is freedVinicius Costa Gomes2008-10-292-1/+5
* Implements FTP PutFileVinicius Costa Gomes2008-10-291-0/+16
* Support changing the filename that will be sent in the OBEX headerVinicius Costa Gomes2008-10-293-8/+13
* Merge branch 'devel' of git://git.infradead.org/users/vcgomes/obexdMarcel Holtmann2008-10-281-6/+5
|\
| * Do not create the session if the RFCOMM connection failsVinicius Costa Gomes2008-10-281-6/+5
* | Added ChangeFolder method implementationClaudio Takahasi2008-10-281-0/+16
* | Use Folder Browsing UUID length constant defined in gwobexClaudio Takahasi2008-10-281-1/+1
* | Use Folder Browsing UUID defined in gwobex.Claudio Takahasi2008-10-281-3/+1
* | Added target_len in the session_data structClaudio Takahasi2008-10-282-3/+5
|/
* Adds AssignAgent and RemoveAgentVinicius Costa Gomes2008-10-271-0/+64
* No need to aquire bus name for agentsMarcel Holtmann2008-10-272-6/+6
* Disallow SETPATH to directories without executable permissionMarcel Holtmann2008-10-261-1/+2
* Add skeleton for ExchangeBusinessCards methodMarcel Holtmann2008-10-252-3/+17
* Add script for testing ExchangeBusinessCards methodMarcel Holtmann2008-10-252-1/+17
* Add script for testing PullBusinessCard methodMarcel Holtmann2008-10-251-0/+14
* Add skeleton for PullBusinessCard supportMarcel Holtmann2008-10-254-8/+154
* CreateSession calls must return the object pathClaudio Takahasi2008-10-241-2/+6
* Added FileTransfer interface registrationClaudio Takahasi2008-10-241-0/+83
* Renamed variables(uuid and target) to avoid misinterpretationClaudio Takahasi2008-10-242-22/+9
* Adds support for cancelling a transferVinicius Costa Gomes2008-10-242-0/+70
* Update the client transfer APIMarcel Holtmann2008-10-241-18/+31
* Fix 32-bit/64-bit printf issueMarcel Holtmann2008-10-241-2/+2
* Use SESSION_BASEPATH and TRANSFER_BASEPATHMarcel Holtmann2008-10-241-3/+5
* Added session methods skeletonClaudio Takahasi2008-10-243-4/+43
* Establish File Transfer OBEX connection when CreateSession method is calledClaudio Takahasi2008-10-242-9/+50
* Added CreateSession skeletonClaudio Takahasi2008-10-241-22/+54
* Added File Transfer APIClaudio Takahasi2008-10-241-0/+51
* Fixes a segfault when disconnected trying to send multiple filesVinicius Costa Gomes2008-10-231-0/+2
* Fix the problem to send object larger than 4096 (session data buffer size)Claudio Takahasi2008-10-221-0/+2
* Fixed memory leak when session creation failsClaudio Takahasi2008-10-211-7/+4
* Add options to specify mode of operationMarcel Holtmann2008-10-211-37/+106
* Call agent release method only if presentMarcel Holtmann2008-10-201-25/+28
* Call unref on the right data structuresMarcel Holtmann2008-10-201-2/+2
* Fix SDP record memory leakMarcel Holtmann2008-10-201-6/+2