OSDN Git Service

android-x86/external-bluetooth-bluez.git
2008-07-11 Marcel HoltmannMake sure to actually set the link mode option
2008-07-11 Marcel HoltmannFix SDP record registration with specific record handles
2008-07-11 Marcel HoltmannAdd alternate TI init routine
2008-07-11 Marcel HoltmannSet input speed and the LL protocol identifier
2008-07-10 Marcel HoltmannAllow link mode settings for outgoing connections
2008-07-10 Marcel HoltmannMention the broken bgb2xx init routine
2008-07-10 Marcel HoltmannAdd include for <limits.h>
2008-07-10 Marcel HoltmannMake sure to include <signal.h>
2008-07-10 Marcel HoltmannAdd example record for headset audio gateway record
2008-07-10 Marcel HoltmannUse Handsfree version 0x0105 for the gateway role
2008-07-10 Marcel HoltmannQuick hack to allow reject of PIN code requests
2008-07-10 Marcel HoltmannAdd extra attributes to the serial port record
2008-07-01 Marcel HoltmannUpdate changelog and bump version number
2008-06-30 Claudio TakahasiFixed missing include
2008-06-30 Claudio TakahasiRemoved unused variable
2008-06-30 Claudio TakahasiAdded uuid128 support for device DiscoverServices
2008-06-30 Claudio TakahasiAccept friendly names for discover services
2008-06-30 Marcel HoltmannDon't use lib prefix for plugins
2008-06-27 Luiz Augusto... Fix authorization when experiemental is disabled.
2008-06-26 Luiz Augusto... Fix probing and removing drivers when discovering services.
2008-06-25 Luiz Augusto... Cleanup device_browse code.
2008-06-25 Marcel HoltmannEnable output of timestamps
2008-06-24 Marcel HoltmannFix uninitialized variable in passkey request handling
2008-06-24 Marcel HoltmannUpdate changelog and bump version number
2008-06-24 Marcel HoltmannMention Glenns contributions
2008-06-24 Marcel HoltmannUse safe functions for the server PDU extraction
2008-06-24 Marcel HoltmannUse safe PDU extract functions
2008-06-24 Marcel HoltmannUse the safe versions for SDP record extraction
2008-06-23 Marcel HoltmannUse the correct socket descriptor for incoming connections
2008-06-23 Marcel HoltmannAdd timestamp option
2008-06-23 Marcel HoltmannRemove invalid line in usage output
2008-06-23 Marcel HoltmannMention Alberts contributions
2008-06-23 Marcel HoltmannFix collect for non-persistent service records
2008-06-22 Marcel HoltmannRemove unneeded links
2008-06-22 Marcel HoltmannRemove the Mono example
2008-06-22 Marcel HoltmannUpdate D-Bus configuration file
2008-06-22 Marcel HoltmannRemove the obsolete todo document
2008-06-18 Luiz Augusto... Make RemoveDevice to return when the device is busy...
2008-06-18 Marcel HoltmannUpdate changelog and bump version number
2008-06-18 Marcel HoltmannFix driver comparison
2008-06-18 Marcel HoltmannMake netlink support optional and disable storage plugin
2008-06-18 Luiz Augusto... Fix DiscoverDevice to wait untils the browse finishes...
2008-06-17 Luiz Augusto... Only allow discover requestor to cancel it.
2008-06-17 Luiz Augusto... Fix authorization mechanism for 3.x.
2008-06-16 Luiz Augusto... Remove calls to RequestAuthorization.
2008-06-16 Marcel HoltmannSet request structure to zero
2008-06-16 Luiz Augusto... Fix bt_cancel_discovery to only succeed when there...
2008-06-16 Johan HedbergFix minor whitespace issues
2008-06-16 Marcel HoltmannFix driver structure declaration in the probe function
2008-06-16 Marcel HoltmannRemove obsolete FIXME comment
2008-06-16 Marcel HoltmannAllow to cancel a service discovery
2008-06-16 Marcel HoltmannSmall API update
2008-06-16 Marcel HoltmannImprove the auth requirement handling
2008-06-15 Marcel HoltmannOnly update service classes for device that are up...
2008-06-15 Marcel HoltmannAllow setting of RFC mode
2008-06-12 Marcel HoltmannAdd support for reading/setting the link policy
2008-06-12 Johan HedbergStore IO capabilities of remote device in device object
2008-06-12 Johan HedbergRemove unnecessary empty line
2008-06-12 Johan HedbergTrack agent request status in conjunction with authenti...
2008-06-12 Johan HedbergDon't use raw HCI for tracking authentication request...
2008-06-12 Johan HedbergMove authentication request functions into adapter.c
2008-06-12 Johan HedbergMake hcid_dbus_new_auth_request private to dbus-hci.c
2008-06-12 Johan HedbergMinor whitespace issue
2008-06-12 Johan HedbergDocument current purpose of auth_reqs
2008-06-12 Johan HedbergRename pin_reqs o auth_reqs since it's tracking SSP too
2008-06-12 Johan HedbergUse adapter_find_device instead of adapter_get_device...
2008-06-12 Johan HedbergAdd some extra debugs to track device creation
2008-06-12 Johan HedbergWait for CreatePairedDevice to complete before exiting...
2008-06-11 Johan HedbergMake traditional PIN code request interactive
2008-06-11 Marcel HoltmannAvoid direct inclusion of malloc.h
2008-06-11 Johan HedbergFix use of uninitialized memory when getting local...
2008-06-11 Johan HedbergUse separate callback for errors
2008-06-11 Johan HedbergUse strerror to show HCIGETAUTHINFO ioctl error
2008-06-11 Johan HedbergFindDevice and RemoveDevice should fail for devices...
2008-06-11 Marcel HoltmannIf we have no agent then capability is no input and...
2008-06-11 Marcel HoltmannUse auth requirement proposed by kernel if available
2008-06-11 Marcel HoltmannFix debug output for link key type
2008-06-11 Marcel HoltmannReject unauthenticated and debug keys when MITM is...
2008-06-11 Marcel HoltmannRetrieve link key type together with the key itself
2008-06-11 Marcel HoltmannAllow auto-accept with no agent present
2008-06-11 Marcel HoltmannParse the IO capa response event
2008-06-10 Marcel HoltmannUse the pattern parameter in DiscoverServices()
2008-06-10 Johan HedbergStore hci status in authentication complete case
2008-06-10 Johan HedbergDon't do pending authentication replies if we already...
2008-06-10 Johan HedbergCall agent_cancel only after doing the error callback
2008-06-10 Claudio TakahasiChanged device Disconnect possible errors
2008-06-10 Johan HedbergFix storing socket fd in bt_sco_connect
2008-06-10 Marcel HoltmannUse GLib helpers for host/network order
2008-06-10 Marcel HoltmannAdd g_timeout_add_seconds to eglib
2008-06-10 Marcel HoltmannAdd host/network order helper functions
2008-06-10 Marcel HoltmannUse common UUID string helpers
2008-06-10 Marcel HoltmannFix some minor details
2008-06-09 Claudio TakahasiRemoved find_conn function
2008-06-09 Claudio TakahasiAdded device Disconnect
2008-06-09 Luiz Augusto... Remove use of g_dbus_unregister_all_interfaces.
2008-06-09 Luiz Augusto... Make unregister_adapter_path to use g_dbus_unregister_a...
2008-06-09 Marcel HoltmannFix signedness issue
2008-06-09 Luiz Augusto... Move adapter list from dbus-hci.c to manager.c
2008-06-09 Marcel HoltmannA little bit pretty-print for the record
2008-06-09 Marcel HoltmannAppend full record to discover service results
next