aboutsummaryrefslogtreecommitdiffstats
path: root/tap-diameter-avp.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-2/+0
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-09-23Remove unnecessary include: register.hmorriss1-1/+0
2010-03-26g_strv_length() is only available in GLib 2.6 and later, and we don'tguy1-1/+3
2010-03-26From Andrej Kuehnal:etxrab1-46/+54
2010-03-11Squelch some compiler warnings.guy1-4/+4
2010-03-09Mark unused arguments.guy1-1/+1
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-0/+279