plugins/Makefile.common.inc should already be defining
[metze/wireshark/wip.git] / plugins / mate /
2013-02-09 Guy Harrisplugins/Makefile.common.inc should already be defining
2013-02-09 Anders BromanTry to fix the makefiles to be able to build mate after...
2013-02-08 Guy HarrisStick NONGENERATED_ in the front of the macros listing...
2013-02-08 Guy HarrisWe don't care what source files are "dissector" source...
2013-02-06 Guy Harris-Werror needs to be applied only to clean files, not...
2013-02-06 Guy HarrisAdd -Werror if enabled.
2013-02-06 Guy HarrisOnly remove Flex-generated files with "nmake distclean...
2013-02-06 Guy HarrisDon't bother setting XXX_FILES to empty strings.
2013-02-06 Guy Harrisstrtod() is locale-dependent; use g_ascii_strtod()...
2013-02-06 Guy HarrisDon't run Lemon-generated header files through checkAPI...
2013-02-06 Guy HarrisDo a bit more splitting and combining of file names...
2013-02-05 Guy Harrismate_parser.obj depends on mate_grammar.h, as it's...
2013-02-05 Guy HarrisPut NODIST_ at the beginning of macros containing NODIS...
2013-02-05 Guy HarrisDon't forget the .c files that we *don't* distribute.
2013-02-05 Guy Harrismate_parser.c includes mate_grammar.h, so make mate_par...
2013-02-05 Guy HarrisDon't distribute the results of running Lemon, as we...
2013-02-04 Gerald CombsMore silent build support.
2013-02-04 Gerald CombsPrettify more build output.
2013-02-01 Gerald CombsEnable more build silence.
2013-02-01 Gerald CombsGo far enough down a rabbit hole and you will encounter...
2013-02-01 Gerald CombsChange some "<x>.c : <y>.h" rules to "<x>.o : <y>.h...
2013-01-30 Gerald CombsFix more dependencies.
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-13 Jeff MorrissCreate, and start using, file name preferences.
2012-06-05 Jeff MorrissFix Coverity 702421: Handle the possibility that fvalue...
2012-06-01 Bill MeierSet Makefile.common as a plugin.c dependency so plugin...
2012-06-01 Bill MeierWindows: Set Makefile.common as a plugin.c dependency...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2012-01-16 Bill MeierUse GSlice API instead of GMemChunk API for some memory...
2012-01-16 Bill MeierFix a typo in an error message.
2011-08-08 Jörg MayerAdd a comment about the uncommented glib deprecated...
2011-08-07 Jörg Mayermate_grammar.lemon:
2011-08-07 Jörg MayerReplace deprecated glib functions.
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-19 Bill MeierDon't assign a value to a variable which is then never...
2011-05-19 Jörg MayerFix another old style function declaration warning
2011-04-25 Guy HarrisMore fun with GArrays: cast away some warnings that...
2011-04-22 Alexis La GoutteFix (latest) Dead Store (Dead nested assignment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-03-29 Anders BromanAdded FALLTHRU comment to avoid a "missing break"...
2011-03-28 Chris MaynardDon't use prohibited strncpy(). Use g_strlcpy() instea...
2011-03-27 Bill MeierRemoved uneeded 'continue'.
2011-03-22 Stig BjørlykkeAllocate correct size of range.
2011-03-22 Ronnie SahlbergCoverity 420
2011-03-21 Stig BjørlykkeAdded some casts to fix coverity 325.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2011-01-30 Bill MeierWhitespace cleanup (remove trailing blanks from lines).
2011-01-30 Bill MeierAdd a comment about some "unreachable code" indicating...
2010-09-24 Guy HarrisPlugins are not shared libraries, so:
2010-09-23 Jörg MayerH. Sivank <hsivank@gmail.com>
2010-05-14 Jeff MorrissAdd Cmake stuff to the source distribution so more...
2010-04-14 Jeff MorrissBe sure we initialize the p_id in hf's. This fixes
2010-04-14 Jeff MorrissFix up MATE's hf display values so MATE will actually...
2010-03-18 Jörg Mayercmake changes:
2010-02-24 Jörg Mayer- Remove the lib prefix for plugin names.
2010-01-28 Bill MeierFix some gcc -Wshadow warnings.
2009-11-17 Jörg MayerBeginnings of enabling static builds. Still to do:
2009-11-07 Jörg Mayercmake will now honor -Werror if configured (default...
2009-10-19 Stig BjørlykkeRemoved redundant redeclaration of delete_avpl().
2009-10-09 Kovarththanan Raja... Use register_dissector_files in the plugins dissectors
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-09-25 Jörg MayerFix build of make and asn1 plugins.
2009-09-21 Jörg MayerCMake:
2009-09-16 Jörg MayerBuild a few more plugins
2009-09-13 Jeff MorrissRun checkapi on the dissector header files
2009-09-09 Kovarththanan Raja... We no longer support the old plugin API so remove it...
2009-08-03 Bill MeierUse find_dissector() instead of create_dissector_handle();
2009-07-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3719:
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-04-16 Gerald CombsFix Win64 compilation problems in the plugins directory.
2009-03-27 Bill MeierReplace some unnecessary use of g_snprintf and g_strdup...
2009-03-18 Bill MeierFrom Jakub Zawadzki: g_gnprintf & etc: Use size of...
2009-03-15 Gerald CombsGo a little deeper into the Win64 rabbit-hole. Add...
2009-03-02 Gerald CombsDisable manifest building for our DLLs. This attempts...
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2008-12-22 Bill MeierFix some typos and spelling (mostly in text strings)
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-09-07 Guy HarrisGet one more pointer difference.
2008-09-06 Guy HarrisTo compute the difference between two addresses, cast...
2008-09-06 Guy HarrisUse GINT_TO_POINTER() to cast integral values to gpoint...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-07-29 Jeff MorrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-26 Gerald CombsAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-11 Bill Meierg_string_sprintf --> g_string_printf and g_string_sprin...
2008-05-05 Anders BromanMake it possible to run checkapi on all plugins trough...
2008-04-25 Bill Meier Bug 2493: Fix (Part 3 of 3):
2008-04-25 Bill Meier Bug 2493: Fix (Part 2):
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-29 Jaap KeuterRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-21 Anders BromanIn glib 2.16 g_malloc Changed from:
next