summaryrefslogtreecommitdiff
path: root/rpmio/rpmhook.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31Ugh, fix brokenness from previous commitPanu Matilainen1-0/+1
2009-08-31Replace equal/not equal uses of str[n]cmp() with rstreq[n] in io codePanu Matilainen1-1/+1
2009-06-26Handle hook unregistering itselfPanu Matilainen1-1/+3
2008-09-25Use safer xstrdup() instead of strdup() wherever possibleJindrich Novy1-1/+1
2008-01-30Include spring-cleaningPanu Matilainen1-0/+2
- put some consistency into include ordering - everything (apart from bits missed ;) is now ordered like this 1. "system.h" 2. other system includes 3. rpm public headers 4. rpm private headers 5. "debug.h"
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-1/+1
2007-10-28Include "rpmhook.h" instead of <rpmhook.h>.Ralf Corsépius1-1/+1
2007-09-11Remove splint tags.Ralf Corsépius1-43/+7
2004-10-09Splint fiddles.jbj1-3/+4
CVS patchset: 7435 CVS date: 2004/10/09 17:29:22
2004-04-19Splint fiddles.jbj1-94/+129
CVS patchset: 7242 CVS date: 2004/04/19 12:12:12
2004-04-18Implemented Lua support for the hooking system.niemeyer1-15/+31
CVS patchset: 7239 CVS date: 2004/04/18 20:47:29
2004-04-18Implemented external interface for the hooking system, andniemeyer1-94/+97
included in rpm context. CVS patchset: 7238 CVS date: 2004/04/18 18:30:21
2004-04-18Adding in-development hooking system into the repository.niemeyer1-0/+238
CVS patchset: 7237 CVS date: 2004/04/18 03:23:39