]> source.dussan.org Git - rspamd.git/shortlog
rspamd.git
2009-06-02 Vsevolod Stakhov* Forgot to merge
2009-06-02 Vsevolod Stakhov* Rework url parsing algorithms
2009-06-01 Vsevolod Stakhov* Fix url grabbing regexp to match urls like <a href...
2009-05-30 Vsevolod Stakhov* Fix bug with gboolean usage
2009-05-30 Vsevolod Stakhov* Improve rspamc utility for working without rspamd...
2009-05-29 Vsevolod Stakhov* Try to handle fake text/html parts correctly while...
2009-05-21 Vsevolod Stakhov* Add deadlock detection for memory pool locks and...
2009-05-21 Vsevolod Stakhov* Fix issue with <?xml> tag
2009-05-19 Vsevolod Stakhov* Add 'User' header that is used by exim MTA
2009-05-19 Vsevolod Stakhov* Remove unused debug
2009-05-15 Vsevolod Stakhov* Add simple html parser and tag balancing detector
2009-05-14 Vsevolod Stakhov* Remove output of symbol ')' at the run of rspamd
2009-05-14 Vsevolod Stakhov* Fix stripping header when matching raw headers
2009-05-14 Vsevolod Stakhov* Bump version (0.1.1)
2009-05-14 Vsevolod Stakhov* Fix work with raw headers and with senders in message
2009-05-13 Vsevolod Stakhov* Implement PROCESS command that adds header to origina...
2009-05-08 Vsevolod Stakhov* Strip header values to avoid problems with libc functions
2009-05-08 Vsevolod Stakhov* Improve performance of IO reading by reworking IO...
2009-05-08 Vsevolod Stakhov* Fix memory leak when ref'ing message mime part withou...
2009-05-06 Vsevolod Stakhov* Improve logging
2009-05-05 Vsevolod Stakhov* Fix expression optimizator
2009-05-05 Vsevolod Stakhov* Move evdns initializing to workers
2009-05-05 Vsevolod Stakhov* Init event in workers as well (seems that in FreeBSD...
2009-05-05 Vsevolod Stakhov* Move event and gmime init to main
2009-05-05 Vsevolod Stakhov* Enable counters interface
2009-05-04 Vsevolod Stakhov* Temporary disable counters as it is impossible to...
2009-05-04 Vsevolod Stakhov* Fix shared hashes avoiding its resizing
2009-05-04 Vsevolod Stakhov* Fix error in regexps results hashing
2009-05-04 Vsevolod Stakhov* Add counters for rspamd symbols
2009-05-04 Vsevolod Stakhov* Enable support of google perf tools
2009-04-30 Vsevolod Stakhov* Fix ping command
2009-04-30 Vsevolod Stakhov* Fix daemon (3) call
2009-04-29 Vsevolod Stakhov* Allow binds to INADDR_ANY if bind_sock is *:port
2009-04-29 Vsevolod Stakhov* Enable gprof support
2009-04-28 Vsevolod Stakhov* Avoid division by zero while comparing fuzzy hashes
2009-04-28 Vsevolod Stakhov* Implement new optimization method
2009-04-27 Vsevolod Stakhov* Fix stupid error in case structure.
2009-04-27 Vsevolod Stakhov* Fix function get_transfer_encoding
2009-04-27 Vsevolod Stakhov* Add expression parser utility
2009-04-27 Vsevolod Stakhov* Fix error in regexp module configuration
2009-04-27 Vsevolod Stakhov* Skip identical parts while testing mime regexps
2009-04-24 Vsevolod StakhovFix misprint.
2009-04-24 Vsevolod Stakhov* Validate utf8 chars to avoid crashes
2009-04-23 Vsevolod Stakhov* Also try to search for headers in raw headers
2009-04-23 Vsevolod Stakhov* Some more bugs are (hopefuly) fixed
2009-04-23 Vsevolod Stakhov* Handle parsed regexp as not-parsed regexps in expressions
2009-04-23 Vsevolod Stakhov* Another try
2009-04-23 Vsevolod Stakhov* Try to correctly read regexps
2009-04-23 Vsevolod Stakhov* Threat message regexps as raw by default
2009-04-23 Vsevolod Stakhov* Another fix to regexps parser
2009-04-23 Vsevolod Stakhov* Fix regexp_match_number function
2009-04-23 Vsevolod Stakhov* Fix expression parser: make it recursive and allow...
2009-04-22 Vsevolod Stakhov* Fix variables substitution
2009-04-21 Vsevolod Stakhov* Thread variables as () expressions to fix problems...
2009-04-21 Vsevolod Stakhov* Misprint
2009-04-21 Vsevolod Stakhov* Fix bug with headers iteration function
2009-04-21 Vsevolod Stakhov* Write simple approach of chartable module for raw...
2009-04-21 Vsevolod Stakhov* Add initial version of chartable plugin: now it can...
2009-04-21 Vsevolod Stakhov* Add counter for oversized chunks: this parameter...
2009-04-20 Vsevolod Stakhov* Add raw mode flag for improving performance by avoidi...
2009-04-20 Vsevolod Stakhov* Add function compare_transfer_encoding for checking...
2009-04-20 Vsevolod Stakhov* Add some debug
2009-04-17 Vsevolod Stakhov* Fix urls extracting, avoid code repeating
2009-04-16 Vsevolod Stakhov* Threat raw header regexps as raw regexps
2009-04-15 Vsevolod Stakhov* For mime parts set flag 'raw' and if we cannot determ...
2009-04-15 Vsevolod Stakhov* Fix allocating and freeing of byte array
2009-04-15 Vsevolod Stakhov* Include sys/resource.h for getrlimit
2009-04-15 Vsevolod Stakhov* Try to convert each text part of messages to utf8...
2009-04-06 Vsevolod Stakhov* Fix addresses filling in compare_distance function
2009-04-06 Vsevolod Stakhov* Parse function's regexp using not temporary task...
2009-04-05 Vsevolod Stakhov* When parse regexp save it to cache to make unique...
2009-04-05 Vsevolod Stakhov* Add per-task regexp results cache, that would optimiz...
2009-04-03 Vsevolod Stakhov* Check mime regexp only in text and html parts
2009-03-31 Vsevolod Stakhov* Optimize speed of regexp_match_number function by...
2009-03-31 Vsevolod Stakhov* Fix comparing of internet addresses
2009-03-31 Vsevolod Stakhov* Fix order of functions arguments
2009-03-31 Vsevolod Stakhov* Fix error in regexp processing
2009-03-30 Vsevolod Stakhov* Fix misprint
2009-03-30 Vsevolod Stakhov* Try to fix expression parser to support ',' inside...
2009-03-30 Vsevolod Stakhov* Add 3 functions:
2009-03-30 Vsevolod Stakhov* Add message handling functions to lua API
2009-03-29 Vsevolod Stakhov* Make regexp cache functions public for using them...
2009-03-28 Vsevolod Stakhov* Add ability for plugins to register its own functions...
2009-03-27 Vsevolod Stakhov* Fix error in parser when parsing last ')' we need...
2009-03-27 Vsevolod Stakhov* Another fix of uptime command
2009-03-27 Vsevolod Stakhov* Fix variables substitution
2009-03-27 Vsevolod Stakhov* Add initial LUA filters support
2009-03-27 Vsevolod Stakhov* Fix linking with libutil
2009-03-27 Vsevolod Stakhov* Fix build without perl
2009-03-27 Vsevolod Stakhov* Fix parsing regexp with '=' symbol inside
2009-03-27 Vsevolod Stakhov* Add ability to build rspamd without perl support
2009-03-27 Vsevolod Stakhov* Fix 2 memory leaks
2009-03-26 Vsevolod Stakhov* Add statictics for all allocated pools
2009-03-26 Vsevolod Stakhov* Unref wrapper as well
2009-03-26 Vsevolod Stakhov* Do not try to process empty parts
2009-03-25 Vsevolod Stakhov* Unref stream to avoid memory leaking
2009-03-25 Vsevolod Stakhov* Fix using of local variable
2009-03-25 Vsevolod Stakhov* Fix log line
2009-03-25 Vsevolod Stakhov* More accurate work with clock
2009-03-25 Vsevolod Stakhov* Log scan time and scan length of messages
next