Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Add unit test | Vsevolod Stakhov | 2024-03-24 | 1 | -0/+11 |
| | |||||
* | [Test] Remove some invalid tests for 32 bit platforms | Vsevolod Stakhov | 2024-01-18 | 1 | -28/+29 |
| | | | | Issue: #4754 | ||||
* | [Minor] Treat last dot specially | Vsevolod Stakhov | 2023-08-10 | 1 | -0/+10 |
| | |||||
* | [Test] Add one more test for urls parsing | Vsevolod Stakhov | 2023-08-10 | 1 | -118/+123 |
| | |||||
* | [Test] Add unit testing | Vsevolod Stakhov | 2023-04-07 | 1 | -0/+10 |
| | |||||
* | [Test] Add a unit test | Vsevolod Stakhov | 2023-02-23 | 1 | -48/+154 |
| | |||||
* | [Test] Exclude more speed/fuzz tests to allow unit tests execution under 1 sec | Vsevolod Stakhov | 2022-12-27 | 3 | -87/+16 |
| | |||||
* | [Test] Hide expensive unit tests with RSPAMD_LUA_EXPENSIVE_TESTS env variable | Vsevolod Stakhov | 2022-12-26 | 7 | -253/+266 |
| | |||||
* | [Test] Disable a broken unit test | Vsevolod Stakhov | 2022-12-11 | 1 | -3/+3 |
| | |||||
* | [Test] Fix a broken unit test | Vsevolod Stakhov | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | [Test] Add test for the added features | Vsevolod Stakhov | 2022-12-10 | 1 | -20/+25 |
| | |||||
* | [Minor] Add tests and fix some minor issues | Vsevolod Stakhov | 2022-11-22 | 1 | -5/+30 |
| | |||||
* | [Minor] Fix tests and invocation | Vsevolod Stakhov | 2022-11-22 | 1 | -2/+3 |
| | |||||
* | [Test] Add another used domain | Vsevolod Stakhov | 2022-11-15 | 1 | -0/+1 |
| | |||||
* | [Test] Fix test tlds | Vsevolod Stakhov | 2022-11-15 | 1 | -0/+13 |
| | |||||
* | [Test] Do not use hardcoded path for sqlite3 tests | Petr Vaněk | 2022-11-07 | 1 | -9/+10 |
| | |||||
* | [Test] Remove test case with non-deterministic result | Petr Vaněk | 2022-11-05 | 1 | -1/+0 |
| | | | | | | | | | | Removed test case does not work with luajit-2.1 anymore as it depends on internal behavior of lujait-2.0. The order of URL list returned by `extract_specific_urls` function from `lualib/lua_util` depends on order of keys in table of TLDs. The test case incorrectly expects "net" and "com" being in front of the table, however, "org" can appear there as well. | ||||
* | [Test] Fix broken tests | Vsevolod Stakhov | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | [Rework] Make http normalize path function a generic function | Vsevolod Stakhov | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | [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] 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] Add a simple config helper for the unit tests | Vsevolod Stakhov | 2021-11-24 | 1 | -24/+3 |
| | |||||
* | [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 |
| |