| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Fix multipart nesting | Vsevolod Stakhov | 2009-07-27 | 1 | -3/+19 |
* | * Add received headers parser | Vsevolod Stakhov | 2009-07-22 | 1 | -0/+229 |
* | * Try to search for headers in multipart parts if headers are not found in pa... | Vsevolod Stakhov | 2009-07-08 | 1 | -0/+75 |
* | * Check return value from evdns_resolve | Vsevolod Stakhov | 2009-07-03 | 1 | -0/+2 |
* | * Extract url encoded urls from html texts | Vsevolod Stakhov | 2009-07-03 | 1 | -3/+5 |
* | * Remove some warnings | Vsevolod Stakhov | 2009-07-01 | 1 | -1/+1 |
* | * Rework url parsing algorithms | Vsevolod Stakhov | 2009-06-02 | 1 | -5/+15 |
* | * Fix bug with gboolean usage | Vsevolod Stakhov | 2009-05-30 | 1 | -1/+8 |
* | * Try to handle fake text/html parts correctly while extracting URLs | Vsevolod Stakhov | 2009-05-29 | 1 | -1/+1 |
* | * Add simple html parser and tag balancing detector | Vsevolod Stakhov | 2009-05-15 | 1 | -6/+23 |
* | * Fix work with raw headers and with senders in message | Vsevolod Stakhov | 2009-05-14 | 1 | -2/+46 |
* | * Fix memory leak when ref'ing message mime part without unrefing it | Vsevolod Stakhov | 2009-05-08 | 1 | -1/+10 |
* | * Misprint | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+0 |
* | * Fix bug with headers iteration function | Vsevolod Stakhov | 2009-04-21 | 1 | -11/+11 |
* | * Add initial version of chartable plugin: now it can only detects mixed unic... | Vsevolod Stakhov | 2009-04-21 | 1 | -1/+1 |
* | * Add raw mode flag for improving performance by avoiding expensive utf8 tran... | Vsevolod Stakhov | 2009-04-21 | 1 | -0/+5 |
* | * Add some debug | Vsevolod Stakhov | 2009-04-20 | 1 | -16/+54 |
* | * Fix urls extracting, avoid code repeating | Vsevolod Stakhov | 2009-04-17 | 1 | -2/+2 |
* | * For mime parts set flag 'raw' and if we cannot determine charset of part or... | Vsevolod Stakhov | 2009-04-15 | 1 | -4/+8 |
* | * Fix allocating and freeing of byte array | Vsevolod Stakhov | 2009-04-15 | 1 | -2/+2 |
* | * Try to convert each text part of messages to utf8 to avoid problems with re... | Vsevolod Stakhov | 2009-04-15 | 1 | -25/+64 |
* | * Check mime regexp only in text and html parts | Vsevolod Stakhov | 2009-04-03 | 1 | -0/+2 |
* | * Add 3 functions: | Vsevolod Stakhov | 2009-03-30 | 1 | -0/+5 |
* | * Unref wrapper as well | Vsevolod Stakhov | 2009-03-26 | 1 | -0/+2 |
* | * Do not try to process empty parts | Vsevolod Stakhov | 2009-03-26 | 1 | -21/+24 |
* | * Unref stream to avoid memory leaking | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+5 |
* | * Fix using of local variable | Vsevolod Stakhov | 2009-03-25 | 1 | -1/+3 |
* | * Log scan time and scan length of messages | Vsevolod Stakhov | 2009-03-25 | 1 | -0/+3 |
* | * Fix many compile time warnings and polish code | Vsevolod Stakhov | 2009-03-24 | 1 | -6/+6 |
* | * Fix XS module to work with current type of memory allocation | Vsevolod Stakhov | 2009-03-24 | 1 | -3/+19 |
* | * Use pool allocator for temp strings in headers | Vsevolod Stakhov | 2009-03-24 | 1 | -9/+10 |
* | * Add smart handling of message headers | Vsevolod Stakhov | 2009-03-24 | 1 | -0/+266 |
* | * Fix error in expression parser that causes bad errors with expressions that... | Vsevolod Stakhov | 2009-03-23 | 1 | -2/+17 |
* | * Add ability to match raw headers | Vsevolod Stakhov | 2009-03-17 | 1 | -0/+10 |
* | * Add log line for each message in SA style | Vsevolod Stakhov | 2009-03-11 | 1 | -0/+4 |
* | * Fix redirector connection procedure | Vsevolod Stakhov | 2009-03-10 | 1 | -1/+4 |
* | * Avoid extra requests to surbls saving them into requests cache | Vsevolod Stakhov | 2009-03-10 | 1 | -2/+2 |
* | * Fix 2 memory issues: | Vsevolod Stakhov | 2009-03-10 | 1 | -0/+16 |
* | * Remove several memory leaks (found by valgrind) | Vsevolod Stakhov | 2009-03-06 | 1 | -6/+15 |
* | * Remove %m from logging it seems to be unsupported by FreeBSD printf version | Vsevolod Stakhov | 2009-03-02 | 1 | -1/+1 |
* | * Add compatibility with gmime24 | Vsevolod Stakhov | 2009-03-02 | 1 | -1/+34 |
* | * Fix character policy in dispatcher | Vsevolod Stakhov | 2009-03-02 | 1 | -0/+1 |
* | * Try not to unref parser too early | Vsevolod Stakhov | 2009-03-02 | 1 | -6/+4 |
* | * Add debug for mime parsing | Vsevolod Stakhov | 2009-03-02 | 1 | -1/+14 |
* | * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou... | Vsevolod Stakhov | 2009-02-19 | 1 | -2/+2 |
* | * Prepare to migrate to cmake (still need to write install target and working... | Vsevolod Stakhov | 2009-02-16 | 1 | -16/+2 |
* | * Add BSD license text | Vsevolod Stakhov | 2009-02-16 | 1 | -0/+24 |
* | * Rewrite message parser | Vsevolod Stakhov | 2009-01-21 | 1 | -0/+442 |