aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Try not to unref parser too earlyVsevolod Stakhov2009-03-021-6/+4
* * Add debug for mime parsingVsevolod Stakhov2009-03-022-1/+16
* * Fix url-extracterVsevolod Stakhov2009-02-275-33/+52
* * Fix dependencies on perlxs target (do not rebuild it constantly)Vsevolod Stakhov2009-02-271-3/+5
* * Fix logging when process is startingVsevolod Stakhov2009-02-265-6/+23
* * Add support of LMTP/SMTP deliveryVsevolod Stakhov2009-02-255-25/+249
* * Fix memory corruption and lmtp handlingVsevolod Stakhov2009-02-256-70/+155
* * Add initial LMTP support and LDA delivery to rspamdVsevolod Stakhov2009-02-2414-64/+1009
* * Fix dispatcher timeouts handlingVsevolod Stakhov2009-02-205-15/+57
* * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeou...Vsevolod Stakhov2009-02-1913-262/+613
* * Improve logger initializationVsevolod Stakhov2009-02-181-42/+66
* * Fix issue with -fPIC and DynaLoaderVsevolod Stakhov2009-02-181-29/+29
* * Add issue to cmake to make perl module as wellVsevolod Stakhov2009-02-171-0/+1
* * Prepare to migrate to cmake (still need to write install target and working...Vsevolod Stakhov2009-02-1636-355/+64
* * Add BSD license textVsevolod Stakhov2009-02-1623-11/+547
* * Remove unused field from task objectVsevolod Stakhov2009-02-132-10/+11
* * Init perl and do all perl specific operations from the single place in codeVsevolod Stakhov2009-02-133-62/+111
* * Add log function to perl APIVsevolod Stakhov2009-02-122-1/+21
* * By default number of workers is number of active processors in systemVsevolod Stakhov2009-02-111-2/+5
* * Avoid division by zeroVsevolod Stakhov2009-02-091-1/+8
* * Fill hash buckets with zeroes to avoid invalid pointer usageVsevolod Stakhov2009-02-061-2/+2
* * Try to fix reading a line from user (using pools)Vsevolod Stakhov2009-02-064-6/+54
* * Make doxygen happy about structures membersVsevolod Stakhov2009-02-068-249/+242
* * Move config parse errors from stderr output to standart logging functionsVsevolod Stakhov2009-02-062-10/+39
* * Add some comments and documentationVsevolod Stakhov2009-02-0511-251/+739