Age | Commit message (Expand) | Author | Files | Lines |
2016-04-19 | Added --enable-Werror option to the configure script | Haru | 1 | -0/+55 |
2016-04-19 | Corrected some variable name errors in the configure script | Haru | 1 | -3/+3 |
2016-03-20 | Enabled the -Wcast-qual diagnostic flag in the configure script | Haru | 1 | -0/+1 |
2016-02-20 | Fixed compile warnings in clang | Haru | 1 | -1/+1 |
2016-02-20 | Added explicit c99 mode to CFLAGS in the configure script | Haru | 1 | -1/+1 |
2016-02-19 | Add to configure some flags what for now not create any warnings. | Andrei Karas | 1 | -7/+15 |
2016-02-19 | Remove some unused macroses. Left macroses in socket.c | Andrei Karas | 1 | -3/+8 |
2016-02-19 | Add noreturn attributes. | Andrei Karas | 1 | -1/+9 |
2016-02-19 | Fix missing include dirs. Add compiler flag -Wmissing-include-dirs. | Andrei Karas | 1 | -1/+3 |
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -1/+9 |
2016-02-19 | Fix some cast discards 'const' qualifier from pointer target type warnings. | Andrei Karas | 1 | -0/+2 |
2016-02-06 | Removed special handling of zlib in the configure script | Haru | 1 | -27/+2 |
2016-02-06 | Changed PCRE to properly use the system-provided pcre.h | Haru | 1 | -1/+2 |
2016-02-06 | Added /usr/local path to the header and library search paths | Haru | 1 | -0/+12 |
2016-02-05 | Remove from configure flag -fvisibility=hidden. | Andrei Karas | 1 | -1/+1 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 1 | -1/+0 |
2016-01-21 | Enable pcre by default in configure and show error if pcre missing. | Andrei Karas | 1 | -69/+5 |
2016-01-10 | Enable debug information in configure by default. | Andrei Karas | 1 | -2/+2 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -0/+19 |
2015-12-02 | Fixed an issue with the HPMDataCheck when PCRE is enabled | Haru | 1 | -1/+2 |
2015-08-27 | Added an availability check for the -rdynamic linker option | Haru | 1 | -2/+27 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -1/+1 |
2015-08-15 | Improved plugin compile flag detection by the configuration script | Haru | 1 | -59/+4 |
2015-08-15 | Disable LTO by default. Because look like support for it broken in gcc 4.9 an... | Andrei Karas | 1 | -2/+2 |
2015-08-13 | Added check for execinfo.h/backtrace() to the configure script | Haru | 1 | -0/+15 |
2015-05-30 | Dump stack in nullpo*/Assert* function. | Andrei Karas | 1 | -0/+1 |
2015-05-03 | Add sanity into LDFLAGS also. | Andrei Karas | 1 | -1/+5 |
2015-05-03 | Split -fsanitize checks into multiple steps | Haru | 1 | -37/+53 |
2015-05-01 | Add extended sanitify flags. | Andrei Karas | 1 | -6/+19 |
2015-01-12 | Enable warning format-security. | Andrei Karas | 1 | -2/+2 |
2015-01-12 | Remove from configure warning block maybe-uninitialized. | Andrei Karas | 1 | -1/+0 |
2014-10-24 | Added support for other libmysqlclient variants | Haru | 1 | -3/+3 |
2014-10-24 | Fixed an issue with $LIBS in the configure script | Haru | 1 | -46/+46 |
2014-10-23 | In configure add option --enable-static | Andrei Karas | 1 | -0/+92 |
2014-09-08 | In configure add option --enable-sanitize | Andrei Karas | 1 | -0/+56 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -0/+2 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -31/+35 |
2014-03-07 | Updated configure script to support non-x86 platforms | Haru | 1 | -0/+21 |
2014-01-21 | Fixed --disable-packetver-re / --enable-packetver-re in ./configure | Haru | 1 | -5/+5 |
2013-12-17 | Fixed some additional linux warnings | Haru | 1 | -190/+125 |
2013-12-17 | Increased warnings level in the unix build scripts | Haru | 1 | -9/+153 |
2013-12-17 | Changed plugin extension from .so to .dylib on OS X | Haru | 1 | -0/+3 |
2013-11-03 | Added some packetver-related flags to the UNIX build script | Haru | 1 | -2/+94 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -2/+6 |
2013-10-09 | Added HPMHookGen tool, to re-generate hooks include files | Haru | 1 | -0/+8 |
2013-10-07 | Ensured explicit check for undefined references on shared objects | Haru | 1 | -40/+81 |
2013-08-08 | Enabled Pre-Renewal builds in the CI buildbot | Haru | 1 | -0/+34 |
2013-07-14 | Updated package name to Hercules in the autoconf script | Haru | 1 | -24/+24 |
2013-07-03 | Fixed configure.in inconsistency with its output (configure) | shennetsind | 1 | -0/+1 |
2013-05-02 | Introducing Hercules Plugin Mananger | shennetsind | 1 | -1/+105 |