aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_util.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-14mate: move 3 big structures from stack to heapPascal Quantin1-14/+36
2016-09-23mate: fix Match edge cases, improve documentationPeter Wu1-263/+175
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-2/+3
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-2/+2
2015-10-05MATE: Add ~ operator supportMichael Mann1-2/+1
2015-06-29plugins/mate: fix some memleaksPeter Wu1-0/+1
2015-01-15mate_util: fix parameter ... not found in the function declaration [-Wdocumen...Alexis La Goutte1-3/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-4/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-3/+3
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-2/+15
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix (-W)documentation found by ClangAlexis La Goutte1-64/+64
2013-11-12Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris1-6/+2
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+2
2013-03-21From beroset:Bill Meier1-28/+28
2013-03-21From beroset:Bill Meier1-31/+31
2013-02-06strtod() is locale-dependent; use g_ascii_strtod() instead.Guy Harris1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-05Fix Coverity 702421: Handle the possibility that fvalue_to_string_repr()Jeff Morriss1-1/+6
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier1-72/+38
2011-03-29Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-0/+1
2011-03-28Don't use prohibited strncpy(). Use g_strlcpy() instead. Ensures that "orig"Chris Maynard1-2/+2
2011-03-27Removed uneeded 'continue'.Bill Meier1-1/+0
2011-03-21Added some casts to fix coverity 325.Stig Bjørlykke1-2/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-16/+16
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-2/+2
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-1/+1
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-07Get one more pointer difference.Guy Harris1-2/+2
2008-09-06To compute the difference between two addresses, cast the pointersGuy Harris1-7/+17
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-30/+30
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier1-2/+2
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-2/+2
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel1-2/+2
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel1-2/+2
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-39/+0
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-1/+2
2005-10-31When printing the code for a display filter:Guy Harris1-27/+1
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+1
2005-08-02Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer1-6/+6
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-11/+11
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon1-2/+2