aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Build with -O2 by default.Vsevolod Stakhov2015-07-211-7/+7
|
* Avoid dependency on ARCH dep header.Vsevolod Stakhov2015-07-141-1/+1
|
* Rework cmake caching.Vsevolod Stakhov2015-07-081-59/+53
|
* Fix openssl handling.Vsevolod Stakhov2015-07-081-6/+5
|
* Remove workaround for local cmake.Vsevolod Stakhov2015-07-081-2/+0
|
* More fixes to cmake script.Vsevolod Stakhov2015-07-081-19/+33
|
* Another try to fix cmake configuration.Vsevolod Stakhov2015-07-081-74/+36
|
* Adopt for the new ProcessPackage.Vsevolod Stakhov2015-07-071-42/+27
|
* Rework ProcessPackage macro.Vsevolod Stakhov2015-07-071-106/+75
|
* Try to rework FindLua macro.Vsevolod Stakhov2015-07-071-232/+238
|
* Update version to distinguish master.Vsevolod Stakhov2015-07-031-3/+3
|
* Allow bundling for sqlite3.Vsevolod Stakhov2015-07-031-1/+1
|
* Support dist on FreeBSD and Darwin.Vsevolod Stakhov2015-06-301-2/+4
|
* Fix loops in POE.Vsevolod Stakhov2015-06-161-4/+3
|
* Use specific POE loop for some systems.Vsevolod Stakhov2015-06-161-0/+5
|
* Fix redirector installation.Vsevolod Stakhov2015-06-161-0/+7
|
* Fix build on FreeBSD < 10.Vsevolod Stakhov2015-05-241-3/+0
|
* Release 0.9.40.9.4Vsevolod Stakhov2015-05-211-1/+1
| | | | | | | | | | | | | | | | * Fix critical bugs in tokenization algorithm * Write unit tests for tokenization * Add documentation for lua_tcp * Switch off legacy tokenization by default. * Fix critical bugs in words normalization * Add lua bindings to tokenizer. * Implement storing of HTTP headers inside task * Add lua API to accerss HTTP headers data * Implemented base64 encoding suitable for MIME * Use caseless hash and equal functions for HTTP request headers. * Improve debian architectures support (by @dottedmag) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Release 0.9.30.9.3Vsevolod Stakhov2015-05-191-1/+1
| | | | | | | * Revert incorrect regexp change that broke the default rules * Fix lua_tcp module Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Release 0.9.20.9.2Vsevolod Stakhov2015-05-191-1/+1
| | | | | | | | | | | | | * Fix error on spawning unique workers. * Add preliminary version of generic LUA TCP requests API. * Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc) * Fix fuzzy mime strings with only type. * Improve thunderbird sanity checks. * Fix critical bug on matching regular expressions. * Make hiredis optional dependency. * Fix multiple bugs in daemon reloading Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fallback to plain lua if luajit has not been found.Vsevolod Stakhov2015-05-191-3/+31
|
* Make hiredis optional dependency.Vsevolod Stakhov2015-05-191-6/+12
|
* Release 0.9.1.0.9.1Vsevolod Stakhov2015-05-171-1/+1
| | | | | | | | | | | | | * Restore utf8 validation for regular expressions to avoid crashes * Fix symbols displaying in the interface * Add symbol groups to the interface * Fix maps ID parsing in the controller * Add multimap and regexp modules documentation * Backport fixes from libucl * Fix debian package (by @dottedmag) * Rework XXH32 invocations Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* More fixes to luajit detection.Vsevolod Stakhov2015-05-121-14/+28
|
* Fix finding of luajit library.Vsevolod Stakhov2015-05-121-15/+38
|
* Libutil is useless everywhere but FreeBSD.Vsevolod Stakhov2015-05-111-47/+43
|
* Try to fix libutil...Vsevolod Stakhov2015-05-111-3/+7
|
* Another workaround for pcre jit.Vsevolod Stakhov2015-05-111-1/+5
|
* Another try to fixup the mess.Vsevolod Stakhov2015-05-111-22/+15
|
* Another iteration of libraries detection rework.Vsevolod Stakhov2015-05-111-43/+101
|
* Unify search paths.Vsevolod Stakhov2015-05-111-97/+29
|
* Relax glib requirements to 2.28.Vsevolod Stakhov2015-05-111-1/+1
|
* Add hints for finding paths.Vsevolod Stakhov2015-05-111-12/+33
|
* Some pcre distributions are brain damaged.Vsevolod Stakhov2015-05-061-0/+30
|
* Fix stupid cmake syntax.Vsevolod Stakhov2015-04-301-2/+1
|
* Another round of linking issues fixup.Vsevolod Stakhov2015-04-281-2/+2
|
* Fix misprint in library path.Vsevolod Stakhov2015-04-261-1/+1
|
* Try fix RPATHAndrew Lewis2015-04-241-3/+5
|
* Try to fix mess with rpath.Vsevolod Stakhov2015-04-241-5/+7
|
* Remove old siphash implementation.Vsevolod Stakhov2015-04-081-3/+0
|
* Fix publicsuffix install pathAndrew Lewis2015-04-061-1/+1
|
* One more rename.Vsevolod Stakhov2015-04-061-2/+2
|
* Import aho-corasic by Mischa Sandberg.Vsevolod Stakhov2015-04-061-1/+3
|
* Use publicsuffix list for url search (too slow now).Vsevolod Stakhov2015-04-061-0/+4
|
* 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