| Commit message (Expand) | Author | Age | Files | Lines |
* | [Minor] Avoid pre-result overriding | Vsevolod Stakhov | 2018-07-11 | 3 | -1/+9 |
* | [Minor] Allow to check if we have set some pre-result | Vsevolod Stakhov | 2018-07-11 | 1 | -0/+25 |
* | Merge pull request #2334 from moisseev/eslint | Vsevolod Stakhov | 2018-07-11 | 7 | -44/+34 |
|\ |
|
| * | [WebUI] Remove unused block | Alexander Moisseev | 2018-07-11 | 2 | -6/+0 |
| * | [WebUI] Initialize variables at declaration | Alexander Moisseev | 2018-07-11 | 1 | -6/+2 |
| * | [WebUI] Do not redeclare variables | Alexander Moisseev | 2018-07-11 | 3 | -5/+6 |
| * | [WebUI] Use self-explanatory notation | Alexander Moisseev | 2018-07-11 | 4 | -8/+7 |
| * | [WebUI] Use type-safe equality operators | Alexander Moisseev | 2018-07-11 | 5 | -19/+19 |
|/ |
|
* | [Fix] Fix regexp functions when no data is passed | Vsevolod Stakhov | 2018-07-10 | 1 | -13/+27 |
* | [Minor] Redis support is now unconditional | Vsevolod Stakhov | 2018-07-10 | 8 | -24/+11 |
* | [Fix] Fix race condition on maps reinit | Vsevolod Stakhov | 2018-07-10 | 1 | -1/+1 |
* | [Minor] Do not print pointer if successfully converted UD to a string | Vsevolod Stakhov | 2018-07-10 | 1 | -1/+13 |
* | [Fix] Fix descriptors leak in sqlite3 locking code | Vsevolod Stakhov | 2018-07-10 | 1 | -2/+2 |
* | [Fix] Initialize sqlite3 properly | Vsevolod Stakhov | 2018-07-10 | 2 | -2/+5 |
* | [Fix] Fix padded numbers printing | Vsevolod Stakhov | 2018-07-10 | 1 | -4/+8 |
* | [Minor] Cleanup, use __builtin_clz, mention algorithm source | Vsevolod Stakhov | 2018-07-09 | 1 | -2/+10 |
* | [Feature] Improve integer -> string conversion | Vsevolod Stakhov | 2018-07-09 | 1 | -47/+252 |
* | [Fix] Improve resetting of the limit buckets | Vsevolod Stakhov | 2018-07-09 | 1 | -15/+22 |
* | [Minor] Count a new message when checking ratelimit burst | Vsevolod Stakhov | 2018-07-09 | 1 | -2/+2 |
* | [Fix] Eliminate all specific C plugins pools | Vsevolod Stakhov | 2018-07-09 | 4 | -48/+17 |
* | [Minor] Eliminate dedicated mempool for regexp module | Vsevolod Stakhov | 2018-07-09 | 1 | -11/+7 |
* | [Minor] Fix aligned access | Vsevolod Stakhov | 2018-07-09 | 1 | -2/+5 |
* | [Fix] Fix build where ucontext is defined in ucontext.h | Vsevolod Stakhov | 2018-07-09 | 3 | -0/+6 |
* | Merge pull request #2331 from moisseev/eslint | Vsevolod Stakhov | 2018-07-08 | 8 | -24/+38 |
|\ |
|
| * | [Test] Specify JS Globals | Alexander Moisseev | 2018-07-08 | 7 | -3/+18 |
| * | [WebUI] Remove unused variable | Alexander Moisseev | 2018-07-08 | 1 | -1/+0 |
| * | [WebUI] Add missed declarations | Alexander Moisseev | 2018-07-08 | 2 | -7/+8 |
| * | [WebUI] Fix variable assignment | Alexander Moisseev | 2018-07-08 | 2 | -2/+2 |
| * | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 4 | -11/+10 |
|/ |
|
* | [Feature] Reuse maps in multimap module more aggressively | Vsevolod Stakhov | 2018-07-07 | 1 | -2/+2 |
* | [Project] Implement HTTP maps caching | Vsevolod Stakhov | 2018-07-07 | 5 | -6/+208 |
* | [Project] Prepare cached map data | Vsevolod Stakhov | 2018-07-07 | 2 | -60/+86 |
* | Merge pull request #2328 from moisseev/patch-1 | Vsevolod Stakhov | 2018-07-06 | 1 | -0/+1 |
|\ |
|
| * | Update redirectors.inc | Alexander Moisseev | 2018-07-06 | 1 | -0/+1 |
* | | Merge pull request #2326 from moisseev/eslint | Vsevolod Stakhov | 2018-07-06 | 10 | -355/+435 |
|\ \ |
|
| * | | [WebUI] Remove unused variables | Alexander Moisseev | 2018-07-06 | 5 | -9/+6 |
| * | | [Minor] JS: Remove redundant quotes | Alexander Moisseev | 2018-07-06 | 8 | -267/+266 |
| * | | [test] Print current ESLint version | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| * | | [test] Enforce some linter rules for JS | Alexander Moisseev | 2018-07-05 | 1 | -1/+85 |
| * | | [Minor] JS: Add space before parentheses | Alexander Moisseev | 2018-07-05 | 8 | -62/+62 |
| * | | [Minor] JS: Align elements | Alexander Moisseev | 2018-07-05 | 1 | -1/+2 |
| * | | [WebUI] Remove duplicated path from RequireJS config | Alexander Moisseev | 2018-07-05 | 1 | -1/+0 |
| * | | [Minor] JS: Remove useless escape | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| * | | [Minor] JS: Remove useless concatenation | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 |
| * | | [Minor] JS: Simplify conditional | Alexander Moisseev | 2018-07-05 | 1 | -5/+3 |
| * | | [Minor] JS: Disable "no-alert" rule for a line | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| * | | [WebUI] Do not accept passwords containing control characters | Alexander Moisseev | 2018-07-05 | 1 | -1/+1 |
| * | | [Minor] JS: Disable "no-bitwise" rule for specific lines | Alexander Moisseev | 2018-07-05 | 2 | -1/+3 |
| * | | [Minor] JS: Add missed spaces | Alexander Moisseev | 2018-07-05 | 1 | -2/+2 |
| * | | [Minor] JS: Move dots to the same lines as the properties | Alexander Moisseev | 2018-07-05 | 1 | -6/+6 |