aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_url_test.c
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-48/+47
* [Minor] Fix some compiler warningsDuncan Bellamy2023-03-141-1/+1
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
* Restore testing framework.Vsevolod Stakhov2014-09-121-4/+4
* Add a test suite for rcl.Vsevolod Stakhov2013-08-091-13/+0
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-47/+1
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-1/+1
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-4/+4
* * Remove unused debug messages from url librarycebka@mailsupport.rambler.ru2008-09-241-2/+0
* * Small updates to memory pool librarycebka@mailsupport.rambler.ru2008-09-231-4/+1
* * Fix include dependenciescebka@mailsupport.rambler.ru2008-09-161-1/+1
* * Fix url parser (get regexp from our mail system)Vsevolod Stakhov2008-09-091-13/+58
* * Fix url length while passing them to normalizerVsevolod Stakhov2008-09-081-2/+2
* * Use glib logger and regexp matching functionsVsevolod Stakhov2008-09-081-2/+4
* * Add initial test suite using glib test suiteVsevolod Stakhov2008-09-081-0/+78