aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix i386 cpuid invocation.Vsevolod Stakhov2015-05-261-8/+2
* Fix hashing.Vsevolod Stakhov2015-05-261-1/+1
* Add assertion to find bugs with events.Vsevolod Stakhov2015-05-261-14/+13
* Remove useless locking.Vsevolod Stakhov2015-05-262-5/+2
* Remove threading support at all.Vsevolod Stakhov2015-05-267-109/+11
* Fix hashing.Vsevolod Stakhov2015-05-261-1/+8
* Fix lua session.Vsevolod Stakhov2015-05-261-31/+43
* Call watchers on event group completion.Vsevolod Stakhov2015-05-262-2/+19
* Impelement concept of watched events.Vsevolod Stakhov2015-05-262-5/+67
* Remove async threads for now.Vsevolod Stakhov2015-05-262-133/+48
* Update copyright.Vsevolod Stakhov2015-05-262-1/+25
* Fix ownership issues for zero-copy decode.Vsevolod Stakhov2015-05-251-4/+8
* Allow __len metamethod on rspamd{text}.Vsevolod Stakhov2015-05-251-0/+1
* Add base64 decoding lua utility.Vsevolod Stakhov2015-05-251-0/+59
* Skip spaces at the beginning of mime message.Vsevolod Stakhov2015-05-241-2/+10
* Allow to split by lua_regexp rspamd{text} objects.Vsevolod Stakhov2015-05-231-8/+37
* Allow to specify custom stop pattern for lua_tcp.Vsevolod Stakhov2015-05-211-0/+24
* Fix possible illegal memory access.Vsevolod Stakhov2015-05-211-1/+1
* Switch off legacy tokenization by default.Vsevolod Stakhov2015-05-211-1/+1
* Do not stem exceptions.Vsevolod Stakhov2015-05-211-15/+17
* Use not common name for tokenization exceptions.Vsevolod Stakhov2015-05-211-2/+2
* Fix memory issues with tokens normalization.Vsevolod Stakhov2015-05-211-0/+6
* More fixes to tokenization.Vsevolod Stakhov2015-05-211-4/+7
* Reverse list of exceptions.Vsevolod Stakhov2015-05-211-0/+4
* Add tests for tokenizer bug.Vsevolod Stakhov2015-05-201-1/+1
* Fix critical bug in tokenization logic.Vsevolod Stakhov2015-05-201-1/+1
* Add lua bindings to tokenizer.Vsevolod Stakhov2015-05-201-0/+96
* Use caseless hash and equal functions for request headers.Vsevolod Stakhov2015-05-203-4/+27
* Add API to get/set request headers from lua.Vsevolod Stakhov2015-05-201-0/+96
* Save all HTTP headers as request headers.Vsevolod Stakhov2015-05-201-36/+37
* Fix issues in base64 encoding.Vsevolod Stakhov2015-05-201-86/+64
* Add lua bindings for base64.Vsevolod Stakhov2015-05-201-0/+56
* Allow owning lua_text.Vsevolod Stakhov2015-05-204-1/+21
* Add base64 encoding routine.Vsevolod Stakhov2015-05-202-0/+176
* Add documentation for lua_tcp.Vsevolod Stakhov2015-05-191-0/+46
* Fix issues with lua_tcp.Vsevolod Stakhov2015-05-191-5/+4
* Revert automatic capture in regexps as it breaks things.Vsevolod Stakhov2015-05-191-1/+0
* Fix reload.Vsevolod Stakhov2015-05-191-30/+27
* Fix reloading in logger.Vsevolod Stakhov2015-05-191-4/+3
* One more try to fix memset.Vsevolod Stakhov2015-05-194-7/+20
* Fix reloading of C plugins.Vsevolod Stakhov2015-05-193-3/+7
* Fix reloading of modules.Vsevolod Stakhov2015-05-191-9/+11
* Do not try dereference NULL pointer.Vsevolod Stakhov2015-05-191-2/+4
* Add method to detect the full size of message.Vsevolod Stakhov2015-05-191-0/+23
* Make hiredis optional dependency.Vsevolod Stakhov2015-05-192-3/+19
* Fix critical bug on matching regular expressions.Vsevolod Stakhov2015-05-191-1/+2
* Fix fuzzy mime strings with only type.Vsevolod Stakhov2015-05-191-0/+1
* Implement IO in lua tcp.Vsevolod Stakhov2015-05-181-0/+161
* Add helper to use GString in pool destructors.Vsevolod Stakhov2015-05-182-0/+13
* Add preliminary version of generic LUA TCP requests.Vsevolod Stakhov2015-05-184-1/+407