Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Include ppoll.h into the distributionutils-3.3 | Marcel Holtmann | 2006-08-22 | 1 | -0/+2 | |
| | | ||||||
| * | Update changelog and bump version number | Marcel Holtmann | 2006-08-22 | 2 | -1/+13 | |
| | | ||||||
| * | splitted requestor_name into bonding_requestor and discovery_requestor | Claudio Takahasi | 2006-08-21 | 3 | -34/+50 | |
| | | ||||||
| * | Initialize allocated memory to zero for a couple of ioctls | Johan Hedberg | 2006-08-21 | 1 | -0/+4 | |
| | | ||||||
| * | Use hci_devinfo in favor of HCIGETDEVINFO ioctl where possible | Johan Hedberg | 2006-08-21 | 3 | -15/+7 | |
| | | ||||||
| * | Remove UnknownAddress error (since it's unnecessary) | Johan Hedberg | 2006-08-21 | 5 | -85/+19 | |
| | | ||||||
| * | Include dbus-api.txt in the distribution | Marcel Holtmann | 2006-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Make RFCOMM and SDP as experimental | Marcel Holtmann | 2006-08-21 | 1 | -4/+4 | |
| | | ||||||
| * | Leave timeout in context->ltimeouts list before calling the callback | Johan Hedberg | 2006-08-21 | 1 | -2/+3 | |
| | | ||||||
| * | Make the compilation depend on GLib support | Marcel Holtmann | 2006-08-21 | 1 | -0/+2 | |
| | | ||||||
| * | Add basic mainloop functions | Marcel Holtmann | 2006-08-21 | 2 | -8/+22 | |
| | | ||||||
| * | Check for D-Bus GLib bindings | Marcel Holtmann | 2006-08-21 | 2 | -0/+13 | |
| | | ||||||
| * | s/Cancel/Release/ in release_agent() | Johan Hedberg | 2006-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Change timeout values | Marcel Holtmann | 2006-08-20 | 1 | -2/+2 | |
| | | ||||||
| * | A little code cleanup | Johan Hedberg | 2006-08-20 | 1 | -4/+1 | |
| | | ||||||
| * | Fix processing of the timeout list in GMainContext | Johan Hedberg | 2006-08-20 | 3 | -26/+45 | |
| | | ||||||
| * | Preliminary support for passkey agent timeouts | Johan Hedberg | 2006-08-20 | 4 | -61/+87 | |
| | | ||||||
| * | First round of Passkey Release method support | Johan Hedberg | 2006-08-20 | 7 | -56/+155 | |
| | | ||||||
| * | Don't create backend directory if disabled | Marcel Holtmann | 2006-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Install cups backend only when enabled | Marcel Holtmann | 2006-08-20 | 2 | -2/+5 | |
| | | ||||||
| * | Don't install ALSA plugins | Marcel Holtmann | 2006-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | Make installation of udev rules optional | Marcel Holtmann | 2006-08-20 | 3 | -2/+12 | |
| | | ||||||
| * | Refuse zero-length passkeys | Johan Hedberg | 2006-08-19 | 1 | -9/+12 | |
| | | ||||||
| * | Cancel PIN request on HCI level if agent exits | Johan Hedberg | 2006-08-19 | 1 | -0/+3 | |
| | | ||||||
| * | Improve situation where bonding requestor exits | Johan Hedberg | 2006-08-19 | 2 | -34/+77 | |
| | | ||||||
| * | Do byte order magic when checking connection handle for auth complete events | Johan Hedberg | 2006-08-19 | 1 | -1/+1 | |
| | | ||||||
| * | Cancel bonding if requestor exits | Johan Hedberg | 2006-08-19 | 4 | -6/+29 | |
| | | ||||||
| * | Cancel agent requests on DEVDOWN | Johan Hedberg | 2006-08-18 | 2 | -2/+4 | |
| | | ||||||
| * | Initialize peer_addr to avoid invalid free | Marcel Holtmann | 2006-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | Fix copy-and-paste typo | Marcel Holtmann | 2006-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure all necessaray memory is free'd when an agent exits | Johan Hedberg | 2006-08-18 | 1 | -16/+29 | |
| | | ||||||
| * | Fix accessing free'd memory | Johan Hedberg | 2006-08-18 | 3 | -34/+38 | |
| | | ||||||
| * | Fixed adding/initializing devices | Ulisses Furquim | 2006-08-18 | 2 | -36/+33 | |
| | | ||||||
| * | Fix accessing free'd memory | Johan Hedberg | 2006-08-18 | 1 | -2/+2 | |
| | | ||||||
| * | First try at PasskeyAgent Cancel method | Johan Hedberg | 2006-08-18 | 4 | -35/+127 | |
| | | ||||||
| * | Add --automake option | Marcel Holtmann | 2006-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | Add description of PasskeyAgent Cancel method | Johan Hedberg | 2006-08-18 | 1 | -0/+6 | |
| | | ||||||
| * | Fixed SetMode when the adapter is DOWN | Claudio Takahasi | 2006-08-18 | 5 | -8/+71 | |
| | | ||||||
| * | code cleanup:using libc free | Claudio Takahasi | 2006-08-16 | 3 | -34/+9 | |
| | | ||||||
| * | Missing ModeChanged signal on DEVDOWN | Claudio Takahasi | 2006-08-16 | 1 | -1/+9 | |
| | | ||||||
| * | clear D-Bus user data when DEVDOWN event is received | Claudio Takahasi | 2006-08-16 | 1 | -2/+77 | |
| | | ||||||
| * | Don't forget to unblock signals for ppoll() | Marcel Holtmann | 2006-08-16 | 6 | -0/+35 | |
| | | ||||||
| * | Convert to using ppoll() and pselect() | Marcel Holtmann | 2006-08-16 | 14 | -28/+76 | |
| | | ||||||
| * | load/set the default options after HCI_DEV_UP | Claudio Takahasi | 2006-08-15 | 6 | -66/+102 | |
| | | ||||||
| * | Fixed discoverable timeout when detaching/attaching dongle | Claudio Takahasi | 2006-08-11 | 1 | -2/+2 | |
| | | ||||||
| * | Cosmetic cleanup | Marcel Holtmann | 2006-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix issues with udev script directory | Marcel Holtmann | 2006-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo | Marcel Holtmann | 2006-08-10 | 1 | -1/+1 | |
| | | ||||||
| * | Use ${libexecdir} for the udev script directory | Marcel Holtmann | 2006-08-10 | 4 | -4/+8 | |
| | | ||||||
| * | Remove bcm203x firmware loader | Marcel Holtmann | 2006-08-10 | 6 | -231/+2 | |
| | |