aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil
Commit message (Expand)AuthorAgeFilesLines
* Remove useless locking.Vsevolod Stakhov2015-05-262-5/+2
* Use caseless hash and equal functions for request headers.Vsevolod Stakhov2015-05-202-0/+23
* Fix issues in base64 encoding.Vsevolod Stakhov2015-05-201-86/+64
* Add base64 encoding routine.Vsevolod Stakhov2015-05-202-0/+176
* Revert automatic capture in regexps as it breaks things.Vsevolod Stakhov2015-05-191-1/+0
* Fix reloading in logger.Vsevolod Stakhov2015-05-191-4/+3
* Do not try dereference NULL pointer.Vsevolod Stakhov2015-05-191-2/+4
* Fix critical bug on matching regular expressions.Vsevolod Stakhov2015-05-191-1/+2
* Add helper to use GString in pool destructors.Vsevolod Stakhov2015-05-182-0/+13
* Adopt xxhash invocation.Vsevolod Stakhov2015-05-173-9/+11
* 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