summaryrefslogtreecommitdiffstats
path: root/lib/sdp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sdp_copy_record truncating strings with NULLsBastien Nocera2009-03-131-4/+27
* Fix uninitialized memory issueJohan Hedberg2009-02-131-0/+2
* Fix SDP code to allow compilation with -Wsign-compareMarcel Holtmann2009-01-301-29/+32
* Coding style fixesJohan Hedberg2009-01-131-76/+102
* Fix bug on sdp_copy_record.Luiz Augusto von Dentz2009-01-121-1/+5
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Remove unused sdp_create_base_uuid functionMarcel Holtmann2008-12-231-93/+0
* Make internally used functions staticMarcel Holtmann2008-12-231-3/+3
* Declare variable before usageMarcel Holtmann2008-12-231-1/+4
* Add braces around debug statementMarcel Holtmann2008-12-231-1/+2
* Introduce sdp_copy_record.Luiz Augusto von Dentz2008-11-171-0/+124
* Get rid of format string warnings with recent gcc versionsJohan Hedberg2008-10-201-3/+3
* Include protocol UUIDs in the pattern otherwise complex searches failMarcel Holtmann2008-10-061-3/+9
* Increases the size of the sdp pdu buffer and adds a sanity check for itVinicius Costa Gomes2008-09-101-5/+5
* Convert SDP *_safe functions to default APIMarcel Holtmann2008-08-061-40/+12
* Move library source to lib directoryMarcel Holtmann2008-07-261-0/+4421