summaryrefslogtreecommitdiffstats
path: root/test/lua/unit/url.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Adjust unit testVsevolod Stakhov2021-07-301-1/+1
|
* [Minor] Try to deal with urls with backslashes in pathVsevolod Stakhov2021-07-301-1/+5
|
* [Minor] Fix multiple @ at the beginnigVsevolod Stakhov2021-05-121-0/+3
|
* [Minor] Fix parsing of some bogus urlsVsevolod Stakhov2021-05-121-0/+3
|
* [Minor] Add a path testVsevolod Stakhov2020-12-221-1/+2
|
* [Test] Add some tests for IDNA dots in urlsVsevolod Stakhov2020-09-181-0/+15
|
* [Rework] Fix various url extraction issuesVsevolod Stakhov2020-03-191-1/+3
|
* [Project] Fix urls composition rules, add unit testsVsevolod Stakhov2020-02-241-0/+30
|
* [Minor] One more trailing slash fix + testsVsevolod Stakhov2020-02-181-4/+4
|
* [Minor] Another try to fix shiftingVsevolod Stakhov2020-01-171-0/+3
|
* [Minor] Another try to fix urls shifting when decodingVsevolod Stakhov2020-01-171-0/+4
|
* [Fix] Fix urls shifting when doing decode to include separatorsVsevolod Stakhov2020-01-151-1/+1
|
* [Test] Add a test case for URL parsingAnton Yuzhaninov2020-01-141-0/+3
| | | | Currently it fails because fragment is not extracted correctly.
* [Test] Add more testsVsevolod Stakhov2020-01-101-5/+11
|
* [Test] Improve unit testsVsevolod Stakhov2020-01-101-8/+10
|
* [Test] Use init_url() frim the new helperMikhail Galanin2018-09-211-5/+3
|
* [Fix] Avoid one extra byte writingVsevolod Stakhov2018-07-311-0/+3
|
* [Test] Improve URL unit testsVsevolod Stakhov2018-03-301-103/+106
|
* [Test] More test casesVsevolod Stakhov2017-01-081-1/+9
|
* [Test] Add tests, fix normalization algorithmVsevolod Stakhov2017-01-081-0/+28
|
* [Fix] Try to fix false positive URL detections in text partsVsevolod Stakhov2016-05-121-2/+2
|
* [Test] Fix unit testsVsevolod Stakhov2016-04-231-0/+7
|
* More fixes to url numeric conversionsVsevolod Stakhov2015-11-281-0/+3
|
* Fix parsing of fragment in urlsVsevolod Stakhov2015-11-161-9/+12
|
* Add workarounds for numeric hosts in URLs.Vsevolod Stakhov2015-07-021-2/+17
|
* Add more unit tests for url parser.Vsevolod Stakhov2015-07-011-5/+15
|
* Add new url unit test.Vsevolod Stakhov2015-07-011-0/+33
|
* Fix closure lifetime in tests.Vsevolod Stakhov2015-04-271-2/+2
|
* Add some more URL test cases.Vsevolod Stakhov2015-04-231-8/+16
|
* Fix unit tests.Vsevolod Stakhov2015-04-151-43/+14
|
* Fix urls unit test.Vsevolod Stakhov2015-04-071-3/+5
|
* Use TLD file directly within API.Vsevolod Stakhov2015-04-061-1/+1
|
* Fix URL unit test.Vsevolod Stakhov2015-04-051-0/+4
|
* Fix url extraction tests.Vsevolod Stakhov2015-03-021-3/+3
|
* Add unit test for url extraction.Vsevolod Stakhov2015-03-021-0/+66