aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix output for counters command.Vsevolod Stakhov2013-06-072-17/+15
|
* Support counters in rspamc client.Vsevolod Stakhov2013-06-071-4/+120
|
* 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
|
* Fix fuzzy storage initialization and finalization.Vsevolod Stakhov2013-06-051-4/+9
|
* Fix logging in rspamd-util routines.Vsevolod Stakhov2013-06-042-15/+63
|
* 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
|
* Rework socket creation logic to support both ipv4 and ipv6 sockets.Vsevolod Stakhov2013-06-0120-166/+123
|
* 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.
* Fix segfault in a client when controller disappears.Vsevolod Stakhov2013-05-281-1/+6
|
* Fix arguments order in system call.Vsevolod Stakhov2013-05-281-1/+1
|
* Try to avoid exp overflowing.Vsevolod Stakhov2013-05-271-3/+3
|
* Fix several potential problems found by static analysis.Vsevolod Stakhov2013-05-244-6/+12
|
* Fix probability calculations.Vsevolod Stakhov2013-05-231-1/+1
|
* Fix call to get statfile's revision.Vsevolod Stakhov2013-05-231-3/+4
|
* Use revisions to get total learn numbers.Vsevolod Stakhov2013-05-231-2/+2
|
* Fix calculations.Vsevolod Stakhov2013-05-231-3/+8
|
* New chi2square based bayes normalizer.Vsevolod Stakhov2013-05-232-161/+111
|
* Better support of ipv6 headers.Vsevolod Stakhov2013-05-231-5/+17
|
* Calculate Content-Length properly.Vsevolod Stakhov2013-03-281-1/+1
|
* Fix CentOS 5 build.Vsevolod Stakhov2013-03-273-0/+33
|
* Fix comma in json output.Vsevolod Stakhov2013-03-041-3/+4
|
* Fix critical memory leak in settings code.Vsevolod Stakhov2013-02-032-10/+27
| | | | | Format HTTP date correctly. Fix map watch timeout.
* Use proper handler for map watch timeout configuration.Vsevolod Stakhov2013-02-031-1/+1
|
* Final update for 0.5.4.Vsevolod Stakhov2013-02-023-6/+10
|
* Fix misprint in diff function normalizer.Vsevolod Stakhov2013-01-261-1/+1
|
* Pie format update.Vsevolod Stakhov2013-01-181-5/+5
|
* Forgot to merge.Vsevolod Stakhov2013-01-181-0/+241
|\
| * Add /scan path handler.Vsevolod Stakhov2013-01-151-0/+241
| |
* | Adopt for new piechart library.Vsevolod Stakhov2013-01-181-9/+5
|/
* Do not panic when json buffer is NULL or empty.Vsevolod Stakhov2013-01-121-0/+10
|