Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|\ | | | | | [WebUI] Minor fixes | ||||
| * | [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 |
| | | | | | | | | I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`. | ||||
| * | [WebUI] Avoid using "undefined" property | Alexander Moisseev | 2018-07-08 | 4 | -11/+10 |
|/ | | | | of the global object | ||||
* | [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 | ||||
| * | Update redirectors.inc | Alexander Moisseev | 2018-07-06 | 1 | -0/+1 |
| | | | | | | [Minor] Add cp.bitrix.ru to redirectors list | ||||
* | | Merge pull request #2326 from moisseev/eslint | Vsevolod Stakhov | 2018-07-06 | 10 | -355/+435 |
|\ \ | | | | | | | Futher JS code style fixes | ||||
| * | | [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 |
| | | | | | | | | | | | | around object literal property names | ||||
| * | | [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 |
| | | | | | | | | | | | | of anonymous functions | ||||
| * | | [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 |
| | | | |||||
| * | | [Minor] JS: Remove extra spaces | Alexander Moisseev | 2018-07-05 | 6 | -11/+11 |
| | | | |||||
* | | | [Feature] Add more extended statistics about fuzzy updates | Vsevolod Stakhov | 2018-07-06 | 4 | -22/+59 |
| |/ |/| | |||||
* | | [Minor] Fix list op | Vsevolod Stakhov | 2018-07-05 | 1 | -1/+1 |
| | | |||||
* | | [Fix] Work with broken resolvers in resolv.conf | Vsevolod Stakhov | 2018-07-05 | 3 | -11/+59 |
| | | |||||
* | | [Fix] Fix DKIM check rule if DNS is unavailable | Vsevolod Stakhov | 2018-07-05 | 2 | -21/+33 |
| | | |||||
* | | [Minor] Improve symcache debugging | Vsevolod Stakhov | 2018-07-05 | 1 | -16/+30 |
| | | |||||
* | | [Feature] Add logic to deduplicate updates queue | Vsevolod Stakhov | 2018-07-05 | 3 | -1/+109 |
| | | |||||
* | | [Project] Add small workaround for sqlite backend | Vsevolod Stakhov | 2018-07-05 | 1 | -3/+6 |
| | | |||||
* | | [Project] Update Redis backend to support refreshing | Vsevolod Stakhov | 2018-07-05 | 1 | -0/+84 |
| | | |||||
* | | [Project] Refresh fuzzy hashes when matched | Vsevolod Stakhov | 2018-07-05 | 2 | -1/+53 |
| | | |||||
* | | [Minor] Add domains to the list | Vsevolod Stakhov | 2018-07-05 | 1 | -0/+2 |
|/ | |||||
* | [Feature] Improve WHITE_ON_WHITE rule | Vsevolod Stakhov | 2018-07-04 | 1 | -10/+23 |
| | |||||
* | [Fix] Fix styles propagation | Vsevolod Stakhov | 2018-07-04 | 1 | -0/+9 |
| | |||||
* | [Feature] Implement fuzzy hashes extraction in mime tool | Vsevolod Stakhov | 2018-07-04 | 1 | -2/+13 |
| | |||||
* | [Minor] Use proper hashing when getting texts fuzzy hash | Vsevolod Stakhov | 2018-07-04 | 2 | -7/+19 |
| | |||||
* | [Feature] Add preliminary function to get fuzzy hashes from text in Lua | Vsevolod Stakhov | 2018-07-04 | 1 | -0/+128 |
| | |||||
* | Merge pull request #2325 from BoresXP/master | Vsevolod Stakhov | 2018-07-04 | 1 | -2/+2 |
|\ | | | | | Fix redis read_only was incorrectly set to true. | ||||
| * | Fix redis read_only was incorrectly set to true. | Boris Gulay | 2018-07-04 | 1 | -2/+2 |
| | | | | | | | | We should use local variables in this check because result['xxx'] are assigned later. | ||||
* | | Merge pull request #2324 from andy-igoshin/master | Vsevolod Stakhov | 2018-07-04 | 1 | -0/+1 |
|\ \ | | | | | | | domain added | ||||
| * | | domain added | Andrey Igoshin | 2018-07-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #2323 from moisseev/eslint | Vsevolod Stakhov | 2018-07-04 | 8 | -2033/+2033 |
|\ \ \ | | | | | | | | | [Minor] Fix some JS code style issues | ||||
| * | | | [Minor] JS: Add spaces at comments start | Alexander Moisseev | 2018-07-04 | 3 | -8/+8 |
| | | | |