summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix lua API for new inet addr structure.Vsevolod Stakhov2014-04-214-61/+39
* Add more utilities for inet_addr.Vsevolod Stakhov2014-04-213-33/+84
* Implement unified accept function.Vsevolod Stakhov2014-04-212-39/+43
* Refactor worker task structure and API.Vsevolod Stakhov2014-04-2160-526/+580
* Rework savemap target.Vsevolod Stakhov2014-04-201-141/+35
* Implement savesymbols action.Vsevolod Stakhov2014-04-201-1/+99
* Actions values are double not int.Vsevolod Stakhov2014-04-201-2/+2
* Refactor memory pool naming.Vsevolod Stakhov2014-04-2094-990/+998
* Deprecate xml config utilities finally.Vsevolod Stakhov2014-04-1918-485/+14
* Adopt new libucl.Vsevolod Stakhov2014-04-1921-147/+155
* Fix issues with static files in http router.Vsevolod Stakhov2014-04-131-13/+28
* Improve files handling in http worker.Vsevolod Stakhov2014-04-121-3/+52
* Move some rarely used includes from config.hVsevolod Stakhov2014-04-105-0/+28
* Use libucl as git submodule.Vsevolod Stakhov2014-04-1030-6740/+10
* Implement 0.6 compatible output.Vsevolod Stakhov2014-04-061-5/+53
* Add compatibility output for rspamd 0.6 protocol.Vsevolod Stakhov2014-04-062-33/+60
* Use is_json for compatibility output.Vsevolod Stakhov2014-04-052-1/+3
* Update method from http parser to http message.Vsevolod Stakhov2014-04-051-0/+2
* Process compatibility methods.Vsevolod Stakhov2014-04-051-3/+15
* Upgrade rdns.Vsevolod Stakhov2014-04-0310-69/+71
* Fix misusage of ip object.Vsevolod Stakhov2014-04-031-3/+3
* Improve error reporting.Vsevolod Stakhov2014-03-301-6/+14
* Allow to handle static files throught webui.Vsevolod Stakhov2014-03-301-1/+9
* Allow rspamd HTTP router to serve static files.Vsevolod Stakhov2014-03-304-16/+89
* Update plugins.Vsevolod Stakhov2014-03-292-8/+8
* Handle invalid IP addresses.Vsevolod Stakhov2014-03-292-18/+39
* Fix plugins.Vsevolod Stakhov2014-03-293-4/+4
* Add utility to convert ip to int.Vsevolod Stakhov2014-03-291-0/+68
* Merge pull request #58 from dottedmag/masterVsevolod Stakhov2014-03-291-11/+6
|\
| * Rename variable to decrease confusionMikhail Gusarov2014-03-291-4/+4
| * Fix checking for error in systemd_get_socketMikhail Gusarov2014-03-291-1/+1
| * Don't call listen(3) on systemd sockets, already doneMikhail Gusarov2014-03-281-7/+2
| * LISTEN_FDS specifies number of passed sockets, not the first available fdMikhail Gusarov2014-03-281-2/+2
* | Add common resolver function.Vsevolod Stakhov2014-03-283-14/+80
|/
* Fix initialization order.Vsevolod Stakhov2014-03-212-7/+7
* Remove warning.Vsevolod Stakhov2014-03-081-1/+1
* Add Log header to prevent logging of a task.Vsevolod Stakhov2014-03-083-2/+19
* Restore 'saveactions' target in webui.Vsevolod Stakhov2014-02-281-86/+63
* Implement secure IPs for webui.Vsevolod Stakhov2014-02-281-9/+26
* Add an utility to parse IP tree from a string.Vsevolod Stakhov2014-02-284-26/+45
* Implement learn spam and learn ham.Vsevolod Stakhov2014-02-281-70/+99
* Rework HTTP router.Vsevolod Stakhov2014-02-283-23/+100
* Adopt DNS logging.Vsevolod Stakhov2014-02-209-8/+11
* Varargs versions of logging functions.Vsevolod Stakhov2014-02-202-35/+57
* Do not send multiple SURBL requests with the same domain.Vsevolod Stakhov2014-02-201-17/+41
* Set flag for systemd sockets definitions.Vsevolod Stakhov2014-02-201-0/+1
* Set cloexec flag to sockets obtained from systemd.Vsevolod Stakhov2014-02-201-1/+5
* Support accepting listening sockets from systemd.Vsevolod Stakhov2014-02-203-4/+61
* Fix PTR requests handling.Vsevolod Stakhov2014-02-193-15/+19
* Integrate rspamd with librdns.Vsevolod Stakhov2014-02-1913-1511/+94