summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.80.8Marcel Holtmann2008-11-202-1/+8
* Remove unused assigned handle variableMarcel Holtmann2008-11-201-2/+0
* Use g_malloc and g_new where appropriateJohan Hedberg2008-11-193-3/+3
* Allow server/transport specific MTU'sJohan Hedberg2008-11-194-4/+16
* Avoids a memory leak when a async operation gets abortedVinicius Costa Gomes2008-11-181-3/+4
* Sending a error message when some error occurs during folder listingVinicius Costa Gomes2008-11-181-3/+17
* Fixes the case when serving folder listings bigger than MTU sizeVinicius Costa Gomes2008-11-171-2/+8
* Separate getting a folder listing from getting a fileVinicius Costa Gomes2008-11-171-4/+47
* Sends a final Progress message when the transfer is completeVinicius Costa Gomes2008-11-171-2/+5
* Adds a way to determine that the transfer is doneVinicius Costa Gomes2008-11-172-0/+13
* Adds support for dynamic buffersVinicius Costa Gomes2008-11-172-5/+26
* Checks for errors in write when receiving a objectVinicius Costa Gomes2008-11-171-1/+8
* Add Nokia PC Suite supportJohan Hedberg2008-11-164-1/+60
* Add support for reinitializing a tty based serverJohan Hedberg2008-11-151-4/+53
* Merge branch 'devel' of git://git.infradead.org/users/vcgomes/obexd into vcgomesJohan Hedberg2008-11-120-0/+0
|\
| * Fixes the dbus signature of the folder listing methodClaudio Takahasi2008-11-121-3/+8
* | Fixes the dbus signature of the folder listing methodVinicius Costa Gomes2008-11-121-3/+8
|/
* Do not remove owner watch in the disconnect remove watch callbackVinicius Costa Gomes2008-11-121-2/+2
* Separate Session and Transfer propertiesVinicius Costa Gomes2008-11-122-3/+49
* Removes the owner disconnect watch when removing closing the sessionVinicius Costa Gomes2008-11-112-2/+6
* Dealing with folder listingsVinicius Costa Gomes2008-11-102-2/+5
* Do not try to send a error notification if the path is invalidVinicius Costa Gomes2008-11-101-1/+1
* Closes the session when the client leaves the busVinicius Costa Gomes2008-11-101-0/+9
* Adds Session Close methodVinicius Costa Gomes2008-11-103-0/+56
* 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