summaryrefslogtreecommitdiffstats
path: root/src/libutil
Commit message (Expand)AuthorAgeFilesLines
* Restore utf8 validation as it causes segfaults sometimes.Vsevolod Stakhov2015-05-151-2/+3
* Output some statistics about maps.Vsevolod Stakhov2015-05-131-0/+9
* Fix critical bug with reading file maps.Vsevolod Stakhov2015-05-131-2/+4
* Add routine to check radix trie size.Vsevolod Stakhov2015-05-132-0/+17
* Fix JITless world.Vsevolod Stakhov2015-05-131-0/+2
* Fix another issues with raw/utf regexps.Vsevolod Stakhov2015-05-131-33/+44
* Fix zero-copy mode in lua_http (double free).Vsevolod Stakhov2015-05-121-1/+1
* Fix finding headers in HTTP messages.Vsevolod Stakhov2015-05-122-4/+4
* Use raw regexp instead of utf ones by default.Vsevolod Stakhov2015-05-121-2/+4
* Remove old radix code (no functional changes).Vsevolod Stakhov2015-05-122-414/+48
* Add workaround for glib < 2.30.Vsevolod Stakhov2015-05-111-0/+14
* Set header value properly for decrypted headers.Vsevolod Stakhov2015-05-111-0/+2
* Fix dealing with growing strings.Vsevolod Stakhov2015-05-091-16/+17
* Add notice to fix issue with realloc.Vsevolod Stakhov2015-05-081-0/+7
* Restore parsing of headers.Vsevolod Stakhov2015-05-081-0/+1
* More fixes.Vsevolod Stakhov2015-05-081-5/+7
* Fixes to encrypted request writing.Vsevolod Stakhov2015-05-081-24/+66
* Implement new scheme of encrypted requests reading.Vsevolod Stakhov2015-05-081-41/+121
* More fixes to encrypted writing.Vsevolod Stakhov2015-05-081-70/+151
* Fix headers addition.Vsevolod Stakhov2015-05-081-2/+2
* Completely rework HTTP encryption.Vsevolod Stakhov2015-05-081-43/+154
* Rework HTTP headers to avoid copying.Vsevolod Stakhov2015-05-082-59/+83
* Fix colored logging.Vsevolod Stakhov2015-05-061-5/+5
* Some pcre distributions are brain damaged.Vsevolod Stakhov2015-05-061-4/+4
* Fix various issues in encrypted messages support.Vsevolod Stakhov2015-05-052-58/+132
* Rework timers invocation.Vsevolod Stakhov2015-05-042-50/+48
* Check upstream before freeing.Vsevolod Stakhov2015-05-041-9/+11
* Do not accept zero sized maps.Vsevolod Stakhov2015-05-031-3/+5
* Fix comparision operators.Vsevolod Stakhov2015-04-301-6/+6
* Restore logic to deal with shutdown.Vsevolod Stakhov2015-04-301-8/+13
* Use binary flags for part flags.Vsevolod Stakhov2015-04-291-2/+2
* Implicitly initialize regexp library.Vsevolod Stakhov2015-04-282-18/+20
* Be more clever about logging of JIT support.Vsevolod Stakhov2015-04-271-22/+49
* Expression parsing errors are not asserts actually.Vsevolod Stakhov2015-04-271-43/+82
* Use 64 bit hash for logger.Vsevolod Stakhov2015-04-211-4/+4
* Use non-predictable hash seed to avoid collision attacks.Vsevolod Stakhov2015-04-214-5/+23
* Remove old trie code.Vsevolod Stakhov2015-04-213-334/+0
* Fix AST processing for sole comparision rules.Vsevolod Stakhov2015-04-201-1/+6
* Fix libraries initialization requires.Vsevolod Stakhov2015-04-171-0/+2
* Move libraries initialization to a specific routine.Vsevolod Stakhov2015-04-172-0/+46
* Do not explicitly write \0 when converting to lowercaseVsevolod Stakhov2015-04-151-4/+0
* Fix union usage.Vsevolod Stakhov2015-04-141-11/+13
* Improve rspamd internal hash functions.Vsevolod Stakhov2015-04-142-44/+47
* Fix regexps lifetime.Vsevolod Stakhov2015-04-141-0/+11
* Remove connection entries from HTTP router.Vsevolod Stakhov2015-04-142-3/+5
* Fix copy&paste error.Vsevolod Stakhov2015-04-141-4/+4
* Really use pcre jit...Vsevolod Stakhov2015-04-142-12/+53
* Fix xxhash invocation.Vsevolod Stakhov2015-04-141-1/+1
* Use hash table instead of tree for urls.Vsevolod Stakhov2015-04-142-14/+35
* Remove mutexes from regexps since thread pools are removed.Vsevolod Stakhov2015-04-131-21/+1