Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Check the decoded length when doing base32 fuzz test | Vsevolod Stakhov | 2022-07-16 | 1 | -1/+3 |
| | |||||
* | [Minor] Add test for lower_utf8 selector transformation | Pavel Podkorytov | 2022-05-21 | 1 | -1/+7 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 2 | -2/+2 |
| | |||||
* | [Minor] Microoptimize lua_util.str_endswith | Anton Yuzhaninov | 2022-02-26 | 1 | -1/+32 |
| | | | | | | | | Use find to check string suffix instead of sub (which involves string interning of a returned string). Benchmarks with LuaJIT 2.1.0 shows that an option with find is significantly faster. While here added unit test for this function. | ||||
* | [Test] Fix mime dump test | Vsevolod Stakhov | 2021-12-09 | 1 | -0/+6 |
| | |||||
* | [Test] Fix string formatting | Vsevolod Stakhov | 2021-12-09 | 1 | -3/+5 |
| | |||||
* | [Test] Remove broken test | Vsevolod Stakhov | 2021-12-06 | 1 | -3/+4 |
| | |||||
* | [Test] Improve envelope stuff testing | Vsevolod Stakhov | 2021-11-28 | 1 | -1/+28 |
| | |||||
* | [Test] Fix tests | Vsevolod Stakhov | 2021-11-27 | 1 | -97/+100 |
| | |||||
* | [Test] Oops, add a missing require | Vsevolod Stakhov | 2021-11-24 | 1 | -2/+2 |
| | |||||
* | [Test] Add unit test for message to ucl function | Vsevolod Stakhov | 2021-11-24 | 1 | -0/+188 |
| | |||||
* | [Test] One more fix | Vsevolod Stakhov | 2021-11-24 | 1 | -8/+7 |
| | |||||
* | [Test] Add a simple config helper for the unit tests | Vsevolod Stakhov | 2021-11-24 | 2 | -24/+31 |
| | |||||
* | [Test] Move tests from lua to C++ | Vsevolod Stakhov | 2021-10-06 | 1 | -226/+0 |
| | |||||
* | [Test] Add the test for the previous fix | Vsevolod Stakhov | 2021-09-22 | 1 | -0/+8 |
| | |||||
* | [Test] Add tests for broken qp decoding | Vsevolod Stakhov | 2021-09-20 | 1 | -0/+10 |
| | |||||
* | [Minor] Adjust unit test | Vsevolod Stakhov | 2021-07-30 | 1 | -1/+1 |
| | |||||
* | [Minor] Try to deal with urls with backslashes in path | Vsevolod Stakhov | 2021-07-30 | 1 | -1/+5 |
| | |||||
* | [Minor] Fix parsing of some misformed email addresses | Vsevolod Stakhov | 2021-07-21 | 1 | -4/+4 |
| | |||||
* | [Test] Fix broken tests as it is confirmed by browser \m/ | Vsevolod Stakhov | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | [Test] Some fixes to html unit tests | Vsevolod Stakhov | 2021-06-28 | 1 | -28/+10 |
| | |||||
* | [Test] Remove obsoleted test | Vsevolod Stakhov | 2021-06-23 | 1 | -142/+0 |
| | |||||
* | [Minor] Fix multiple @ at the beginnig | Vsevolod Stakhov | 2021-05-12 | 1 | -0/+3 |
| | |||||
* | [Minor] Fix parsing of some bogus urls | Vsevolod Stakhov | 2021-05-12 | 1 | -0/+3 |
| | |||||
* | [Test] Add a unit test for buckets variables in the mempool | Vsevolod Stakhov | 2021-05-02 | 1 | -1/+9 |
| | |||||
* | [Test] Add unit tests for stream compression | Vsevolod Stakhov | 2021-04-26 | 1 | -0/+56 |
| | |||||
* | [Test] Add some more rfc2047 tricky cases | Vsevolod Stakhov | 2021-04-01 | 1 | -2/+4 |
| | |||||
* | [Project] Css: Add display value support | Vsevolod Stakhov | 2021-03-10 | 1 | -2/+2 |
| | |||||
* | [Project] Css: Add dimensions handling | Vsevolod Stakhov | 2021-03-09 | 1 | -1/+4 |
| | |||||
* | [Project] Css: Add opacity support | Vsevolod Stakhov | 2021-03-09 | 1 | -0/+5 |
| | |||||
* | [Project] Css: Rework flags of css properties | Vsevolod Stakhov | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | [Porject] Css: Rework functions parsing | Vsevolod Stakhov | 2021-03-03 | 1 | -0/+25 |
| | |||||
* | [Project] Css: Start semantic parsing for rules | Vsevolod Stakhov | 2021-02-17 | 1 | -3/+3 |
| | |||||
* | [Project] Css: Several fixes + tests | Vsevolod Stakhov | 2021-01-29 | 1 | -1/+68 |
| | |||||
* | [Minor] Css: Add a simple testing logic for css parsing | Vsevolod Stakhov | 2021-01-29 | 1 | -0/+19 |
| | |||||
* | [Test] Start css unit testing | Vsevolod Stakhov | 2021-01-22 | 1 | -0/+23 |
| | |||||
* | [Minor] Add a path test | Vsevolod Stakhov | 2020-12-22 | 1 | -1/+2 |
| | |||||
* | Merge pull request #3574 from fatalbanana/selectors_cache | Vsevolod Stakhov | 2020-12-09 | 1 | -0/+11 |
|\ | | | | | [Minor] Selectors: support extracting task cache variables | ||||
| * | [Minor] Selectors: support extracting task cache variables | Andrew Lewis | 2020-12-09 | 1 | -0/+11 |
| | | |||||
* | | [Test] Add some unit tests for punycode conversion | Andrew Lewis | 2020-12-09 | 1 | -0/+31 |
|/ | |||||
* | [Test] Disable broken test (type mismatch) | Vsevolod Stakhov | 2020-11-25 | 1 | -3/+3 |
| | |||||
* | [Fix] Fix quoted-printable soft newlines bugged case | Vsevolod Stakhov | 2020-11-20 | 1 | -0/+10 |
| | |||||
* | [Minor] Fix some more lua compat issues with text:find | Vsevolod Stakhov | 2020-11-19 | 1 | -0/+3 |
| | |||||
* | [Fix] Fix off-by-one with init check | Vsevolod Stakhov | 2020-11-18 | 1 | -0/+2 |
| | |||||
* | [Minor] Fix another stupid tests regression | Vsevolod Stakhov | 2020-11-18 | 2 | -1/+1 |
| | |||||
* | [Test] Add some tests for rspamd_text:find | Vsevolod Stakhov | 2020-11-16 | 1 | -1/+45 |
| | |||||
* | Merge pull request #3553 from fatalbanana/byte | Vsevolod Stakhov | 2020-11-16 | 1 | -0/+30 |
|\ | | | | | [Minor] rspamd_text:byte() metamethod | ||||
| * | [Minor] rspamd_text:byte() metamethod | Andrew Lewis | 2020-11-16 | 1 | -0/+30 |
| | | |||||
* | | [TEST] smtp date | korgoth1 | 2020-11-15 | 1 | -0/+11 |
| | | |||||
* | | [Test] Fix tests | Vsevolod Stakhov | 2020-11-13 | 1 | -4/+4 |
|/ |