summaryrefslogtreecommitdiffstats
path: root/src/sdpd-request.c
Commit message (Collapse)AuthorAgeFilesLines
* Always remember to free the extract_des internal listJohan Hedberg2009-02-261-7/+11
| | | | | The pSeq list needs to be fully free'd when extract_des returns an error.
* Require all parsed elements in extract_des to be of the same typeJohan Hedberg2009-02-261-2/+6
| | | | | | 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.
* Fix SDP data buffer parsingJohan Hedberg2009-02-261-28/+94
| | | | | This patch adds extra checks to make sure we never read past the end of the buffer.
* Minor whitespace fixesJohan Hedberg2009-02-241-1/+1
|
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-6/+7
|
* Fix memory leakJohan Hedberg2009-01-161-1/+3
|
* Bail out from extract_des if sdp_uuid_extract failsJohan Hedberg2009-01-161-5/+5
|
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
|
* Add braces around debug statementsMarcel Holtmann2008-12-231-2/+3
|
* Use tabs instead of whitespacesMarcel Holtmann2008-12-201-1/+1
|
* Fix build error when SDP_DEBUG is enabledClaudio Takahasi2008-10-141-2/+2
|
* Hide the verbose SDP debug behind SDP_DEBUGMarcel Holtmann2008-09-111-47/+47
|
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-2/+2
|
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-0/+960