aboutsummaryrefslogtreecommitdiffstats
path: root/tap-diameter-avp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-09-23Remove unnecessary include: register.hJeff Morriss1-1/+0
2010-03-26g_strv_length() is only available in GLib 2.6 and later, and we don'tGuy Harris1-1/+3
2010-03-26From Andrej Kuehnal:Anders Broman1-46/+54
2010-03-10strcat -> g_strlcatAnders Broman1-4/+4
2010-03-08The stdlib gods demand tribute.Gerald Combs1-1/+1
2010-03-07Use strtok_s on windows and strtok_r otherwise.Anders Broman1-0/+4
2010-03-07Make tap-diameter-avp.c compile on windows.Anders Broman1-1/+1
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+275