summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix build where ucontext is defined in ucontext.hVsevolod Stakhov2018-07-093-0/+6
|
* Merge pull request #2331 from moisseev/eslintVsevolod Stakhov2018-07-088-24/+38
|\ | | | | [WebUI] Minor fixes
| * [Test] Specify JS GlobalsAlexander Moisseev2018-07-087-3/+18
| |
| * [WebUI] Remove unused variableAlexander Moisseev2018-07-081-1/+0
| |
| * [WebUI] Add missed declarationsAlexander Moisseev2018-07-082-7/+8
| |
| * [WebUI] Fix variable assignmentAlexander Moisseev2018-07-082-2/+2
| | | | | | | | I think `var full = shrt = "";` is `var full = (shrt = "");` effectively, so `full = true`.
| * [WebUI] Avoid using "undefined" propertyAlexander Moisseev2018-07-084-11/+10
|/ | | | of the global object
* [Feature] Reuse maps in multimap module more aggressivelyVsevolod Stakhov2018-07-071-2/+2
|
* [Project] Implement HTTP maps cachingVsevolod Stakhov2018-07-075-6/+208
|
* [Project] Prepare cached map dataVsevolod Stakhov2018-07-072-60/+86
|
* Merge pull request #2328 from moisseev/patch-1Vsevolod Stakhov2018-07-061-0/+1
|\ | | | | Update redirectors.inc
| * Update redirectors.incAlexander Moisseev2018-07-061-0/+1
| | | | | | [Minor] Add cp.bitrix.ru to redirectors list
* | Merge pull request #2326 from moisseev/eslintVsevolod Stakhov2018-07-0610-355/+435
|\ \ | | | | | | Futher JS code style fixes
| * | [WebUI] Remove unused variablesAlexander Moisseev2018-07-065-9/+6
| | |
| * | [Minor] JS: Remove redundant quotesAlexander Moisseev2018-07-068-267/+266
| | | | | | | | | | | | around object literal property names
| * | [test] Print current ESLint versionAlexander Moisseev2018-07-051-1/+1
| | |
| * | [test] Enforce some linter rules for JSAlexander Moisseev2018-07-051-1/+85
| | |
| * | [Minor] JS: Add space before parenthesesAlexander Moisseev2018-07-058-62/+62
| | | | | | | | | | | | of anonymous functions
| * | [Minor] JS: Align elementsAlexander Moisseev2018-07-051-1/+2
| | |
| * | [WebUI] Remove duplicated path from RequireJS configAlexander Moisseev2018-07-051-1/+0
| | |
| * | [Minor] JS: Remove useless escapeAlexander Moisseev2018-07-051-1/+1
| | |
| * | [Minor] JS: Remove useless concatenationAlexander Moisseev2018-07-051-2/+2
| | |
| * | [Minor] JS: Simplify conditionalAlexander Moisseev2018-07-051-5/+3
| | |
| * | [Minor] JS: Disable "no-alert" rule for a lineAlexander Moisseev2018-07-051-1/+1
| | |
| * | [WebUI] Do not accept passwords containing control charactersAlexander Moisseev2018-07-051-1/+1
| | |
| * | [Minor] JS: Disable "no-bitwise" rule for specific linesAlexander Moisseev2018-07-052-1/+3
| | |
| * | [Minor] JS: Add missed spacesAlexander Moisseev2018-07-051-2/+2
| | |
| * | [Minor] JS: Move dots to the same lines as the propertiesAlexander Moisseev2018-07-051-6/+6
| | |
| * | [Minor] JS: Remove extra spacesAlexander Moisseev2018-07-056-11/+11
| | |
* | | [Feature] Add more extended statistics about fuzzy updatesVsevolod Stakhov2018-07-064-22/+59
| |/ |/|
* | [Minor] Fix list opVsevolod Stakhov2018-07-051-1/+1
| |
* | [Fix] Work with broken resolvers in resolv.confVsevolod Stakhov2018-07-053-11/+59
| |
* | [Fix] Fix DKIM check rule if DNS is unavailableVsevolod Stakhov2018-07-052-21/+33
| |
* | [Minor] Improve symcache debuggingVsevolod Stakhov2018-07-051-16/+30
| |
* | [Feature] Add logic to deduplicate updates queueVsevolod Stakhov2018-07-053-1/+109
| |
* | [Project] Add small workaround for sqlite backendVsevolod Stakhov2018-07-051-3/+6
| |
* | [Project] Update Redis backend to support refreshingVsevolod Stakhov2018-07-051-0/+84
| |
* | [Project] Refresh fuzzy hashes when matchedVsevolod Stakhov2018-07-052-1/+53
| |
* | [Minor] Add domains to the listVsevolod Stakhov2018-07-051-0/+2
|/
* [Feature] Improve WHITE_ON_WHITE ruleVsevolod Stakhov2018-07-041-10/+23
|
* [Fix] Fix styles propagationVsevolod Stakhov2018-07-041-0/+9
|
* [Feature] Implement fuzzy hashes extraction in mime toolVsevolod Stakhov2018-07-041-2/+13
|
* [Minor] Use proper hashing when getting texts fuzzy hashVsevolod Stakhov2018-07-042-7/+19
|
* [Feature] Add preliminary function to get fuzzy hashes from text in LuaVsevolod Stakhov2018-07-041-0/+128
|
* Merge pull request #2325 from BoresXP/masterVsevolod Stakhov2018-07-041-2/+2
|\ | | | | Fix redis read_only was incorrectly set to true.
| * Fix redis read_only was incorrectly set to true.Boris Gulay2018-07-041-2/+2
| | | | | | | | We should use local variables in this check because result['xxx'] are assigned later.
* | Merge pull request #2324 from andy-igoshin/masterVsevolod Stakhov2018-07-041-0/+1
|\ \ | | | | | | domain added
| * | domain addedAndrey Igoshin2018-07-031-0/+1
| | |
* | | Merge pull request #2323 from moisseev/eslintVsevolod Stakhov2018-07-048-2033/+2033
|\ \ \ | | | | | | | | [Minor] Fix some JS code style issues
| * | | [Minor] JS: Add spaces at comments startAlexander Moisseev2018-07-043-8/+8
| | | |