aboutsummaryrefslogtreecommitdiffstats
path: root/utils/url_extracter.c
Commit message (Collapse)AuthorAgeFilesLines
* * Major cleanup of cmake build systemVsevolod Stakhov2011-05-061-73/+0
| | | | | | * Add initial version of statshow utility for statfiles debugging * Add debugging for statistics * Remove unused utilities
* * Introduce new logging system:Vsevolod Stakhov2009-12-221-3/+0
| | | | | | | | | - independent and customizeable buffering - line buffering - errors handling support - custom (ip based) debug - append function name automaticaly (based on __FUNCTION__) - add some logic to logs system
* * Rework url parsing algorithmsVsevolod Stakhov2009-06-021-111/+19
| | | | | | | * 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
* * Add counters for rspamd symbolsVsevolod Stakhov2009-05-041-0/+1
| | | | * Fix shared hashes
* * Fix urls extracting, avoid code repeatingVsevolod Stakhov2009-04-171-2/+2
|
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-021-0/+17
|
* * Add debug for mime parsingVsevolod Stakhov2009-03-021-0/+1
| | | | * Fill task structure with zeroes in url-extracter
* * Fix url-extracterVsevolod Stakhov2009-02-271-0/+1
| | | | | | * Fix soft-shutdown of dispacther * Turn debug on by default in cmake * Change logic of save points
* * Add new hash for storing hash data in shared memoryVsevolod Stakhov2009-01-271-2/+9
| | | | * Add rwlocks implementation (primitive) in memory pool library
* * 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
* * Write test case for async memcached librarycebka@mailsupport.rambler.ru2008-09-161-1/+1
| | | | * Fix memcached async library to pass test :)
* * Fix include dependenciescebka@mailsupport.rambler.ru2008-09-161-0/+1
|
* * Add utility for extracting urls from messageVsevolod Stakhov2008-09-101-0/+140
* Rework build system