Age | Commit message (Expand) | Author | Files | Lines |
2014-10-24 | Added support for other libmysqlclient variants | Haru | 1 | -40/+5 |
2014-10-24 | Fixed an issue with $LIBS in the configure script | Haru | 1 | -53/+53 |
2014-10-23 | In configure add option --enable-static | Andrei Karas | 1 | -1/+127 |
2014-09-08 | In configure add option --enable-sanitize | Andrei Karas | 1 | -1/+72 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -1/+177 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -168/+255 |
2014-03-07 | Updated configure script to support non-x86 platforms | Haru | 1 | -1/+37 |
2014-01-21 | Fixed --disable-packetver-re / --enable-packetver-re in ./configure | Haru | 1 | -6/+6 |
2013-12-17 | Fixed some additional linux warnings | Haru | 1 | -140/+679 |
2013-12-17 | Increased warnings level in the unix build scripts | Haru | 1 | -12/+255 |
2013-12-17 | Changed plugin extension from .so to .dylib on OS X | Haru | 1 | -1/+4 |
2013-11-03 | Added some packetver-related flags to the UNIX build script | Haru | 1 | -4/+106 |
2013-10-26 | Changed 'tick' variables to 64 bit | Haru | 1 | -4/+10 |
2013-10-09 | Added HPMHookGen tool, to re-generate hooks include files | Haru | 1 | -2/+87 |
2013-10-07 | Ensured explicit check for undefined references on shared objects | Haru | 1 | -39/+99 |
2013-08-08 | Enabled Pre-Renewal builds in the CI buildbot | Haru | 1 | -1/+35 |
2013-07-14 | Updated package name to Hercules in the autoconf script | Haru | 1 | -364/+294 |
2013-05-02 | Introducing Hercules Plugin Mananger | shennetsind | 1 | -0/+241 |
2013-01-21 | Reverting SVN r17061 | shennetsind | 1 | -171/+145 |
2012-12-29 | -Update configure template to autoconf 2.68 | glighta | 1 | -145/+171 |
2012-06-12 | added new networking subsystem (early stage - files are not compiled yet duri... | blacksirius | 1 | -1/+32 |
2012-06-03 | thread api: added support for platforms without TLS (Thread Local Storage) su... | blacksirius | 1 | -1/+43 |
2012-06-03 | feature merge bs-coreoptimize->trunk: Atomic Operations, Threading, Spinlock ... | blacksirius | 1 | -1/+380 |
2012-06-01 | removed the old obsolete Plugin system (commit 1/2) | blacksirius | 1 | -74/+2 |
2012-06-01 | Issue 5887: changed description of --disable-64bit switch. | blacksirius | 1 | -2/+2 |
2012-06-01 | feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D... | blacksirius | 1 | -1/+42 |
2012-06-01 | feature merge bs-coreoptimize->trunk: Enable 64Bit build by default on adequa... | blacksirius | 1 | -5/+3 |
2012-06-01 | feature merge bs-coreoptimize->trunk: LTO support | blacksirius | 1 | -4534/+4314 |
2012-02-15 | Fixed libconfig compiling issues in CentOS 5 (follow-up to r15572) (pid:78747). | gepard1984 | 1 | -53/+83 |
2012-02-13 | Fixed libconfig compiling issues in OS X (pid:78414). | gepard1984 | 1 | -15/+165 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -2/+286 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -64/+35 |
2012-01-19 | * Added `--enable-buildbot` to configure.in (follow-up to r15128). | gepard1984 | 1 | -7/+8 |
2011-12-21 | Fixed GCC "--enable-debug", and 2 compiler warnings that were omitted due to ... | shennetsind | 1 | -4/+3 |
2011-12-15 | Finished BuildBot "console error scan" stuff. | shennetsind | 1 | -0/+34 |
2011-12-11 | * Merged changes up to eAthena 15032. | eathenabot | 1 | -68/+0 |
2011-08-16 | * Added -fno-strict-aliasing detection to configure.in (-fstrict-aliasing is ... | ai4rei | 1 | -0/+49 |
2011-06-27 | * Added common/random and 3rdparty/mt19937ar to project files, makefiles and ... | flaviojs | 1 | -1/+3 |
2011-04-05 | * Moved detection of monotonic clock support to the configure script, which a... | ai4rei | 1 | -18/+135 |
2011-03-20 | * Updates the to configure script. | ai4rei | 1 | -17/+118 |
2011-02-16 | * Updated configure/make scripts to resolve various issues. | ai4rei | 1 | -3/+336 |
2011-01-13 | * Removed ladmin (remote administration tool), all related support code and t... | ai4rei | 1 | -2/+1 |
2010-03-16 | added --enable-rdtsc configure option to enhance timer performance, especiall... | Yommy | 1 | -3707/+2798 |
2009-01-25 | * Changes to the configure script: | FlavioJS | 1 | -1179/+1657 |
2008-08-15 | Split off mapreg code from script.c | ultramage | 1 | -34/+1 |
2008-08-12 | Added gcc compiler flags to silence some warnings in non-debug builds (bugrep... | ultramage | 1 | -0/+1 |
2008-07-31 | * Improved: added --enable-debug=gdb option in configure script to use gdb op... | akrus | 1 | -6/+16 |
2008-07-27 | * Removed some leftover code that shouldn't have been merged | ultramage | 1 | -34/+2 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -5/+36 |
2008-06-09 | * Added experimental code to set the socket limit at runtime. | FlavioJS | 1 | -1/+92 |