aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_url_test.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | * Adopt all parts of rspamd for new url parser * Improve url-extracter utility by avoiding cut&paste of mime parsing * Small fixes to rspamc client * Bump version to 0.1.3
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
|
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-191-1/+1
| | | | | | | | * Parse expressions with state machine which allows different kinds of arguments in expressions * Fix test to accord current data * Add support of fucntions to regexp module * Move all regexp logic to separate file, describe its API * Fix descriptors leakage in surbl module
* * Reorganize structure of source filesVsevolod Stakhov2008-11-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adopt build system for new structure --HG-- rename : cfg_file.h => src/cfg_file.h rename : cfg_file.l => src/cfg_file.l rename : cfg_file.y => src/cfg_file.y rename : cfg_utils.c => src/cfg_utils.c rename : controller.c => src/controller.c rename : filter.c => src/filter.c rename : filter.h => src/filter.h rename : fstring.c => src/fstring.c rename : fstring.h => src/fstring.h rename : main.c => src/main.c rename : main.h => src/main.h rename : mem_pool.c => src/mem_pool.c rename : mem_pool.h => src/mem_pool.h rename : memcached-test.c => src/memcached-test.c rename : memcached.c => src/memcached.c rename : memcached.h => src/memcached.h rename : perl.c => src/perl.c rename : perl.h => src/perl.h rename : plugins/regexp.c => src/plugins/regexp.c rename : plugins/surbl.c => src/plugins/surbl.c rename : protocol.c => src/protocol.c rename : protocol.h => src/protocol.h rename : upstream.c => src/upstream.c rename : upstream.h => src/upstream.h rename : url.c => src/url.c rename : url.h => src/url.h rename : util.c => src/util.c rename : util.h => src/util.h rename : worker.c => src/worker.c
* * 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 cases when new chunk is allocated - add memory pool allocator statistics - let it work in multi-threaded environment - add strdup function for convinience * Use memory pool allocator more widely to avoid memory leaks in future and optimize performance * Task pool chunk size is now pre-defined constant (16 Kb currently)
* * 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
| | | | * Add some more tests to url testcase
* * Fix url length while passing them to normalizerVsevolod Stakhov2008-09-081-2/+2
| | | | TODO: fix html parsing regexp (now it doesn't work)
* * 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