aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use some more advanced heuristic to find packages.Vsevolod Stakhov2015-03-241-67/+43
|
* Correct bad syntaxAndrew Lewis2015-03-211-1/+1
|
* Set WITH_LUA=1 for luajit tooAndrew Lewis2015-03-211-0/+1
|
* Rather use pkg-config to find luajitAndrew Lewis2015-03-211-87/+42
| | | | | Conflicts: CMakeLists.txt
* Merge pull request #230 from fatalbanana/masterVsevolod Stakhov2015-03-191-20/+39
|\ | | | | Fix luajit/lua headers confusion
| * Fix luajit/lua headers confusionAndrew Lewis2015-03-191-20/+39
| | | | | | | | | | Conflicts: CMakeLists.txt
* | Merge pull request #229 from fatalbanana/masterVsevolod Stakhov2015-03-191-1/+2
|\| | | | | Fix finding headers from luajit
| * Fix finding headers from luajitAndrew Lewis2015-03-191-1/+2
| |
* | Merge pull request #225 from fatalbanana/masterVsevolod Stakhov2015-03-171-5/+9
|\| | | | | Try include rspamd.conf.local.override with high priority
| * Add specific workaround for debian.Vsevolod Stakhov2015-03-171-0/+4
| |
| * Reiterate on systemd.Vsevolod Stakhov2015-03-171-17/+26
| | | | | | | | | | Conflicts: CMakeLists.txt
| * Use Systemd for Linux family and SysV for other systems.Andrej Zverev2015-03-171-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are creating conf/rspamd.conf.in as template and declaring two new variables for CMake: DEFAULTS (for SysV): RSPAMD_WORKER_NORMAL = "*:11333" RSPAMD_WORKER_CONTROLLER = "*:11334" For Linux (for Systemd): RSPAMD_WORKER_NORMAL = "systemd:0" RSPAMD_WORKER_CONTROLLER = "systemd:1" During build we replace template with correct values. Conflicts: CMakeLists.txt
| * Fix installing conf/ filesMikhail Gusarov2015-03-171-4/+7
| |
* | Use __get_cpuid if available.Vsevolod Stakhov2015-03-141-0/+2
| |
* | Cleanup shit.Vsevolod Stakhov2015-03-131-3/+0
| |
* | Add specific workaround for debian.Vsevolod Stakhov2015-03-131-0/+4
| |
* | Reiterate on systemd.Vsevolod Stakhov2015-03-131-8/+28
| | | | | | | | | | | | Conflicts: CMakeLists.txt conf/rspamd.systemd.conf
* | Require glib 2.30 at least.Vsevolod Stakhov2015-03-121-1/+1
|/
* Do not check for lua5.2 when luajit is enabled.Vsevolod Stakhov2015-03-111-3/+9
|
* Check for JIT support in pcre.Vsevolod Stakhov2015-03-051-0/+4
|
* Restore build id parsing.Vsevolod Stakhov2015-03-051-3/+6
|
* Fix linkage with luajit on osx.Vsevolod Stakhov2015-03-051-1/+1
|
* Fix iconv detection.Vsevolod Stakhov2015-03-031-19/+51
|
* Install fun.lua to correct locationAndrew Lewis2015-02-251-1/+1
|
* Set robust flag for mutexes to avoid dead locks.Vsevolod Stakhov2015-02-241-0/+1
|
* Move cdb to contrib as well.Vsevolod Stakhov2015-02-211-0/+2
|
* Move ucl and rdns to contrib.Vsevolod Stakhov2015-02-211-3/+4
|
* Explicitly unset variable when looking for lua.Vsevolod Stakhov2015-02-201-0/+1
|
* Fix luajit detection.Vsevolod Stakhov2015-02-181-39/+35
|
* Enable luajit by default.Vsevolod Stakhov2015-02-181-1/+1
|
* Fix cmake message.Vsevolod Stakhov2015-02-181-1/+1
|
* Remove bundled hiredis.Vsevolod Stakhov2015-02-181-15/+13
|
* Import lua-functional for plugins stuff.Vsevolod Stakhov2015-02-161-0/+3
|
* Remove tweetnacl for now.Vsevolod Stakhov2015-02-151-3/+0
|
* Another try to fix build.Vsevolod Stakhov2015-02-141-1/+2
|
* Eliminate mess with linking.Vsevolod Stakhov2015-02-131-2/+42
|
* Find iconv.Vsevolod Stakhov2015-02-091-0/+31
|
* Some more BSD fixes.Vsevolod Stakhov2015-02-091-1/+1
|
* One more push to pthread_mutexattr_setpsharedVsevolod Stakhov2015-02-091-3/+7
|
* More precise detection of pthread_mutexattr_setpshared.Vsevolod Stakhov2015-02-091-1/+19
|
* Add static build internal libsAlexey AL2015-02-091-1/+1
|
* Add optimized versions of ChaCha20 by @floodyberryVsevolod Stakhov2015-02-061-1/+1
|
* Start cryptobox library.Vsevolod Stakhov2015-02-061-1/+1
|
* Add explicit_memzero function.Vsevolod Stakhov2015-02-031-1/+8
|
* Cosmetic changesAndrew Lewis2015-02-031-1/+1
|
* Adopt tweetnacl for rspamd.Vsevolod Stakhov2015-01-281-0/+2
|
* Reorganize statfiles and classifiers into libstat.Vsevolod Stakhov2015-01-161-1/+1
|
* Update version to 0.9 WIP.Vsevolod Stakhov2015-01-161-1/+1
|
* Add toggle for disabling installation of systemd units on LinuxAndrew Lewis2015-01-151-3/+4
|
* Remove checks from debian build.Vsevolod Stakhov2014-12-201-2/+4
|