]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 years agoMerge remote-tracking branch 'refs/remotes/vstakhov/master'
Anna Stakhova [Sun, 8 Jan 2017 22:58:46 +0000 (22:58 +0000)]
Merge remote-tracking branch 'refs/remotes/vstakhov/master'

7 years agoMerge pull request #1321 from dehnli/update-github-template
Vsevolod Stakhov [Sun, 8 Jan 2017 19:09:42 +0000 (19:09 +0000)]
Merge pull request #1321 from dehnli/update-github-template

[Minor] Update github issue template

7 years ago[Fix] Normalize path in HTTP router
Vsevolod Stakhov [Sun, 8 Jan 2017 18:59:40 +0000 (18:59 +0000)]
[Fix] Normalize path in HTTP router

7 years ago[Minor] Normalize paths in URLs detected by Rspamd
Vsevolod Stakhov [Sun, 8 Jan 2017 18:57:41 +0000 (18:57 +0000)]
[Minor] Normalize paths in URLs detected by Rspamd

7 years ago[Test] More test cases
Vsevolod Stakhov [Sun, 8 Jan 2017 18:37:07 +0000 (18:37 +0000)]
[Test] More test cases

7 years ago[Test] Add tests, fix normalization algorithm
Vsevolod Stakhov [Sun, 8 Jan 2017 18:24:53 +0000 (18:24 +0000)]
[Test] Add tests, fix normalization algorithm

7 years ago[Feature] Add function to normalize HTTP paths
Vsevolod Stakhov [Sun, 8 Jan 2017 16:47:03 +0000 (16:47 +0000)]
[Feature] Add function to normalize HTTP paths

7 years ago[Minor] Update github issue template 1321/head
dehnli [Sun, 8 Jan 2017 16:11:32 +0000 (20:11 +0400)]
[Minor] Update github issue template

7 years agoMerge pull request #1318 from moisseev/rrd-summary
Vsevolod Stakhov [Sun, 8 Jan 2017 12:06:10 +0000 (12:06 +0000)]
Merge pull request #1318 from moisseev/rrd-summary

[WebUI] Add summary to the Throughput tab

7 years agoMerge pull request #1319 from AnnaStakhova/master
Vsevolod Stakhov [Sun, 8 Jan 2017 12:05:59 +0000 (12:05 +0000)]
Merge pull request #1319 from AnnaStakhova/master

[WebUI] Initial clusters support

7 years agoMerge branch 'master' of https://github.com/AnnaStakhova/rspamd 1319/head
Anna Stakhova [Sat, 7 Jan 2017 23:57:16 +0000 (23:57 +0000)]
Merge branch 'master' of https://github.com/AnnaStakhova/rspamd

7 years ago[WebUI] Initial clusters support
Anna Stakhova [Sat, 7 Jan 2017 23:57:08 +0000 (23:57 +0000)]
[WebUI] Initial clusters support

7 years ago[Feature] Allow plugins to register webui handlers
Vsevolod Stakhov [Sat, 7 Jan 2017 18:58:14 +0000 (18:58 +0000)]
[Feature] Allow plugins to register webui handlers

Example of usage:

~~~lua
rspamd_plugins.multimap = {
  webui = {
    test = {
      handler = function(task, conn)
        conn:send_ucl({success = true})
      end
    }
  }
}

7 years ago[WebUI] RRD summary: Hide inner labels of tiny pie sectors 1318/head
Alexander Moisseev [Sat, 7 Jan 2017 18:37:13 +0000 (21:37 +0300)]
[WebUI] RRD summary: Hide inner labels of tiny pie sectors

7 years ago[WebUI] RRD summary: Respect undefined values
Alexander Moisseev [Sat, 7 Jan 2017 18:07:55 +0000 (21:07 +0300)]
[WebUI] RRD summary: Respect undefined values

7 years agoMerge pull request #1317 from fatalbanana/m
Vsevolod Stakhov [Sat, 7 Jan 2017 18:00:59 +0000 (18:00 +0000)]
Merge pull request #1317 from fatalbanana/m

[Feature] New URL filters in multimap

7 years ago[WebUI] Fix RRD summary pie chart position
Alexander Moisseev [Sat, 7 Jan 2017 16:37:07 +0000 (19:37 +0300)]
[WebUI] Fix RRD summary pie chart position

7 years ago[WebUI] Add summary to the Throughput tab
Alexander Moisseev [Fri, 6 Jan 2017 17:30:33 +0000 (20:30 +0300)]
[WebUI] Add summary to the Throughput tab

7 years ago[Feature] New URL filters in multimap 1317/head
Andrew Lewis [Fri, 6 Jan 2017 15:03:38 +0000 (17:03 +0200)]
[Feature] New URL filters in multimap

7 years ago[Fix] Fix argument returned on redis backend errors
Vsevolod Stakhov [Fri, 6 Jan 2017 14:27:16 +0000 (14:27 +0000)]
[Fix] Fix argument returned on redis backend errors

MFH: true

7 years agoRelease 1.4.2
Vsevolod Stakhov [Fri, 6 Jan 2017 13:29:47 +0000 (13:29 +0000)]
Release 1.4.2

* [CritFix] Deal with absent headers in DKIM
* [CritFix] Do not trust remote shingles count
* [CritFix] Fix headers selection in DKIM verification
* [Feature] Add EXT_CSS rule
* [Feature] Add toggle for disabling SURBLs
* [Feature] Extend redis lock when learning spawned
* [Feature] Parse <link> HTML tags
* [Fix] Avoid reusing g_error (Fixes #1262)
* [Fix] Do not reset loaded ANN when learning is requested
* [Fix] Fix another issue with external deps in SA
* [Fix] Fix body trie matching
* [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
* [Fix] Fix fuzzy hashes count
* [Fix] Fix keys names
* [Fix] Fix length calculations for url encoded urls
* [Fix] Fix matching of the same patterns from different tries
* [Fix] Fix name of var
* [Fix] Fix parsing of URLs with spaces and other bad chars
* [Fix] Fix probability calculations for fuzzy redis backend
* [Fix] Fix signing headers creation in DKIM
* [Fix] Plug memory leak
* [Fix] Really fix chained SA dependencies
* [Fix] Really increase lock lifetime
* [Fix] Use checksum to avoid intersection between different ANNs
* [Fix] Use rspamd hashes in embedded ucl
* [Fix] Yet another change for testing external deps

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years agoMerge pull request #1316 from dehnli/master
Vsevolod Stakhov [Fri, 6 Jan 2017 13:11:18 +0000 (13:11 +0000)]
Merge pull request #1316 from dehnli/master

[Minor] Update `mid` list

7 years ago[Minor] Update `mid` list 1316/head
dehnli [Fri, 6 Jan 2017 13:09:00 +0000 (17:09 +0400)]
[Minor] Update `mid` list

7 years agoMerge pull request #1315 from mneumann/dragonfly-fix-shm
Vsevolod Stakhov [Fri, 6 Jan 2017 12:58:49 +0000 (12:58 +0000)]
Merge pull request #1315 from mneumann/dragonfly-fix-shm

Fix shm on DragonFly

7 years ago[Feature] Send config id to the WebUI
Vsevolod Stakhov [Fri, 6 Jan 2017 12:41:35 +0000 (12:41 +0000)]
[Feature] Send config id to the WebUI

7 years ago[Feature] Implement sane checksum for config file
Vsevolod Stakhov [Fri, 6 Jan 2017 12:38:15 +0000 (12:38 +0000)]
[Feature] Implement sane checksum for config file

7 years agoFix shm on DragonFly 1315/head
Michael Neumann [Fri, 6 Jan 2017 11:58:18 +0000 (12:58 +0100)]
Fix shm on DragonFly

Rspamd tried to call shm_open(3) with a path in the root filesystem
(e.g. /rhm.3f0fd440d46fac91e1b4). But DragonFly uses regular files
for shm. Obviously, this fails, because rspamd has no permissions
to create files in the root (/).

Lots of lines like the following were found in
/var/log/rspamd/rspamd.log before this patch:

    rspamd_shmem_mkstemp: /usr/obj/dports/mail/rspamd/rspamd-1.4.1/src
      /libutil/util.c:1970: failed to create temp shmem
      /rhm.3f0fd440d46fac91e1b4: Permission denied

Also, rspamd made the receiving of mail very slow, when used
in the pre-accept rmilter setting, due to these errors. Even
worse, it just didn't filter emails at all.

This patch fixes the problem by creating the shm files in /tmp
for DragonFly. With this patch applied, these lines are gone from
the log and emails now correctly contain the X-Spamd-Result header,
AND receiving mails is now much much faster.

For rspamd 1.4.1, we will fix it in dports:

    https://github.com/DragonFlyBSD/DeltaPorts/pull/727

7 years ago[Feature] Add neighbours option to support Rspamd cluster in WebUI
Vsevolod Stakhov [Thu, 5 Jan 2017 17:20:13 +0000 (17:20 +0000)]
[Feature] Add neighbours option to support Rspamd cluster in WebUI

7 years ago[Feature] Implement url tags concept
Vsevolod Stakhov [Thu, 5 Jan 2017 15:36:43 +0000 (15:36 +0000)]
[Feature] Implement url tags concept

7 years ago[Minor] Add type of fuzzy to log files
Vsevolod Stakhov [Thu, 5 Jan 2017 14:11:46 +0000 (14:11 +0000)]
[Minor] Add type of fuzzy to log files

7 years ago[Fix] Fix probability calculations for fuzzy redis backend
Vsevolod Stakhov [Thu, 5 Jan 2017 14:08:25 +0000 (14:08 +0000)]
[Fix] Fix probability calculations for fuzzy redis backend

7 years ago[Feature] Add fallback if too many updates are failing
Vsevolod Stakhov [Thu, 5 Jan 2017 13:05:15 +0000 (13:05 +0000)]
[Feature] Add fallback if too many updates are failing

7 years ago[CritFix] Do not trust remote shingles count
Vsevolod Stakhov [Thu, 5 Jan 2017 12:44:33 +0000 (12:44 +0000)]
[CritFix] Do not trust remote shingles count

MFH: true

7 years ago[Fix] Fix build
Vsevolod Stakhov [Thu, 5 Jan 2017 12:15:29 +0000 (12:15 +0000)]
[Fix] Fix build

7 years ago[Fix] Fix fuzzy hashes count
Vsevolod Stakhov [Thu, 5 Jan 2017 12:04:31 +0000 (12:04 +0000)]
[Fix] Fix fuzzy hashes count

7 years ago[Minor] Add `compat_messages` for compatibility with legacy protocol
Vsevolod Stakhov [Thu, 5 Jan 2017 11:17:44 +0000 (11:17 +0000)]
[Minor] Add `compat_messages` for compatibility with legacy protocol

MFH: true

7 years agoMerge pull request #1304 from moisseev/graph
Vsevolod Stakhov [Wed, 4 Jan 2017 13:27:58 +0000 (13:27 +0000)]
Merge pull request #1304 from moisseev/graph

[WebUI] Add graph legend entries for new DSes

7 years ago[WebUI] Add graph legend entries for new DSes 1304/head
Alexander Moisseev [Wed, 4 Jan 2017 13:02:01 +0000 (16:02 +0300)]
[WebUI] Add graph legend entries for new DSes

Resolves #1300

7 years ago[Fix] Fix rra_ptr conversion
Vsevolod Stakhov [Wed, 4 Jan 2017 11:54:34 +0000 (11:54 +0000)]
[Fix] Fix rra_ptr conversion

7 years ago[Fix] Fix rrd file conversion
Vsevolod Stakhov [Wed, 4 Jan 2017 10:37:24 +0000 (10:37 +0000)]
[Fix] Fix rrd file conversion

7 years ago[Feature] Ignore too wide elements in SPF
Vsevolod Stakhov [Tue, 3 Jan 2017 17:05:57 +0000 (17:05 +0000)]
[Feature] Ignore too wide elements in SPF

Issue: #216
Reported by: @fatalbanana

7 years ago[Fix] Fix assertion in graph handling
Vsevolod Stakhov [Tue, 3 Jan 2017 16:44:38 +0000 (16:44 +0000)]
[Fix] Fix assertion in graph handling

7 years agoMerge pull request #1298 from moisseev/totals
Vsevolod Stakhov [Tue, 3 Jan 2017 16:06:22 +0000 (16:06 +0000)]
Merge pull request #1298 from moisseev/totals

[WebUI] Turn d3pie's stuff into a reusable function,

7 years ago[WebUI] Turn d3pie's stuff into a reusable function, 1298/head
Alexander Moisseev [Tue, 3 Jan 2017 15:52:46 +0000 (18:52 +0300)]
[WebUI] Turn d3pie's stuff into a reusable function,

do not destroy pie on data update

7 years ago[Minor] Move hiredis inclusion to the proper place
Vsevolod Stakhov [Tue, 3 Jan 2017 14:21:59 +0000 (14:21 +0000)]
[Minor] Move hiredis inclusion to the proper place

7 years ago[Fix] Fix new rrd updates
Vsevolod Stakhov [Tue, 3 Jan 2017 13:32:14 +0000 (13:32 +0000)]
[Fix] Fix new rrd updates

7 years ago[Feature] Rework RRD ds count, add conversion path
Vsevolod Stakhov [Tue, 3 Jan 2017 13:22:59 +0000 (13:22 +0000)]
[Feature] Rework RRD ds count, add conversion path

7 years ago[Minor] Move common functions from libmime
Vsevolod Stakhov [Tue, 3 Jan 2017 13:22:43 +0000 (13:22 +0000)]
[Minor] Move common functions from libmime

7 years ago[Fix] Fix name of var
Vsevolod Stakhov [Mon, 2 Jan 2017 12:39:29 +0000 (12:39 +0000)]
[Fix] Fix name of var

MFH: true

7 years ago[Minor] Fix posix_memalign -> malloc transition
Vsevolod Stakhov [Mon, 2 Jan 2017 12:37:57 +0000 (12:37 +0000)]
[Minor] Fix posix_memalign -> malloc transition

7 years ago[Fix] Plug memory leak
Vsevolod Stakhov [Sun, 1 Jan 2017 17:57:59 +0000 (17:57 +0000)]
[Fix] Plug memory leak

MFH: true

7 years agoMerge pull request #1296 from moisseev/visibility
Vsevolod Stakhov [Sun, 1 Jan 2017 15:56:33 +0000 (15:56 +0000)]
Merge pull request #1296 from moisseev/visibility

[WebUI] Add Throughput graph autorefreshing (#820)

7 years ago[Minor] Set smaller alignment for mem_pool
Vsevolod Stakhov [Sun, 1 Jan 2017 15:18:09 +0000 (15:18 +0000)]
[Minor] Set smaller alignment for mem_pool

7 years ago[Minor] Relax alignment requirements for fstring
Vsevolod Stakhov [Sun, 1 Jan 2017 15:08:32 +0000 (15:08 +0000)]
[Minor] Relax alignment requirements for fstring

7 years ago[WebUI] Add Throughput graph autorefreshing (#820) 1296/head
Alexander Moisseev [Sun, 1 Jan 2017 15:13:22 +0000 (18:13 +0300)]
[WebUI] Add Throughput graph autorefreshing (#820)

7 years agoMerge pull request #1295 from moisseev/gc
Vsevolod Stakhov [Sun, 1 Jan 2017 11:39:49 +0000 (11:39 +0000)]
Merge pull request #1295 from moisseev/gc

[WebUI] Remove orphaned font duplicates

7 years ago[WebUI] Remove orphaned font duplicates 1295/head
Alexander Moisseev [Sun, 1 Jan 2017 09:14:21 +0000 (12:14 +0300)]
[WebUI] Remove orphaned font duplicates

7 years agoMerge pull request #1294 from moisseev/visibility
Vsevolod Stakhov [Sat, 31 Dec 2016 19:17:12 +0000 (19:17 +0000)]
Merge pull request #1294 from moisseev/visibility

[WebUI] Use unified tab click event handler,

7 years ago[WebUI] Use unified tab click event handler, 1294/head
Alexander Moisseev [Sat, 31 Dec 2016 17:58:07 +0000 (20:58 +0300)]
[WebUI] Use unified tab click event handler,

stop refreshing widgets on hidden tabs,
make `refresh` button functional for some more tabs

7 years ago[Fix] Fix signing headers creation in DKIM
Vsevolod Stakhov [Fri, 30 Dec 2016 18:02:51 +0000 (18:02 +0000)]
[Fix] Fix signing headers creation in DKIM

MFH: true

7 years ago[CritFix] Deal with absent headers in DKIM
Vsevolod Stakhov [Fri, 30 Dec 2016 17:53:07 +0000 (17:53 +0000)]
[CritFix] Deal with absent headers in DKIM

MFH: true

7 years ago[CritFix] Fix headers selection in DKIM verification
Vsevolod Stakhov [Fri, 30 Dec 2016 17:49:53 +0000 (17:49 +0000)]
[CritFix] Fix headers selection in DKIM verification

Found by: @moisseev
MFH: true

7 years agoMerge pull request #1292 from moisseev/visibility
Vsevolod Stakhov [Fri, 30 Dec 2016 17:01:28 +0000 (17:01 +0000)]
Merge pull request #1292 from moisseev/visibility

[WebUI] Stop stats refreshing if the page is hidden

7 years agoMerge pull request #1291 from fatalbanana/g
Vsevolod Stakhov [Fri, 30 Dec 2016 17:01:02 +0000 (17:01 +0000)]
Merge pull request #1291 from fatalbanana/g

[Minor] Avoid reusing GError

7 years ago[Minor] Ignore space chars when detect CTE
Vsevolod Stakhov [Fri, 30 Dec 2016 16:59:40 +0000 (16:59 +0000)]
[Minor] Ignore space chars when detect CTE

7 years ago[Fix] Fix CTE detection heuristic
Vsevolod Stakhov [Fri, 30 Dec 2016 16:56:49 +0000 (16:56 +0000)]
[Fix] Fix CTE detection heuristic

7 years ago[Fix] Fix checking of DKIM bodies that needs just `\n` to be added
Vsevolod Stakhov [Fri, 30 Dec 2016 16:56:26 +0000 (16:56 +0000)]
[Fix] Fix checking of DKIM bodies that needs just `\n` to be added

7 years ago[Feature] Do not trust CTE, check base64 and qp strictly
Vsevolod Stakhov [Fri, 30 Dec 2016 16:46:37 +0000 (16:46 +0000)]
[Feature] Do not trust CTE, check base64 and qp strictly

7 years ago[WebUI] Stop stats refreshing if the page is hidden 1292/head
Alexander Moisseev [Fri, 30 Dec 2016 13:49:16 +0000 (16:49 +0300)]
[WebUI] Stop stats refreshing if the page is hidden

7 years ago[Minor] Avoid reusing GError 1291/head
Andrew Lewis [Fri, 30 Dec 2016 14:19:34 +0000 (16:19 +0200)]
[Minor] Avoid reusing GError

7 years ago[WebUI] Add Visibility.js library
Alexander Moisseev [Fri, 30 Dec 2016 13:14:00 +0000 (16:14 +0300)]
[WebUI] Add Visibility.js library

7 years ago[Minor] Add support for unix connections for redis stats backend
Vsevolod Stakhov [Fri, 30 Dec 2016 12:49:31 +0000 (12:49 +0000)]
[Minor] Add support for unix connections for redis stats backend

7 years ago[Fix] Support unix sockets for lua redis
Vsevolod Stakhov [Fri, 30 Dec 2016 12:46:28 +0000 (12:46 +0000)]
[Fix] Support unix sockets for lua redis

Issue: #1277
Reported by: @athanp

7 years ago[Minor] Add example of new TCP logic
Vsevolod Stakhov [Thu, 29 Dec 2016 18:57:56 +0000 (18:57 +0000)]
[Minor] Add example of new TCP logic

7 years ago[Minor] More fixes for lua_tcp
Vsevolod Stakhov [Thu, 29 Dec 2016 18:56:55 +0000 (18:56 +0000)]
[Minor] More fixes for lua_tcp

7 years ago[Fix] Miltiple fixes to new lua_tcp, add debugging
Vsevolod Stakhov [Thu, 29 Dec 2016 17:58:47 +0000 (17:58 +0000)]
[Fix] Miltiple fixes to new lua_tcp, add debugging

7 years ago[Feature] Add new methods for lua_tcp
Vsevolod Stakhov [Thu, 29 Dec 2016 16:38:44 +0000 (16:38 +0000)]
[Feature] Add new methods for lua_tcp

7 years ago[Minor] Special case for partial requests
Vsevolod Stakhov [Thu, 29 Dec 2016 16:02:12 +0000 (16:02 +0000)]
[Minor] Special case for partial requests

7 years ago[Minor] Call read callback when no stop_pattern is specified
Vsevolod Stakhov [Thu, 29 Dec 2016 15:54:07 +0000 (15:54 +0000)]
[Minor] Call read callback when no stop_pattern is specified

7 years ago[Rework] Rework lua_tcp to allow TCP dialog
Vsevolod Stakhov [Thu, 29 Dec 2016 15:50:29 +0000 (15:50 +0000)]
[Rework] Rework lua_tcp to allow TCP dialog

- Now, lua_tcp has a chain of read and write events that are processed
  in order
- The old API wasn't touched, however, new style API will be possible
- Partial lua_tcp might be broken, so I need to revisit all plugins that
  use lua_tcp

Issue: #1224

7 years agoMerge pull request #1290 from moisseev/d3evolution
Vsevolod Stakhov [Thu, 29 Dec 2016 15:55:18 +0000 (15:55 +0000)]
Merge pull request #1290 from moisseev/d3evolution

[WebUI] Update D3Evolution to 0.0.1

7 years ago[WebUI] Update D3Evolution to 0.0.1 1290/head
Alexander Moisseev [Thu, 29 Dec 2016 09:12:32 +0000 (12:12 +0300)]
[WebUI] Update D3Evolution to 0.0.1

7 years ago[WebUI] Update d3.js
Vsevolod Stakhov [Wed, 28 Dec 2016 18:13:25 +0000 (18:13 +0000)]
[WebUI] Update d3.js

7 years ago[Minor] Add copyright comments for js libs
Vsevolod Stakhov [Wed, 28 Dec 2016 17:34:44 +0000 (17:34 +0000)]
[Minor] Add copyright comments for js libs

7 years ago[Fix] Fix keys names
Vsevolod Stakhov [Wed, 28 Dec 2016 16:41:36 +0000 (16:41 +0000)]
[Fix] Fix keys names

7 years ago[Minor] Fix length in email addresses heuristic
Vsevolod Stakhov [Wed, 28 Dec 2016 16:25:06 +0000 (16:25 +0000)]
[Minor] Fix length in email addresses heuristic

7 years ago[Feature] Add heuristic to process broken email addresses
Vsevolod Stakhov [Wed, 28 Dec 2016 15:23:01 +0000 (15:23 +0000)]
[Feature] Add heuristic to process broken email addresses

7 years ago[Fix] Use checksum to avoid intersection between different ANNs
Vsevolod Stakhov [Wed, 28 Dec 2016 11:48:38 +0000 (11:48 +0000)]
[Fix] Use checksum to avoid intersection between different ANNs

7 years ago[Minor] Add methods to get symbols cache checksum
Vsevolod Stakhov [Wed, 28 Dec 2016 11:48:19 +0000 (11:48 +0000)]
[Minor] Add methods to get symbols cache checksum

7 years ago[Minor] Add checksum for symbols cache
Vsevolod Stakhov [Wed, 28 Dec 2016 11:33:24 +0000 (11:33 +0000)]
[Minor] Add checksum for symbols cache

7 years ago[Fix] Really increase lock lifetime
Vsevolod Stakhov [Tue, 27 Dec 2016 23:01:14 +0000 (23:01 +0000)]
[Fix] Really increase lock lifetime

7 years ago[Minor] Disable redis cache for ASN module
Vsevolod Stakhov [Tue, 27 Dec 2016 17:14:43 +0000 (17:14 +0000)]
[Minor] Disable redis cache for ASN module

7 years ago[Fix] Disable zero-copy mode for text parts to avoid crashes
Vsevolod Stakhov [Mon, 26 Dec 2016 15:47:14 +0000 (15:47 +0000)]
[Fix] Disable zero-copy mode for text parts to avoid crashes

7 years ago[Minor] Add missing debian dependency
Vsevolod Stakhov [Mon, 26 Dec 2016 11:09:29 +0000 (11:09 +0000)]
[Minor] Add missing debian dependency

Issue: #1286
Reported by: @LynxChaus

7 years ago[Minor] Add optimization option to debian rules
Vsevolod Stakhov [Mon, 26 Dec 2016 11:00:27 +0000 (11:00 +0000)]
[Minor] Add optimization option to debian rules

7 years ago[Minor] Initialize DCT matrix
Vsevolod Stakhov [Mon, 26 Dec 2016 00:33:03 +0000 (00:33 +0000)]
[Minor] Initialize DCT matrix

7 years ago[Minor] Add length check for array iteration
Vsevolod Stakhov [Mon, 26 Dec 2016 00:30:48 +0000 (00:30 +0000)]
[Minor] Add length check for array iteration

7 years ago[Minor] Initialize variable
Vsevolod Stakhov [Mon, 26 Dec 2016 00:29:01 +0000 (00:29 +0000)]
[Minor] Initialize variable

7 years ago[Fix] Fix out of bounds access
Vsevolod Stakhov [Mon, 26 Dec 2016 00:27:33 +0000 (00:27 +0000)]
[Fix] Fix out of bounds access

7 years ago[Minor] Another try to fix race condition in lua_redis
Vsevolod Stakhov [Sun, 25 Dec 2016 23:53:36 +0000 (23:53 +0000)]
[Minor] Another try to fix race condition in lua_redis