Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adopt to lua 5.2. | Vsevolod Stakhov | 2013-06-08 | 19 | -52/+115 |
| | |||||
* | Fix output for counters command. | Vsevolod Stakhov | 2013-06-07 | 2 | -17/+15 |
| | |||||
* | Support counters in rspamc client. | Vsevolod Stakhov | 2013-06-07 | 1 | -4/+120 |
| | |||||
* | Allow explicit turning off of options. | Vsevolod Stakhov | 2013-06-07 | 2 | -70/+94 |
| | | | | | | | Now there is a way to specify cmake to skip linking with undesired libraries. Fix rpm spec to include libevent and optional Judy. | ||||
* | Do not add extra useless line for restfull output. | Vsevolod Stakhov | 2013-06-07 | 1 | -1/+6 |
| | |||||
* | Improve counters output in the controller. | Vsevolod Stakhov | 2013-06-07 | 1 | -16/+45 |
| | |||||
* | Another buffers fix. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+0 |
| | |||||
* | Update buffers logic for streaming read. | Vsevolod Stakhov | 2013-06-06 | 2 | -10/+9 |
| | |||||
* | Another fix to streaming handle. | Vsevolod Stakhov | 2013-06-06 | 1 | -0/+1 |
| | |||||
* | Fix misprint in operator. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+1 |
| | |||||
* | Stream read fix. | Vsevolod Stakhov | 2013-06-06 | 1 | -2/+10 |
| | |||||
* | Remove broken line. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+0 |
| | |||||
* | Avoid arrays addresses manipulation. | Vsevolod Stakhov | 2013-06-06 | 1 | -3/+20 |
| | |||||
* | Allow parsing streams without Content-Length. | Vsevolod Stakhov | 2013-06-06 | 2 | -6/+49 |
| | |||||
* | Remove endless counter incrementing. | Vsevolod Stakhov | 2013-06-06 | 1 | -1/+2 |
| | | | | | | | In some cases it is not enough to perform compare and exchange and we still can get race condition in atomic incrementing. Therefore, it is better to loose a history event than to log error message each time. | ||||
* | Do not create TCP socket for fuzzy storage. | Vsevolod Stakhov | 2013-06-06 | 1 | -2/+2 |
| | |||||
* | Added tag 0.5.5 for changeset 44fecab72df6 | Vsevolod Stakhov | 2013-06-05 | 1 | -0/+2 |
| | |||||
* | Added tag 0.5.5 for changeset 88d62b2243810.5.5 | Vsevolod Stakhov | 2013-06-05 | 1 | -0/+2 |
| | |||||
* | Update ChangeLog. | Vsevolod Stakhov | 2013-06-05 | 2 | -0/+9 |
| | |||||
* | Added tag 0.5.5 for changeset 4c41246d28b0 | Vsevolod Stakhov | 2013-06-05 | 1 | -0/+1 |
| | |||||
* | Fix fuzzy storage initialization and finalization. | Vsevolod Stakhov | 2013-06-05 | 1 | -4/+9 |
| | |||||
* | Fix logging in rspamd-util routines. | Vsevolod Stakhov | 2013-06-04 | 2 | -15/+63 |
| | |||||
* | Add allow_update example usage. | Vsevolod Stakhov | 2013-06-04 | 1 | -2/+3 |
| | |||||
* | Allow restriction of update commands for fuzzy storage. | Vsevolod Stakhov | 2013-06-04 | 6 | -39/+188 |
| | | | | | | | | | Now it is possible to specify ip or networks from which fuzzy updates or removes are possible. Rework sockets logic while I'm here. Create universal utility for parsing ipv4/mask strings. | ||||
* | Do not add empty fuzzy hashes. | Vsevolod Stakhov | 2013-06-03 | 1 | -1/+2 |
| | |||||
* | Fix listening on sockets. | Vsevolod Stakhov | 2013-06-03 | 1 | -3/+3 |
| | |||||
* | Fix UDP sockets creation. | Vsevolod Stakhov | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Correctly use ai_family for socket(2) call. | Vsevolod Stakhov | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Fix misprint in section name. | Vsevolod Stakhov | 2013-06-03 | 1 | -1/+1 |
| | |||||
* | Fix wildcard addresses in config. | Vsevolod Stakhov | 2013-06-03 | 1 | -2/+8 |
| | |||||
* | Fix some warnings that actually are dangerous. | Vsevolod Stakhov | 2013-06-03 | 5 | -16/+31 |
| | |||||
* | Print filename when client scan or learn message from a file. | Vsevolod Stakhov | 2013-06-03 | 1 | -5/+10 |
| | |||||
* | Use specific fuzzy database. | Vsevolod Stakhov | 2013-06-03 | 3 | -18/+21 |
| | |||||
* | Explicit dependency on libJudy has been added in centos spec. | Vsevolod Stakhov | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | Check for getaddrinfo presence on a build system. | Vsevolod Stakhov | 2013-06-02 | 1 | -0/+5 |
| | |||||
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 22 | -169/+127 |
| | |||||
* | Use getaddrinfo when opening sockets. | Vsevolod Stakhov | 2013-05-31 | 5 | -104/+108 |
| | |||||
* | Add support for meta options for modules. | Vsevolod Stakhov | 2013-05-30 | 4 | -7/+123 |
| | | | | | This is preliminary patch that enables meta options for modules which would simplify complex options passing. | ||||
* | Some fixes to debian dependencies list. | Vsevolod Stakhov | 2013-05-29 | 2 | -3/+3 |
| | |||||
* | Fix segfault in a client when controller disappears. | Vsevolod Stakhov | 2013-05-28 | 1 | -1/+6 |
| | |||||
* | Increase default limit, as unloading logic is broken. | Vsevolod Stakhov | 2013-05-28 | 3 | -3/+3 |
| | |||||
* | Fix arguments order in system call. | Vsevolod Stakhov | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | Try to avoid exp overflowing. | Vsevolod Stakhov | 2013-05-27 | 1 | -3/+3 |
| | |||||
* | Fix spec and centos sources. | Vsevolod Stakhov | 2013-05-26 | 3 | -34/+41 |
| | | | | | --HG-- rename : centos/sources/rspam.logrotate => centos/sources/rspamd.logrotate | ||||
* | Remove useless file from installation. | Vsevolod Stakhov | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | Initial version of centos/rhel spec file. | Vsevolod Stakhov | 2013-05-25 | 5 | -2/+997 |
| | |||||
* | Fix several potential problems found by static analysis. | Vsevolod Stakhov | 2013-05-24 | 4 | -6/+12 |
| | |||||
* | Mark as 0.5.5. | Vsevolod Stakhov | 2013-05-23 | 3 | -2/+8 |
| | |||||
* | Fix probability calculations. | Vsevolod Stakhov | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Fix call to get statfile's revision. | Vsevolod Stakhov | 2013-05-23 | 1 | -3/+4 |
| |