History log of /external/bluetooth/bluez/src/sdpd-request.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a554d3a656f0b0e3a3d82b68ab61b89f1b876660 05-Jun-2010 Gustavo F. Padovan <gustavo@padovan.org> Fix redundant null check on calling free()

Issues found by smatch static check: http://smatch.sourceforge.net/
/external/bluetooth/bluez/src/sdpd-request.c
e891f7df6225c758da0d95f7554c6cc67f72f31e 21-May-2010 Gustavo F. Padovan <gustavo@padovan.org> Move logging.{c,h} to log.{c,h}

Try to make log stuff more similar to ConnMan and oFono.
/external/bluetooth/bluez/src/sdpd-request.c
8c83ffe7c3c1c7872b1c273a0c51d770cebcdfb3 07-May-2010 Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Remove extra spaces from sdpd-request.c
/external/bluetooth/bluez/src/sdpd-request.c
dd7494fa11f897fa9a4356425b5f1652c57345f3 22-Mar-2010 Luiz Augusto Von Dentz <luiz.dentz-von@nokia.com> Check the return of getsockopt and getsockname logging the errors
/external/bluetooth/bluez/src/sdpd-request.c
9184e2eeb7b97371c6b83b747c8984e2340d2b47 02-Jan-2010 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-request.c
17eba72c9316013b28049475aaeaee4af4de246b 26-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix AttributeIdList parsing

The attribute ID list can have a mix of uint16 elements (a single attribute id)
and uint32 elements (a range of attribute id's). The extract_des function was
created with the assumption that lists passed to it always contain only one
data type so extracting the attribute id list with it hasn't been possible.

Before commit 02cd65fff0eac590c55968509c9023b691c69245 the SDP code would
access invalid memory in the case of attribute id lists with mixed data types
and after that commit the code would return a "invalid syntax" error to the SDP
client (which is also not good). This patch adds a new struct to describe an
element of this list so that the extract_attrs function is able to correctly
parse each element.
/external/bluetooth/bluez/src/sdpd-request.c
7c27b3e218470ba0bc2beaad39635f7b3548e53a 12-Mar-2009 Johan Hedberg <johan.hedberg@nokia.com> Make use of size_t and ssize_t when possible
/external/bluetooth/bluez/src/sdpd-request.c
9376c701f426cdafb75c80c67bbf1683c71301f0 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Always remember to free the extract_des internal list

The pSeq list needs to be fully free'd when extract_des returns an
error.
/external/bluetooth/bluez/src/sdpd-request.c
02cd65fff0eac590c55968509c9023b691c69245 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Require all parsed elements in extract_des to be of the same type

The extract_des function returns just one element type to the caller so
if there are mixed elements it'll be impossible for the caller to know
how to handle the returned list.
/external/bluetooth/bluez/src/sdpd-request.c
9d2a1187bbe371b16009fe241e30c0ed16a0c51a 26-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix SDP data buffer parsing

This patch adds extra checks to make sure we never read past the end of
the buffer.
/external/bluetooth/bluez/src/sdpd-request.c
006592002415323e97f3e093f1456fa7d856d821 24-Feb-2009 Johan Hedberg <johan.hedberg@nokia.com> Minor whitespace fixes
/external/bluetooth/bluez/src/sdpd-request.c
9c0b5859e6cc4b7a0e925fde8665990281b265d3 29-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix mostly every warning caused by -Wsign-compare
/external/bluetooth/bluez/src/sdpd-request.c
b5fe14e46c4351fe582f009de2f0b6d6834566e5 16-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Fix memory leak
/external/bluetooth/bluez/src/sdpd-request.c
6a071bd0026898a3f43074280b1004e8f0aea2e4 16-Jan-2009 Johan Hedberg <johan.hedberg@nokia.com> Bail out from extract_des if sdp_uuid_extract fails
/external/bluetooth/bluez/src/sdpd-request.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/src/sdpd-request.c
06a68ed11cede5b8cd594da3464ba4a5aa1aab24 23-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Add braces around debug statements
/external/bluetooth/bluez/src/sdpd-request.c
d18ac6535c7058f59efccf9e82ae84b4cd5c9c93 20-Dec-2008 Marcel Holtmann <marcel@holtmann.org> Use tabs instead of whitespaces
/external/bluetooth/bluez/src/sdpd-request.c
948e66f85e25b39cb839c38a03fc6a17896a6395 14-Oct-2008 Claudio Takahasi <claudio.takahasi@openbossa.org> Fix build error when SDP_DEBUG is enabled
/external/bluetooth/bluez/src/sdpd-request.c
3193b75007d8dcb15ef0ee3c75ae1fe467a90730 11-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Hide the verbose SDP debug behind SDP_DEBUG
/external/bluetooth/bluez/src/sdpd-request.c
d39e08cc5483dc924f3b764b87042fb6aebb722d 06-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Convert SDP *_safe functions to default API
/external/bluetooth/bluez/src/sdpd-request.c
e0581b5e29c71c4a0b429ebad671e9bb5583f8e0 29-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Move hcid to src directory and rename it to bluetoothd
/external/bluetooth/bluez/src/sdpd-request.c