aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.c
Commit message (Expand)AuthorAgeFilesLines
* name changeRonnie Sahlberg2006-05-211-2/+2
* Fix Coverity run 12 CID 110: Make sure we don't dereference a NULL pointer.Gerald Combs2006-03-071-1/+3
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-12/+12
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-3/+3
* Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"Guy Harris2002-12-031-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-31/+31
* From Joerg Mayer: mark an unused argument as such.Guy Harris2002-05-041-2/+2
* Support for stopping capture at specified capture file size or captureGuy Harris2001-12-041-0/+205