summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move unix socket functionality into unix.cJohan Hedberg2007-05-265-77/+106
* Add unix.c and unix.h skeletonsMarcel Holtmann2007-05-263-1/+52
* Cleanup bdaddr conversionsJohan Hedberg2007-05-263-168/+90
* serial: missing close the RFCOMM socketClaudio Takahasi2007-05-251-5/+11
* Add missing list functionsMarcel Holtmann2007-05-252-1/+36
* serial API: missing ConnectionCanceled errorClaudio Takahasi2007-05-241-0/+2
* serial: timeout leak removed, open_context struct removedClaudio Takahasi2007-05-241-160/+122
* serial: release the node when device open failsClaudio Takahasi2007-05-241-0/+1
* serial: Failed error is not returned by DisconnectServiceClaudio Takahasi2007-05-241-1/+0
* serial: release node called twiceClaudio Takahasi2007-05-241-4/+0
* Update changelog and bump version numberutils-3.11Marcel Holtmann2007-05-242-1/+14
* serial: close the file descriptor before release the RFCOMM deviceClaudio Takahasi2007-05-241-4/+2
* add name listener supportJohan Hedberg2007-05-241-34/+69
* Get rid of unused audio reading & writing functionality (all of this should b...Johan Hedberg2007-05-241-188/+4
* Added device class trackingClaudio Takahasi2007-05-238-109/+98
* Set input and output MTU when requestedMarcel Holtmann2007-05-231-0/+1
* Set output MTU for listening socketsMarcel Holtmann2007-05-231-0/+1
* Fix some documentation problems.Luiz Augusto von Dentz2007-05-221-4/+2
* Minimize SDP root records and browse groupsMarcel Holtmann2007-05-225-89/+17
* Use browse group descriptor listMarcel Holtmann2007-05-221-1/+1
* Use server root if browse group is not publicMarcel Holtmann2007-05-221-3/+5
* Update test script with last PANU connectionMarcel Holtmann2007-05-222-7/+13
* Use same decoder for text and URL stringsMarcel Holtmann2007-05-221-51/+40
* Add two more missing attributesMarcel Holtmann2007-05-211-0/+8
* And another bunch of missing attributesMarcel Holtmann2007-05-211-0/+19
* Add more attributes to the example recordMarcel Holtmann2007-05-211-0/+10
* Fix signature for service remove methodMarcel Holtmann2007-05-211-1/+1
* Fix SDP pattern extraction for XMLMarcel Holtmann2007-05-214-17/+28
* Update example service recordMarcel Holtmann2007-05-211-2/+36
* Add MTU option for the built-in SDP serverMarcel Holtmann2007-05-212-3/+11
* Add test script for adding service recordsMarcel Holtmann2007-05-212-1/+49
* Add missing Trust signals to Adapter interfaceJohan Hedberg2007-05-211-0/+2
* Add missing DeviceCreated signalJohan Hedberg2007-05-191-0/+9
* Allocate memory for each handle in the list instead of casting between ints a...Johan Hedberg2007-05-191-7/+12
* serial: removed unused error(NotAuthorized)Claudio Takahasi2007-05-192-11/+0
* serial API: updated port path and possible errorsClaudio Takahasi2007-05-191-6/+7
* Implement CreateDevice, associated SDP discovery and other necessary changesJohan Hedberg2007-05-194-140/+554
* serial: removed PortCreated signal when the daemon startsClaudio Takahasi2007-05-181-8/+2
* serial: minor code cleanupClaudio Takahasi2007-05-181-10/+8
* serial: removed dev_id from GetInfoClaudio Takahasi2007-05-181-3/+0
* serial: send PortRemoved signal for RemovePort calls onlyClaudio Takahasi2007-05-182-10/+8
* serial: code standard - use int16_t for dev_idClaudio Takahasi2007-05-184-12/+13
* serial: remove the entry from the persistent storage when RemovePort is calledClaudio Takahasi2007-05-184-4/+38
* Send HeadsetCreated signal when calling CreateHeadsetJohan Hedberg2007-05-181-0/+5
* Emit DeviceRemoved signal when a device gets removedJohan Hedberg2007-05-181-0/+6
* Implement RemoveDevice and ListDevicesJohan Hedberg2007-05-181-9/+35
* Mark GetConnectedInterfaces as experimentalJohan Hedberg2007-05-181-1/+1
* Update code to match more closely to API descriptionJohan Hedberg2007-05-183-20/+47
* Revert changes of missing GSList functions.Luiz Augusto von Dentz2007-05-181-61/+22
* Add g_slist_nth, g_slist_nth_data, g_slist_last and g_slist_position function...Luiz Augusto von Dentz2007-05-182-0/+42