summaryrefslogtreecommitdiff
path: root/src/sdp-xml.c
Commit message (Expand)AuthorAgeFilesLines
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-2/+2
* sdp: Fix missing sdp_xml_parse_string_decode() NULL return checkJohan Hedberg2014-06-161-0/+4
* sdp: Fix memory issues to avoid potential crashVikrampal Yadav2014-06-161-1/+15
* sdp-xml: Remove newline before EOFSyam Sidhardhan2013-01-091-1/+0
* core: Remove the total silly usage of gchar and replace it with just charMarcel Holtmann2013-01-041-3/+3
* core: Make sdp-xml encoding defines privateJohan Hedberg2012-12-181-0/+3
* core: Make sdp-xml functions private that aren't used publicallyJohan Hedberg2012-12-181-387/+388
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* build-sys: Define _GNU_SOURCE in config.hLucas De Marchi2012-12-051-1/+0
* sdp-xml: Fix parsing of unknown elementsJohan Hedberg2012-11-171-0/+5
* core: Move sdp_xml_parse_record from service plugin to sdp-xml.cJohan Hedberg2012-10-021-0/+209
* sdp: Fix redundant NULL checks in convert_raw_attr_to_xml_funcSzymon Janc2012-08-281-4/+1
* Fix unused variable warnings reported by GCC 4.6Johan Hedberg2011-05-151-7/+1
* Fix empty parameter list in functions declarationsSzymon Janc2011-05-151-1/+1
* Get rid of redundant type casts from SDP codeJohan Hedberg2010-10-271-6/+5
* Fix redundant null check on calling free()Gustavo F. Padovan2010-06-081-6/+2
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Move common files into src directoryMarcel Holtmann2009-08-281-0/+794