aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
AgeCommit message (Expand)AuthorFilesLines
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