aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-0819-52/+115
|
* Fix output for counters command.Vsevolod Stakhov2013-06-072-17/+15
|
* Support counters in rspamc client.Vsevolod Stakhov2013-06-071-4/+120
|
* Allow explicit turning off of options.Vsevolod Stakhov2013-06-072-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 Stakhov2013-06-071-1/+6
|
* Improve counters output in the controller.Vsevolod Stakhov2013-06-071-16/+45
|
* Another buffers fix.Vsevolod Stakhov2013-06-061-1/+0
|
* Update buffers logic for streaming read.Vsevolod Stakhov2013-06-062-10/+9
|
* Another fix to streaming handle.Vsevolod Stakhov2013-06-061-0/+1
|
* Fix misprint in operator.Vsevolod Stakhov2013-06-061-1/+1
|
* Stream read fix.Vsevolod Stakhov2013-06-061-2/+10
|
* Remove broken line.Vsevolod Stakhov2013-06-061-1/+0
|
* Avoid arrays addresses manipulation.Vsevolod Stakhov2013-06-061-3/+20
|
* Allow parsing streams without Content-Length.Vsevolod Stakhov2013-06-062-6/+49
|
* Remove endless counter incrementing.Vsevolod Stakhov2013-06-061-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 Stakhov2013-06-061-2/+2
|
* Added tag 0.5.5 for changeset 44fecab72df6Vsevolod Stakhov2013-06-051-0/+2
|
* Added tag 0.5.5 for changeset 88d62b2243810.5.5Vsevolod Stakhov2013-06-051-0/+2
|
* Update ChangeLog.Vsevolod Stakhov2013-06-052-0/+9
|
* Added tag 0.5.5 for changeset 4c41246d28b0Vsevolod Stakhov2013-06-051-0/+1
|
* Fix fuzzy storage initialization and finalization.Vsevolod Stakhov2013-06-051-4/+9
|
* Fix logging in rspamd-util routines.Vsevolod Stakhov2013-06-042-15/+63
|
* Add allow_update example usage.Vsevolod Stakhov2013-06-041-2/+3
|
* Allow restriction of update commands for fuzzy storage.Vsevolod Stakhov2013-06-046-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 Stakhov2013-06-031-1/+2
|
* Fix listening on sockets.Vsevolod Stakhov2013-06-031-3/+3
|
* Fix UDP sockets creation.Vsevolod Stakhov2013-06-031-1/+1
|
* Correctly use ai_family for socket(2) call.Vsevolod Stakhov2013-06-031-1/+1
|
* Fix misprint in section name.Vsevolod Stakhov2013-06-031-1/+1
|
* Fix wildcard addresses in config.Vsevolod Stakhov2013-06-031-2/+8
|
* Fix some warnings that actually are dangerous.Vsevolod Stakhov2013-06-035-16/+31
|
* Print filename when client scan or learn message from a file.Vsevolod Stakhov2013-06-031-5/+10
|
* Use specific fuzzy database.Vsevolod Stakhov2013-06-033-18/+21
|
* Explicit dependency on libJudy has been added in centos spec.Vsevolod Stakhov2013-06-031-2/+2
|
* Check for getaddrinfo presence on a build system.Vsevolod Stakhov2013-06-021-0/+5
|
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-0122-169/+127
|
* Use getaddrinfo when opening sockets.Vsevolod Stakhov2013-05-315-104/+108
|
* Add support for meta options for modules.Vsevolod Stakhov2013-05-304-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 Stakhov2013-05-292-3/+3
|
* Fix segfault in a client when controller disappears.Vsevolod Stakhov2013-05-281-1/+6
|
* Increase default limit, as unloading logic is broken.Vsevolod Stakhov2013-05-283-3/+3
|
* Fix arguments order in system call.Vsevolod Stakhov2013-05-281-1/+1
|
* Try to avoid exp overflowing.Vsevolod Stakhov2013-05-271-3/+3
|
* Fix spec and centos sources.Vsevolod Stakhov2013-05-263-34/+41
| | | | | --HG-- rename : centos/sources/rspam.logrotate => centos/sources/rspamd.logrotate
* Remove useless file from installation.Vsevolod Stakhov2013-05-261-1/+1
|
* Initial version of centos/rhel spec file.Vsevolod Stakhov2013-05-255-2/+997
|
* Fix several potential problems found by static analysis.Vsevolod Stakhov2013-05-244-6/+12
|
* Mark as 0.5.5.Vsevolod Stakhov2013-05-233-2/+8
|
* Fix probability calculations.Vsevolod Stakhov2013-05-231-1/+1
|
* Fix call to get statfile's revision.Vsevolod Stakhov2013-05-231-3/+4
|