Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix regexp selector and add flattening | Vsevolod Stakhov | 2020-05-14 | 1 | -0/+4 |
| | |||||
* | [Test] Add some missing tests for selectors | Vsevolod Stakhov | 2020-05-14 | 1 | -0/+8 |
| | |||||
* | [TEST] FROM_NEQ_ENVFROM fix | korgoth1 | 2020-05-01 | 1 | -2/+3 |
| | |||||
* | [TEST] Some rules + FROM_NEQ_ENVFROM | korgoth1 | 2020-05-01 | 1 | -14/+3 |
| | |||||
* | [TEST] Some rules + FROM_NEQ_ENVFROM | korgoth1 | 2020-05-01 | 4 | -0/+118 |
| | |||||
* | [Minor] More fixes to digests selectors + added tests | Vsevolod Stakhov | 2020-04-30 | 1 | -6/+35 |
| | |||||
* | [Minor] Oops, fix test | Vsevolod Stakhov | 2020-04-20 | 1 | -1/+1 |
| | |||||
* | [Test] Enrich rbl tests | Vsevolod Stakhov | 2020-04-17 | 2 | -1/+3 |
| | |||||
* | [Test] Fix tests | Vsevolod Stakhov | 2020-04-10 | 1 | -11/+12 |
| | |||||
* | [Rework] Fix various url extraction issues | Vsevolod Stakhov | 2020-03-19 | 1 | -1/+3 |
| | |||||
* | [TEST] Force Actions Settings | korgoth1 | 2020-03-17 | 3 | -0/+141 |
| | |||||
* | [Test] Fix race condition | Vsevolod Stakhov | 2020-03-16 | 1 | -1/+3 |
| | |||||
* | Merge pull request #3298 from korgoth1/master | Vsevolod Stakhov | 2020-03-11 | 13 | -12/+85 |
|\ | | | | | [Test] URL compose map | ||||
| * | [Test] URL compose map | korgoth1 | 2020-03-11 | 6 | -16/+11 |
| | | |||||
| * | [Test] URL compose map | korgoth1 | 2020-02-29 | 13 | -12/+90 |
| | | |||||
* | | [Test] Sort hash tables in tests | Vsevolod Stakhov | 2020-03-09 | 2 | -6/+13 |
|/ | |||||
* | [Test] Fix tests | Vsevolod Stakhov | 2020-02-29 | 3 | -4/+4 |
| | |||||
* | [Test] URL compose map | korgoth1 | 2020-02-29 | 7 | -15/+32 |
| | |||||
* | [Test] URL compose map | korgoth1 | 2020-02-28 | 5 | -3/+27 |
| | |||||
* | [Test] Disable broken clickhouse test | Vsevolod Stakhov | 2020-02-26 | 1 | -19/+20 |
| | |||||
* | [Minor] Fix some more tld issues and tld tests | Vsevolod Stakhov | 2020-02-25 | 1 | -6/+8 |
| | |||||
* | [Project] Fix urls composition rules, add unit tests | Vsevolod Stakhov | 2020-02-24 | 1 | -0/+30 |
| | |||||
* | [Minor] One more trailing slash fix + tests | Vsevolod Stakhov | 2020-02-18 | 1 | -4/+4 |
| | |||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 1 | -2/+0 |
| | |||||
* | [Minor] Fix unit tests | Vsevolod Stakhov | 2020-02-10 | 1 | -13/+14 |
| | |||||
* | [Test] Add some more tests | Vsevolod Stakhov | 2020-02-10 | 1 | -0/+11 |
| | |||||
* | [Test] Fuzzy skip hashes | korgoth1 | 2020-02-09 | 2 | -2/+0 |
| | |||||
* | [Test] Fuzzy skip hashes | korgoth1 | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | [Test] Fuzzy skip hashes | korgoth1 | 2020-02-09 | 2 | -2/+8 |
| | |||||
* | [Test] Fuzzy skip hashes | korgoth1 | 2020-02-07 | 4 | -0/+21 |
| | |||||
* | [Test] Setting's priority | korgoth1 | 2020-02-05 | 1 | -1/+0 |
| | |||||
* | [Test] Setting's priority | korgoth1 | 2020-02-05 | 3 | -0/+26 |
| | |||||
* | [Minor] Remove non-reject gtube patterns unless enable_test_patterns is enabled | Vsevolod Stakhov | 2020-02-04 | 1 | -1/+2 |
| | |||||
* | [Test] Add avast test cases | Vsevolod Stakhov | 2020-02-01 | 4 | -0/+95 |
| | |||||
* | [Test] Fix ::1/64 absurdic case | Vsevolod Stakhov | 2020-01-24 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix masks calculations | Vsevolod Stakhov | 2020-01-24 | 1 | -2/+2 |
| | |||||
* | [Test] Fix/Improve radix testing | Vsevolod Stakhov | 2020-01-23 | 1 | -41/+85 |
| | |||||
* | [Minor] test: remove hard-coded build directory | Peter Wu | 2020-01-21 | 3 | -4/+14 |
| | | | | | | | | | | | * Reproducible build: avoid defining the BUILDROOT macro and avoid embedding the build directory in the test image. Instead rely on the test files being present next to the executable. * I considered using g_test_build_filename, available since GLib 2.38 (available on all supported platforms, RHEL 7, Debian, Ubuntu, etc.), but decided against it because it would require setting the G_TEST_SRCDIR or G_TEST_BUILDDIR environment variables. Therefore this patch simply parses argv0 directly. | ||||
* | [Minor] Another try to fix shifting | Vsevolod Stakhov | 2020-01-17 | 1 | -0/+3 |
| | |||||
* | [Minor] Another try to fix urls shifting when decoding | Vsevolod Stakhov | 2020-01-17 | 1 | -0/+4 |
| | |||||
* | [Test] SPF external IP map | korgoth1 | 2020-01-16 | 2 | -1/+2 |
| | |||||
* | [Test] SPF external IP map | korgoth1 | 2020-01-15 | 1 | -1/+3 |
| | |||||
* | [Fix] Fix urls shifting when doing decode to include separators | Vsevolod Stakhov | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | [Test] Add a test case for URL parsing | Anton Yuzhaninov | 2020-01-14 | 1 | -0/+3 |
| | | | | Currently it fails because fragment is not extracted correctly. | ||||
* | Merge pull request #3206 from korgoth1/master | Vsevolod Stakhov | 2020-01-11 | 1 | -0/+6 |
|\ | | | | | [Test] SURBL resolve ip | ||||
| * | [Test] SURBL resolve ip | korgoth1 | 2020-01-11 | 1 | -3/+3 |
| | | |||||
| * | [Test] SURBL resolve ip | korgoth1 | 2020-01-10 | 1 | -1/+1 |
| | | |||||
| * | [Test] SURBL resolve ip | korgoth1 | 2020-01-10 | 3 | -9/+19 |
| |\ | |||||
| * | | [Test] SPF external relay map | korgoth1 | 2020-01-09 | 1 | -3/+1 |
| | | | |||||
* | | | [Test] Add more tests | Vsevolod Stakhov | 2020-01-10 | 1 | -5/+11 |
| |/ |/| |