summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.70.7Marcel Holtmann2008-11-092-1/+8
* Merge branch 'devel' of git://git.infradead.org/users/vcgomes/obexdJohan Hedberg2008-11-060-0/+0
|\
| * Check for allocation failure when sending messages to the agentVinicius Costa Gomes2008-11-061-0/+6
| * A little simplificationVinicius Costa Gomes2008-11-061-20/+10
| * Removes memory leaks when the transfer endsVinicius Costa Gomes2008-11-061-25/+39
* | Check for allocation failure when sending messages to the agentVinicius Costa Gomes2008-11-061-0/+6
* | A little simplificationVinicius Costa Gomes2008-11-061-20/+10
* | Removes memory leaks when the transfer endsVinicius Costa Gomes2008-11-061-25/+40
|/
* Implements CreateFolderVinicius Costa Gomes2008-11-061-0/+15
* Adds Error to Agent methodsVinicius Costa Gomes2008-11-063-6/+52
* Remove unecessary variableJohan Hedberg2008-11-061-3/+2
* Ignore NULL sent in x-obex/folder-listing repliesClaudio Takahasi2008-11-061-0/+9
* Fixed segmentation fault: ListFolder doesn't register transfer pathClaudio Takahasi2008-11-061-4/+3
* Added Delete method for Transfer interfaceClaudio Takahasi2008-11-061-0/+16
* Fix indentationJohan Hedberg2008-11-051-2/+2
* Close bluetooth socket when bluetoothd is not running.Luiz Augusto von Dentz2008-11-054-44/+81
* Initialize services bit mask to 0Johan Hedberg2008-11-051-1/+1
* Try to reopen the tty once if the connection gets droppedJohan Hedberg2008-11-053-3/+29
* Use the OBEX Connect command for server selectionJohan Hedberg2008-11-055-97/+90
* Plug memory leaksJohan Hedberg2008-11-053-3/+11
* Use cfmakeraw() to setup the tty termios settings.Johan Hedberg2008-11-051-8/+4
* Avoid dupplicated records if FindRecords fails when bluetoothd starts after o...Claudio Takahasi2008-11-041-1/+1
* Use adapter ANY path to request authorizationClaudio Takahasi2008-11-041-36/+9
* Call AddRecord and FindAdapter asynchronouslyClaudio Takahasi2008-11-045-210/+340
* Fixed memory leak when GET failsClaudio Takahasi2008-11-031-2/+1
* Use utility function to report transfer completeClaudio Takahasi2008-11-031-68/+62
* 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