summaryrefslogtreecommitdiffstats
path: root/sdpd/request.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential allignment trapJohan Hedberg2008-03-051-1/+10
* Fix compilation issues with UCHAR_MAX, USHRT_MAX and UINT_MAXMarcel Holtmann2008-02-021-0/+1
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Better integration into a SDP server libraryMarcel Holtmann2007-01-131-1/+39
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Remove sdp_put_unaligned and sdp_get_unaligned macrosMarcel Holtmann2006-11-171-20/+20
* Remove unneeded newlines in log messagesMarcel Holtmann2006-11-171-53/+46
* Remove unneeded SDP_DEBUG checksMarcel Holtmann2006-11-171-2/+2
* Use common logging functionsMarcel Holtmann2006-11-171-53/+53
* Fix malloc() and bt_malloc() usageMarcel Holtmann2006-08-231-4/+4
* Fix busy loop in UUID extraction routineMarcel Holtmann2006-06-141-10/+17
* Fix an endless if an attribute range has been requestedMarcel Holtmann2006-02-031-4/+8
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
* Big cleanup of CVS relicsMarcel Holtmann2005-10-291-17/+14
* Add support for device specific SDP recordsMarcel Holtmann2005-08-051-4/+6
* Fix more GCC 4.0 warningsMarcel Holtmann2005-07-061-15/+15
* Use uint32_t instead of longMarcel Holtmann2005-03-091-2/+2
* Always include the stdio.h header fileMarcel Holtmann2005-02-221-0/+1
* Unify copyright and license informationMarcel Holtmann2004-04-281-34/+32
* Use unaligned access functions from core libraryMarcel Holtmann2004-04-031-0/+2
* Don't include sdp_internal.hMarcel Holtmann2004-04-031-1/+2
* Add sdpd server daemonMarcel Holtmann2004-03-311-0/+849