Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | Fix gcc lto. | Andrei Karas | 1 | -2/+2 | |
2016-10-07 | Suppressed the superuser check in CI builds | Haru | 1 | -1/+1 | |
- Speeds up GitLab builds by 1 minute Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-02 | Added Doxygen configuration (use 'make docs' to generate) | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-12 | Add omit frame pointer flag if debug flag enabled. | Andrei Karas | 1 | -0/+28 | |
2016-07-08 | Disable epoll by default and fix formatting in epoll in configure.ac | Andrei Karas | 1 | -13/+16 | |
2016-07-08 | Added epoll as event-dispatcher on linux (instead of select()) | Florian Wilkemeyer | 1 | -0/+39 | |
Note: It will be enabled by default if configure detects that the system has support for epoll To enforce usage of select run configure with --enable-epoll=no | |||||
2016-07-04 | Added messages to discourage running Hercules as root. | Haru | 1 | -0/+45 | |
- You should not run Hercules as root, period. - If you understand all of the security implications, and still want to do so (and you don't want to be bothered by the warning messages), open core.c and uncomment the line: "//#define I_AM_AWARE_OF_THE_RISK_AND_STILL_WANT_TO_RUN_HERCULES_AS_ROOT" - If you're running Hercules as root because your provider forces (or encourages) you to do so, it means they're really doing it wrong, so please complain to them and ask them for an alternative. - More info on the topic: http://www.tldp.org/HOWTO/Security-HOWTO/local-security.html https://wiki.debian.org/sudo http://wiki.centos.org/TipsAndTricks/BecomingRoot http://fedoraproject.org/wiki/Configuring_Sudo https://help.ubuntu.com/community/RootSudo http://www.freebsdwiki.net/index.php/Root Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-29 | Rename configure.in into configure.ac | Andrei Karas | 1 | -0/+1456 | |