summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add basic framework for the test interfaceMarcel Holtmann2006-09-283-0/+49
| |
| * Correct the const declarationMarcel Holtmann2006-09-281-10/+8
| |
| * Add apitest utilityMarcel Holtmann2006-09-282-1/+433
| |
| * Don't include dbus-test into distributionMarcel Holtmann2006-09-281-1/+1
| |
| * Add source file for test interfaceMarcel Holtmann2006-09-283-435/+30
| |
| * GetMajorClass: call hci_read_class_of_dev to check the major classClaudio Takahasi2006-09-281-1/+21
| |
| * GetMinorClass must return UnsupportedMajorClass if the major class isn't ↵Claudio Takahasi2006-09-271-4/+4
| | | | | | | | "computer"
| * cleanupClaudio Takahasi2006-09-271-10/+7
| |
| * missing set expected return event for hci_send_reqClaudio Takahasi2006-09-272-1/+6
| |
| * changed timeout for hci_send_reqClaudio Takahasi2006-09-272-16/+16
| |
| * Fix the test for an error conditionUlisses Furquim2006-09-271-1/+1
| |
| * Return correct error reply for CreateBonding when using security mode 3Johan Hedberg2006-09-275-18/+37
| |
| * Support for prioritized watchesJohan Hedberg2006-09-274-4/+56
| |
| * Update changelog and bump version numberutils-3.6.1Marcel Holtmann2006-09-272-1/+8
| |
| * Fix CreateBonding error return on authentication failureJohan Hedberg2006-09-273-1/+10
| |
| * Reply with correct error to CreateBonding when a page timeout occursJohan Hedberg2006-09-272-2/+8
| |
| * Make sure passkey agents get Cancel and Release methods if necessary in the ↵Johan Hedberg2006-09-271-1/+4
| | | | | | | | security mode 3 case
| * Fix pairing state when using security mode 3Johan Hedberg2006-09-271-1/+10
| |
| * Make "user" the default security modeMarcel Holtmann2006-09-261-1/+1
| |
| * Fix order of header inclusionMarcel Holtmann2006-09-264-3/+3
| |
| * Fix closing of a GIOChannel so that G_IO_NVAL gets properly signaledJohan Hedberg2006-09-261-2/+10
| |
| * Do byte order conversion on handle before passing it to the controllerJohan Hedberg2006-09-251-1/+1
| |
| * Fix HUP or ERR checkingJohan Hedberg2006-09-251-1/+1
| |
| * Keep watching the bonding IO channel after the connection has been createdJohan Hedberg2006-09-251-1/+9
| |
| * Update changelog and bump version numberutils-3.6Marcel Holtmann2006-09-242-1/+12
| |
| * Don't call close for already closed IO channelsJohan Hedberg2006-09-241-1/+1
| |
| * Don't call free for a potential NULL pointerJohan Hedberg2006-09-241-1/+3
| |
| * Remove bonding io channel watch when freeing related dataJohan Hedberg2006-09-241-0/+4
| |
| * Don't use ident 0 for information requestMarcel Holtmann2006-09-241-2/+2
| |
| * Add information request commandMarcel Holtmann2006-09-241-7/+117
| |
| * missing DiscoveryCompleted if GetRemoteName is called and there is inquiry ↵Claudio Takahasi2006-09-221-7/+7
| | | | | | | | running(started by NON D-Bus)
| * Fix SDP session leak when a page timeout occurrs during ↵Ulisses Furquim2006-09-221-0/+6
| | | | | | | | RFCOMM.{Bind(),Connect()}
| * Stupid format string/parameter fix to previous commitJohan Hedberg2006-09-221-1/+1
| |
| * Check that the caller of RFCOMM.Connect is still present before returning a ↵Johan Hedberg2006-09-221-0/+6
| | | | | | | | successful reply
| * Check discovery checking for CreateBondingJohan Hedberg2006-09-221-1/+1
| |
| * Make sure to disable the name resolution for non D-Bus clientsMarcel Holtmann2006-09-211-36/+69
| |
| * Allow standard inquiry while periodic inquiry is activeMarcel Holtmann2006-09-211-8/+5
| |
| * removed memory leakClaudio Takahasi2006-09-212-4/+13
| |
| * Fix some problems when doing consecutive SDP searchesUlisses Furquim2006-09-211-47/+61
| |
| * Rename RemoteDeviceLost to RemoteDeviceDisappearedMarcel Holtmann2006-09-212-1/+7
| |
| * Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.cJohan Hedberg2006-09-213-65/+52
| |
| * Added out of range signalClaudio Takahasi2006-09-212-2/+64
| |
| * Revert previous memleak fix since it is incorrect. The real leak is inside ↵Johan Hedberg2006-09-211-6/+6
| | | | | | | | dbus-sdp.c
| * Fix memory leak in Bind and Connect methodsJohan Hedberg2006-09-211-6/+6
| |
| * send DiscoveryCompleted before PeriodicDiscoveryStoppedClaudio Takahasi2006-09-211-5/+5
| |
| * CSR workaround: sending DiscoveryCompleted when exiting from periodic inq ↵Claudio Takahasi2006-09-211-0/+8
| | | | | | | | mode and standard inq was active
| * DiscoveryCompleted:send this signal properly when inq is called inside the ↵Claudio Takahasi2006-09-213-22/+48
| | | | | | | | periodic inq idle interval
| * Don't use UUID128 for service searching if not necessaryJohan Hedberg2006-09-211-13/+14
| |
| * Implement RFCOMM.Bind D-Bus methodJohan Hedberg2006-09-211-54/+174
| |
| * Use simple extraction for EIR namesMarcel Holtmann2006-09-201-11/+29
| |