summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Move common code to sdp to avoid duplicationSzymon Janc1-15/+1
2012-02-14dun: Fix using old-style initializersVinicius Costa Gomes1-2/+2
2011-08-29Off-by-one error in uses_rfcommPavel Raiskup1-1/+1
2011-05-29Remove obsolete Sixaxis enablement in hiddBastien Nocera1-12/+0
2011-05-15Fix unused variable warnings reported by GCC 4.6Johan Hedberg2-7/+5
2011-05-15Fix redundant null check on calling free()Szymon Janc1-2/+1
2011-05-10Fix C++ style commentsSzymon Janc1-3/+4
2011-03-10pand: Fix for TP_BNEP_CTRL_BV_01_C qualification testLukasz Rymanowski1-0/+16
2011-03-04Fix small memleak in compat/pand.cSzymon Janc1-3/+6
2011-02-18Replace batostr() with ba2str() to avoid memleaksDavid Herrmann1-2/+3
2010-11-28Remove unused includesJohan Hedberg1-1/+0
2010-10-20Fix hidd to use ServiceName attribute for device nameBalamurugan Mahalingam1-16/+17
2010-10-19Fix accessing freed memoryBalamurugan Mahalingam1-1/+1
2010-05-07Remove extra spaces at end of line in compat dirJose Antonio Santos Cadenas7-25/+25
2010-01-01Update copyright informationMarcel Holtmann13-13/+13
2009-10-23Fix potential buffer overflow by using snprintf instead of sprintfJohan Hedberg1-1/+1
2009-10-02Fix variable initializationsJohan Hedberg1-0/+1
2009-10-02Fix memory leaksSteve Grubb3-3/+19
2009-08-25Fix missing call to closedirVladimir Botka1-1/+3
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-47/+0
2009-07-22Fix another possible array out of bounds.Luiz Augusto von Dentz1-1/+2
2009-03-12Fix a couple of other places that should use size_t and ssize_tJohan Hedberg1-5/+5
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2-3/+3
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann4-10/+11
2009-01-01Update copyright informationMarcel Holtmann13-13/+13
2008-12-23Make functions static and fix includesMarcel Holtmann2-2/+3
2008-11-13Don't install manual pages for old daemons if not enabledMarcel Holtmann1-2/+2
2008-10-20Fix another format string warningJohan Hedberg1-1/+1
2008-08-15Don't use VERSION in a string literalMarcel Holtmann2-6/+6
2008-08-14Use const char *main_help instead of char main_help[]Marcel Holtmann2-4/+4
2008-08-14Fix build problem regarding PATH_MAX.Luiz Augusto von Dentz1-0/+1
2008-08-08Allow BNEP connection to timeout after 30 secondsMarcel Holtmann1-0/+12
2008-08-07Make sure to include compat/sdp.h in the distributionMarcel Holtmann1-3/+3
2008-08-04Move hidd pand and dund into compat directoryMarcel Holtmann18-0/+5080