summaryrefslogtreecommitdiff
path: root/common/sdp-xml.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-28Move common files into src directoryMarcel Holtmann1-794/+0
2009-08-14Remove dependency on logging helpersMarcel Holtmann1-5/+0
2009-03-24Fix off-by-one errorJohan Hedberg1-1/+1
2009-03-24Fix invalid memory access when dealing with URLsBastien Nocera1-1/+8
2009-03-13Don't truncate strings with embedded NULLsBastien Nocera1-4/+5
2009-01-29Fix signed/unsigned integer comparison for helpersMarcel Holtmann1-2/+1
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-23Fix variable declaration after statementsMarcel Holtmann1-4/+3
2008-11-13Fix possible invalid read.Luiz Augusto von Dentz1-4/+4
2008-06-11Avoid direct inclusion of malloc.hMarcel Holtmann1-1/+0
2008-03-05Use the GMarkup stubs from eglibMarcel Holtmann1-1/+0
2008-02-02Update copyright informationMarcel Holtmann1-1/+1
2008-01-28Whitespace cleanupJohan Hedberg1-12/+11
2007-05-22Use same decoder for text and URL stringsMarcel Holtmann1-51/+40
2007-05-21Fix SDP pattern extraction for XMLMarcel Holtmann1-11/+20
2007-02-12Fix minor issues in SDP XML supportMarcel Holtmann1-3/+3
2007-01-20Fix memory leaks in XML parser for SDPMarcel Holtmann1-7/+11
2007-01-20Extract common function from expat based parserMarcel Holtmann1-0/+89
2007-01-13Update copyright informationMarcel Holtmann1-1/+1
2006-11-22Fix UUID16 parsingMarcel Holtmann1-1/+3
2006-11-22Add first draft XML based service record registrationMarcel Holtmann1-26/+328
2006-11-13Cleanup SDP XML supportMarcel Holtmann1-10/+11
2006-11-10Added raw service record to xml conversion functionsClaudio Takahasi1-0/+400