Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-19 | HPM Hooks Update | Haru | 1 | -4/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-19 | HPM Hooks Update | Haru | 1 | -2/+2 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -2/+2 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -2/+2 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -4/+2 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -4/+4 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -2/+2 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -8/+20 | |
2016-08-19 | HPM Hooks Update | Haru | 1 | -6/+28 | |
2016-08-14 | HPM Hooks Update | Hercules.ws | 1 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-14 | HPM Hooks Update | Hercules.ws | 1 | -18/+18 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-13 | HPM Hooks Update | Hercules.ws | 1 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-12 | HPM Hooks Update | Hercules.ws | 1 | -0/+12 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-12 | HPM Hooks Update | Haru | 1 | -0/+16 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | HPM Hooks Update | Haru | 1 | -0/+24 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | HPM Hooks Update | Haru | 1 | -0/+18 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | HPM Hooks Update | Haru | 1 | -0/+22 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | HPM Hooks Update | Haru | 1 | -0/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | HPM Hooks Update | Haru | 1 | -0/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-10 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-10 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-09 | HPM Hooks Update | Hercules.ws | 1 | -28/+28 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-09 | HPM Hooks Update | Hercules.ws | 1 | -10/+36 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-07-05 | HPM Hooks Update | Hercules.ws | 1 | -2/+16 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-07-02 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-06-25 | HPM Hooks Update | Haru | 1 | -0/+10 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-06-25 | HPM Hooks Update | Haru | 1 | -6/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-06-24 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-06-24 | HPM Hooks Update | Hercules.ws | 1 | -0/+4 | |
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome> | |||||
2016-04-30 | HPM Hooks Update | Haru | 1 | -2450/+2450 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-30 | HPM Hooks Update | Haru | 1 | -2298/+2298 | |
2016-04-30 | HPM Hooks Update | Haru | 1 | -0/+7091 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-30 | Added type-checking for the addHookPre() and addHookPost() macros | Haru | 1 | -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> |