21253 次程式碼提交 (b44099c96e279a0d60b0688e84e0ef6293194c59)
 

作者 SHA1 備註 提交日期
  Vsevolod Stakhov 2300ff7346 * Add issue to cmake to make perl module as well 15 年之前
  Vsevolod Stakhov 0fd2682e11 * Prepare to migrate to cmake (still need to write install target and working with XS implicitly) 15 年之前
  Vsevolod Stakhov f2774fb0fa * Add BSD license text 15 年之前
  Vsevolod Stakhov 1f2ccac34e * Remove unused field from task object 15 年之前
  Vsevolod Stakhov 39e66c0960 * Init perl and do all perl specific operations from the single place in code 15 年之前
  Vsevolod Stakhov 6c8fc71eaf * Add log function to perl API 15 年之前
  Vsevolod Stakhov 54480f21f1 * By default number of workers is number of active processors in system 15 年之前
  Vsevolod Stakhov c07cd514e4 * Avoid division by zero 15 年之前
  Vsevolod Stakhov 092996070f * Fill hash buckets with zeroes to avoid invalid pointer usage 15 年之前
  Vsevolod Stakhov acec2b4228 * Try to fix reading a line from user (using pools) 15 年之前
  Vsevolod Stakhov 7f8de78794 * Make doxygen happy about structures members 15 年之前
  Vsevolod Stakhov a3c3fb96d1 * Move config parse errors from stderr output to standart logging functions 15 年之前
  Vsevolod Stakhov bf6f283840 * Add some comments and documentation 15 年之前
  Vsevolod Stakhov 32a96e82d0 * Do another rework of filters/metrics and statfiles processing 15 年之前
  Vsevolod Stakhov 24e7403974 * Fix bug with calling consolidation function after stop_point 15 年之前
  Vsevolod Stakhov 5a21d1f8f5 * Use prime number for hash nodes initial value 15 年之前
  Vsevolod Stakhov a450d0faa8 * Add new hash for storing hash data in shared memory 15 年之前
  Vsevolod Stakhov ec5b7a84cf * Make surbl checks working 15 年之前
  Vsevolod Stakhov f411d46ff2 * Rework statfiles result processing 15 年之前
  Vsevolod Stakhov 480899d784 * Add memory pool allocator statistics to 'stat' report output 15 年之前
  Vsevolod Stakhov 1dc0f6ad2c * Rewrite message parser 15 年之前
  Vsevolod Stakhov 87c9659fdd * Rewrite perl client for rspamd, now it allows access to both normal and control interfaces 15 年之前
  Vsevolod Stakhov fe5ad5874a * Add simple utility for sending mail to rspamd 15 年之前
  Vsevolod Stakhov d068127206 * Add new system of getting and setting config parameters from perl code 15 年之前
  Vsevolod Stakhov 2dd1125642 * Try to fix output from delayed filters processing 15 年之前
  Vsevolod Stakhov 640b2981e1 * Implement statistic output in control interface 15 年之前
  Vsevolod Stakhov 37d3605fa0 * Fix errors in learning implementation 15 年之前
  Vsevolod Stakhov f7639eb2dc * Implement delayed fork of dead workers (to avoid fork bombs) 15 年之前
  Vsevolod Stakhov 5f0da61541 * Make sample config more complete 15 年之前
  Vsevolod Stakhov 9e9ced3252 * Add function for adding rspamd report headers 15 年之前
  Vsevolod Stakhov 87f0454e57 * Fix build under FreeBSD (forgotten include) 15 年之前
  Vsevolod Stakhov 93e2e9d2fa * Add logic for filtering messages with tokenizer/classifier pair 15 年之前
  Vsevolod Stakhov c9df6177c0 * Implement learning using classifiers and tokenizers API 15 年之前
  Vsevolod Stakhov 1162170387 * Add simple implementation of classifiers abstraction and winnow classifier 15 年之前
  Vsevolod Stakhov 249c0583d2 * Use binary tree in tokenizers, that would provide us fast checking for unique tokens and have O(log n) difficulty 15 年之前
  Vsevolod Stakhov 42b81716ec * Remove strlcpy code and replace it with glib alternative 15 年之前
  Vsevolod Stakhov d62fb36650 * Add learning interface to rspamd (still requires classifier to work) 15 年之前
  Vsevolod Stakhov 9a1ba2296d * Add config routines for stat files 15 年之前
  Vsevolod Stakhov 06661f20cb * Write functions to operate blocks in stat files 15 年之前
  Vsevolod Stakhov f1fdc9c6c1 * Add initial implementation of statistics files handling API 15 年之前
  Vsevolod Stakhov 4c75854954 * Add simple locking interface to mem_pool library 15 年之前
  Vsevolod Stakhov 62cdcc73c4 * Add simple implementation of OSB tokenizer 15 年之前
  Vsevolod Stakhov 2175980532 * Use utf8 in description files 15 年之前
  Vsevolod Stakhov 31395157b1 * Add description of classifying process 15 年之前
  Vsevolod Stakhov f8e0edcfeb * Add simple hash function for hashing tokens 15 年之前
  Vsevolod Stakhov a2af801eea * Optimize configure by using caching of determined options (more than 2 times faster than before) 15 年之前
  Vsevolod Stakhov 2aa9c74f1c * Reorganize structure of source files 15 年之前
  Vsevolod Stakhov cc5343692b * Add determining page size function to mem_pool library 15 年之前
  Vsevolod Stakhov c52d0879cc * Add main logging functions (log to file, syslog and console) 15 年之前
  Vsevolod Stakhov 9a7ba3e09a * Add ability to handle multiply recipients 15 年之前