aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Squelch some compiler warnings.Guy Harris1-1/+1
2009-11-10Removed some unused assignments.Stig Bjørlykke1-1/+1
2008-05-14When we copy strings, don't lop off the last character. Add a couple ofGerald Combs1-11/+27
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman1-4/+2
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-2/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-07Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.Gerald Combs1-1/+3
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-12/+12
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-3/+3
2002-12-03Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-31/+31
2002-05-04From Joerg Mayer: mark an unused argument as such.Guy Harris1-2/+2
2001-12-04Support for stopping capture at specified capture file size or captureGuy Harris1-0/+205