summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.Defs.inc
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19HPM Hooks UpdateHaru1-4/+2
2016-08-19HPM Hooks UpdateHaru1-4/+4
2016-08-19HPM Hooks UpdateHaru1-2/+2
2016-08-19HPM Hooks UpdateHaru1-8/+20
2016-08-19HPM Hooks UpdateHaru1-6/+28
2016-08-14HPM Hooks UpdateHercules.ws1-2/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-14HPM Hooks UpdateHercules.ws1-18/+18
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-13HPM Hooks UpdateHercules.ws1-2/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-12HPM Hooks UpdateHercules.ws1-0/+12
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-12HPM Hooks UpdateHaru1-0/+16
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12HPM Hooks UpdateHaru1-0/+24
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12HPM Hooks UpdateHaru1-0/+18
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12HPM Hooks UpdateHaru1-0/+22
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12HPM Hooks UpdateHaru1-0/+8
Signed-off-by: Haru <haru@dotalux.com>
2016-07-12HPM Hooks UpdateHaru1-0/+6
Signed-off-by: Haru <haru@dotalux.com>
2016-07-10HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-10HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09HPM Hooks UpdateHercules.ws1-28/+28
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-09HPM Hooks UpdateHercules.ws1-10/+36
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2016-07-05HPM Hooks UpdateHercules.ws1-2/+16
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-07-02HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-06-25HPM Hooks UpdateHaru1-0/+10
Signed-off-by: Haru <haru@dotalux.com>
2016-06-25HPM Hooks UpdateHaru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2016-06-24HPM Hooks UpdateHercules.ws1-0/+2
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-06-24HPM Hooks UpdateHercules.ws1-0/+4
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
2016-04-30HPM Hooks UpdateHaru1-2450/+2450
Signed-off-by: Haru <haru@dotalux.com>
2016-04-30HPM Hooks UpdateHaru1-2298/+2298
2016-04-30HPM Hooks UpdateHaru1-0/+7091
Signed-off-by: Haru <haru@dotalux.com>
2016-04-30Added type-checking for the addHookPre() and addHookPost() macrosHaru1-0/+24
- The macros will now throw a warning at compile time if a plugin is using a wrong function type for a pre or post hook. This avoids some very subtle, hard to detect, issues. - The macros now require 3 arguments instead of 2. Example: old code: addHookPre("ifname->function" my_hook); becomes: addHookPre(ifname, function, my_hook); Signed-off-by: Haru <haru@dotalux.com>