aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Compilation error with __has_attribuute operatorThierry Fournier2020-03-091-2/+6
| | | | | | GCC recommands to add alternative to __has_attribute operator: https://gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005fattribute.html
* [Rework] Further project structure reorganisationVsevolod Stakhov2020-02-111-1/+0
|
* [Minor] Remove some old unused crapVsevolod Stakhov2020-02-071-3/+2
|
* [Minor] Add explicit checks for FIPS mode presenceVsevolod Stakhov2020-02-071-0/+1
|
* [Minor] test: remove hard-coded build directoryPeter Wu2020-01-211-2/+0
| | | | | | | | | | | * Reproducible build: avoid defining the BUILDROOT macro and avoid embedding the build directory in the test image. Instead rely on the test files being present next to the executable. * I considered using g_test_build_filename, available since GLib 2.38 (available on all supported platforms, RHEL 7, Debian, Ubuntu, etc.), but decided against it because it would require setting the G_TEST_SRCDIR or G_TEST_BUILDDIR environment variables. Therefore this patch simply parses argv0 directly.
* [Minor] remove unused examplesdirChristian Göttsche2020-01-161-1/+0
|
* [Rework] Further cmake system reworkVsevolod Stakhov2019-11-181-1/+2
|
* [Rework] Rework initialisation to reduce static leaks countVsevolod Stakhov2019-09-271-20/+9
|
* [Minor] Disable asan for specific bad parts of the codeVsevolod Stakhov2019-09-251-0/+22
|
* [Rework] Start moving to replxxVsevolod Stakhov2019-09-031-0/+1
|
* [Minor] Minor portability fixesVsevolod Stakhov2019-07-091-0/+8
|
* [Minor] Add missing definitionsVsevolod Stakhov2019-07-031-1/+3
|
* [Minor] Allow to work without cblas.hVsevolod Stakhov2019-07-031-4/+0
|
* [Project] Remove libfann, gd and other unsupported stuffVsevolod Stakhov2019-06-221-2/+0
|
* [Minor] Disable PCRE jit on OSX completelyVsevolod Stakhov2019-05-301-0/+6
|
* [Rework] Slashing: Change versioning schema - move to 2.0Vsevolod Stakhov2019-05-181-5/+3
|
* [Minor] Core: Oops, fix long standing misprint (yeild -> yield)Vsevolod Stakhov2019-01-231-1/+1
|
* [Rework] Slashing: Distinguish lualibdir, pluginsdir and sharedirVsevolod Stakhov2018-12-261-0/+1
|
* [Minor] Check for cached libevent time routinesVsevolod Stakhov2018-10-081-0/+2
|
* [Minor] Support ucontext on osxVsevolod Stakhov2018-08-261-0/+1
|
* [Minor] Improve virtual ticks obtaining methodsVsevolod Stakhov2018-08-261-0/+2
|
* [Feature] Add support for Lua API tracingVsevolod Stakhov2018-08-091-0/+1
|
* [Fix] Fix build where ucontext is defined in ucontext.hVsevolod Stakhov2018-07-091-0/+1
|
* [Feature] Print stack trace on crashVsevolod Stakhov2018-06-181-0/+2
|
* [Minor] Try to fix endiannes detection on SolarisVsevolod Stakhov2018-04-291-0/+6
| | | | Issue: #2204
* [Fix] Add workaround for system with non-XSI compatible tzsetVsevolod Stakhov2018-02-181-0/+1
|
* Workaround for older/traditional SunOS platforms where endian.h is not present.Filip Hajny2018-02-011-0/+7
|
* [Minor] Add constructors attribute detectionVsevolod Stakhov2018-01-201-0/+23
|
* [Fix] Another fix for rdtcsVsevolod Stakhov2017-10-271-1/+1
| | | | Issue: #1885
* [Feature] Use rdtsc where possibleVsevolod Stakhov2017-10-261-0/+1
|
* [Feature] Set TCP_NODELAY for milter socketsVsevolod Stakhov2017-08-071-0/+1
| | | | Issue: #1790
* [Minor] Allow to detect torch support from LuaVsevolod Stakhov2017-08-071-0/+1
|
* [Minor] Use rspamd_socketpair everywhereVsevolod Stakhov2017-07-251-1/+2
|
* [Minor] Set lua cpath to RSPAMD_LIBDIR, not LUALIBDIRVsevolod Stakhov2017-07-211-0/+1
|
* [Minor] Do not redefine uthash allocation routinesVsevolod Stakhov2017-06-301-4/+0
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Rework] Propagate ucl variables from the command lineVsevolod Stakhov2017-05-181-0/+1
|
* [Minor] Unify substring search routinesVsevolod Stakhov2017-04-071-0/+4
|
* [Minor] Remove useless jemalloc includeVsevolod Stakhov2017-01-271-4/+0
| | | | Issue: #1377
* [Rework] Finally remove gmime dependency from RspamdVsevolod Stakhov2016-12-221-1/+0
|
* [Minor] Arrrgh, stupid cmakeVsevolod Stakhov2016-12-091-1/+1
|
* [Feature] Add support of libgdVsevolod Stakhov2016-12-061-0/+1
|
* [Fix] Another try to deal with posix idiotizmVsevolod Stakhov2016-10-191-0/+2
|
* [Minor] Explicitly reinit libevent PRNG on forkVsevolod Stakhov2016-09-111-0/+5
|
* [Feature] Add test to check shared memory support sanityVsevolod Stakhov2016-06-291-0/+1
|
* [Feature] Search for SSL_set_tlsext_host_name supportVsevolod Stakhov2016-06-131-0/+1
|
* [Minor] Adjust hashesVsevolod Stakhov2016-05-121-0/+4
|
* [Feature] Further micro-optimizations for hashing and shinglesVsevolod Stakhov2016-05-121-0/+2
|
* [Feature] Distinguish luajit from luaVsevolod Stakhov2016-05-091-0/+1
|
* [Feature] Allow to disable pthread mutexes on broken platformsVsevolod Stakhov2016-04-151-0/+2
|