aboutsummaryrefslogtreecommitdiffstats
path: root/tap-megaco-common.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier1-4/+0
svn path=/trunk/; revision=42446
2011-01-30When searching a list, validate pointer before (not after) trying to use it.Bill Meier1-4/+6
In this particular case, the code logic may ensure that the search thru the list never hits the end of the list so that a crash because of an attempt to deref a NULL pointer never happens. Issue found via msvc level 4 warning "code not reachable". svn path=/trunk/; revision=35706
2010-12-06Remove an unused include.Gerald Combs1-1/+0
svn path=/trunk/; revision=35129
2010-09-23Remove unnecessary include: register.hJeff Morriss1-8/+7
svn path=/trunk/; revision=34194
2010-03-01Squelch some compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=32074
2009-01-06Disable MEGACO service response time statistics when context tracking is ↵Balint Reczey1-1/+7
disabled. svn path=/trunk/; revision=27167
2008-12-31Removed obsolete GTK includes.Balint Reczey1-8/+0
svn path=/trunk/; revision=27144
2008-12-31Service response time statistics for MEGACO (CLI part).Balint Reczey1-0/+200
Refactored GUI part to avoid code duplication. svn path=/trunk/; revision=27143