aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * Fix many compile time warnings and polish codeVsevolod Stakhov2009-03-2416-36/+62
* * Fix obtaining of content-typeVsevolod Stakhov2009-03-241-13/+28
* * Add functions to operate with content-type header and describe them in docu...Vsevolod Stakhov2009-03-241-0/+192
* * Fix expression optimizatorVsevolod Stakhov2009-03-241-1/+4
* * Fix XS module to work with current type of memory allocationVsevolod Stakhov2009-03-241-3/+19
* * Use pool allocator for temp strings in headersVsevolod Stakhov2009-03-244-13/+14
* * Add smart handling of message headersVsevolod Stakhov2009-03-244-17/+289
* * Fix variable substitutionVsevolod Stakhov2009-03-242-27/+64
* * Fix error in expression parser that causes bad errors with expressions that...Vsevolod Stakhov2009-03-238-13/+110
* * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)Vsevolod Stakhov2009-03-202-0/+313
* * Misprint in optimizer functionVsevolod Stakhov2009-03-191-2/+2
* * Fix bug in redirectorVsevolod Stakhov2009-03-192-1/+2
* * Add optimization support for regexpsVsevolod Stakhov2009-03-191-2/+45
* * Add functions support to rspamd regexpsVsevolod Stakhov2009-03-1910-362/+683
* * While printing symbols list on log strip last ',' from loglineVsevolod Stakhov2009-03-191-0/+4
* * With flag -t syntax of modules variables is also inspectedVsevolod Stakhov2009-03-193-19/+47
* * Allow escaped quotes in quoted strings, for example "\"some string\""Vsevolod Stakhov2009-03-184-2/+35
* * Add ability to match raw headersVsevolod Stakhov2009-03-175-4/+63
* * Add functions to parse headers and urls into statfile tokensVsevolod Stakhov2009-03-163-13/+121
* * Fix reload logicVsevolod Stakhov2009-03-138-109/+152
* * Add ability to configure sections in statfilesVsevolod Stakhov2009-03-135-1/+105
* * Some fixes to regexp moduleVsevolod Stakhov2009-03-123-11/+26
* * Add sections support to rspamd statfiles APIVsevolod Stakhov2009-03-122-26/+190
* * Add log line for each message in SA styleVsevolod Stakhov2009-03-114-19/+49
* * Fix redirector connection procedureVsevolod Stakhov2009-03-105-10/+42
* * Not increase save point counter when we actually do not send requestsVsevolod Stakhov2009-03-101-1/+1
* * Avoid extra requests to surbls saving them into requests cacheVsevolod Stakhov2009-03-104-19/+34
* * Fix 2 memory issues:Vsevolod Stakhov2009-03-103-0/+33
* * Fix logic of parsing hoster's domains in surbl moduleVsevolod Stakhov2009-03-061-2/+5
* * Remove several memory leaks (found by valgrind)Vsevolod Stakhov2009-03-062-7/+16
* * Add some broken urls to check list, in fact skip only urls without host par...Vsevolod Stakhov2009-03-061-2/+2
* * Fix bad memory leaks and memory corruption in url detecting moduleVsevolod Stakhov2009-03-063-12/+58
* * Fix initialization procedure of redirectorVsevolod Stakhov2009-03-061-1/+1
* * Fix bug in url parser with freeing memory allocated by memory_pool allocatorVsevolod Stakhov2009-03-042-8/+7
* * Drop privilleges immideately after creating of listen socketVsevolod Stakhov2009-03-041-23/+23
* * Fix misprint in surbl moduleVsevolod Stakhov2009-03-031-2/+2
* * Add ability to fork multiply lmtp workersVsevolod Stakhov2009-03-035-56/+116
* * Unify socket creation and accepting by using utility functionsVsevolod Stakhov2009-03-038-89/+133
* * New rspamd protocol (changed replies)Vsevolod Stakhov2009-03-037-90/+170
* * Add ability to check bits from surbl repliesVsevolod Stakhov2009-03-025-19/+73
* * Properly set initial state for surbl state machineVsevolod Stakhov2009-03-022-2/+8
* * Set read timeout for redirector instead of connect timeoutVsevolod Stakhov2009-03-021-2/+2
* * htonl->htons as port is uint16_t, so lower bytes are zeroed or undefined wh...Vsevolod Stakhov2009-03-021-3/+3
* * Remove %m from logging it seems to be unsupported by FreeBSD printf versionVsevolod Stakhov2009-03-0212-44/+42
* * Fix misprintVsevolod Stakhov2009-03-021-2/+3
* * Add forgotten fileVsevolod Stakhov2009-03-021-0/+69
* * Add ability to check multiply SURBL'sVsevolod Stakhov2009-03-021-108/+84
* * Add compatibility with gmime24Vsevolod Stakhov2009-03-023-1/+42
* * Fix dispatcher bugs and add some debug outputVsevolod Stakhov2009-03-023-6/+36
* * Fix character policy in dispatcherVsevolod Stakhov2009-03-022-3/+10