aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/mate_runtime.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier1-10/+8
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 [U...Bill Meier1-4/+4
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-03-22Allocate correct size of range.Stig Bjørlykke1-2/+2
2011-03-22Coverity 420Ronnie Sahlberg1-7/+4
2011-01-30Add a comment about some "unreachable code" indicating possible incorrect cod...Bill Meier1-230/+230
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-5/+5
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-9/+9
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-09-06Use GINT_TO_POINTER() to cast integral values to gpointer inGuy Harris1-2/+2
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher1-1/+1
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel1-1/+1
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-12-12- add Debug and Default declarations.Luis Ontanon1-1/+5
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-1/+1
2005-05-22at this point mate should be working as it did before the grammarLuis Ontanon1-1/+3
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon1-14/+27
2005-05-16MATE has a grammar.Luis Ontanon1-220/+200
2005-02-18Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVPLuis Ontanon1-2/+43
2005-02-11avoid freeing the gop_key more than once and do not reregister the tap at eve...Luis Ontanon1-0/+1
2005-02-07From LEGO:Anders Broman1-8/+12
2005-02-06From: LEGOAnders Broman1-102/+150
2005-01-28A new patch for mate from Luis Ontanon:Lars Roland1-8/+4
2005-01-21From Luis Ontanon for Mate:Lars Roland1-3/+19
2005-01-10One more patch for mate:Lars Roland1-1/+1
2005-01-06From Luis Ontanon:Lars Roland1-1/+1
2005-01-06From Luis Ontanon:Lars Roland1-5/+6
2004-12-31From Luis Ontanon for Mate:Lars Roland1-52/+129
2004-12-23Fixes for Mate from Luis Ontanon:Lars Roland1-36/+29
2004-12-16Patch for Mate Plugin.Lars Roland1-45/+39
2004-12-12Update for Mate from Luis Ontanon:Lars Roland1-14/+33
2004-12-12Fixes for Mate Plugin:Lars Roland1-20/+24
2004-12-11New Plugin from Luis Ontanon:Lars Roland1-0/+742