aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Start new upstreams implementation.Vsevolod Stakhov2014-10-282-3/+106
|
* Rework API completely.Vsevolod Stakhov2014-10-282-717/+43
|
* Remove /0 mask for SPF mx as well.Vsevolod Stakhov2014-10-221-1/+0
| | | | Reported by: @citrin
* Fix upstreams interaction for fuzzy_check.Vsevolod Stakhov2014-10-221-22/+35
|
* Revert ucl resynchronization.Vsevolod Stakhov2014-10-221-0/+0
| | | | Reported by: @citrin
* Properly set address for PTR components.Vsevolod Stakhov2014-10-222-1/+0
|
* Verify spf PTR records.Vsevolod Stakhov2014-10-221-14/+73
| | | | Reported by: @citrin
* Add compatibility for old libevent.Vsevolod Stakhov2014-10-171-1/+1
| | | | | Issue: #109 Suggested by: @yellowman
* Sync bugfix from libucl.Vsevolod Stakhov2014-10-161-0/+0
|
* Fix macro definition.Vsevolod Stakhov2014-10-151-1/+2
|
* Sync libucl.Vsevolod Stakhov2014-10-152-0/+0
|
* Reduce default number of parallel requests to 8.Vsevolod Stakhov2014-10-151-1/+1
|
* Check part->fuzzy before dereferencing.Vsevolod Stakhov2014-10-151-1/+1
|
* Fix HTTP connection termination.Vsevolod Stakhov2014-10-151-1/+3
| | | | | If a remote side terminates a connection, then notify and destroy client as well.
* Block SIGPIPE for HTTP writing.Vsevolod Stakhov2014-10-151-1/+9
|
* Improve logging for fuzzy errors.Vsevolod Stakhov2014-10-151-6/+18
| | | | Suggested by: @citrin
* Send controller reply now accepts variadic args.Vsevolod Stakhov2014-10-152-6/+10
|
* Implement va_list version for gstring printf.Vsevolod Stakhov2014-10-152-1/+8
|
* Do not touch limits if not asked explicitly.Vsevolod Stakhov2014-10-131-2/+2
| | | | Reported by: @citrin
* Treat single IP as a single IP.Vsevolod Stakhov2014-10-131-2/+2
| | | | | Issue: #106 Reported by: @citrin
* Remove old controller's code.Vsevolod Stakhov2014-10-121-2360/+0
|
* Fix C modules initialization on restart.Vsevolod Stakhov2014-10-102-5/+6
|
* Fix inserting to the hash.Vsevolod Stakhov2014-10-101-1/+5
|
* Honor one_shot setting for symbols.Vsevolod Stakhov2014-10-091-0/+7
|
* Place symbol definition in metric->symbols hash.Vsevolod Stakhov2014-10-095-18/+25
|
* Add `one_shot` attr to metric symbols.Vsevolod Stakhov2014-10-092-1/+9
|
* Remove extra ref of http connection on error.Vsevolod Stakhov2014-10-081-1/+0
|
* Print filename properly.Vsevolod Stakhov2014-10-081-2/+3
|
* Sync rdns and ucl.Vsevolod Stakhov2014-10-072-0/+0
|
* Process fuzzy weight correctly.Vsevolod Stakhov2014-10-072-1/+1
|
* Remove unused code.Vsevolod Stakhov2014-10-061-7/+0
|
* Increase control connections counter.Vsevolod Stakhov2014-10-041-0/+1
|
* Fix some more border cases.Vsevolod Stakhov2014-10-031-5/+11
|
* Allow hex encoded output of strings.Vsevolod Stakhov2014-10-032-14/+37
|
* Fix dkim length parsing.Vsevolod Stakhov2014-10-022-22/+22
|
* Rework parsing of ip lists.Vsevolod Stakhov2014-10-0110-30/+29
|
* Fix fuzzy_check and spf.Vsevolod Stakhov2014-10-012-12/+14
|
* Fix lua_radix.Vsevolod Stakhov2014-10-011-9/+10
|
* Adopt logger for new radix.Vsevolod Stakhov2014-10-012-60/+32
|
* Remove dynamic items support from symbols cache.Vsevolod Stakhov2014-10-012-324/+0
|
* Disable old radix completely.Vsevolod Stakhov2014-10-011-2/+5
|
* Adopt controller.Vsevolod Stakhov2014-10-011-2/+2
|
* Rework addresses parsing.Vsevolod Stakhov2014-10-017-126/+90
|
* Rework fuzzy storage radix.Vsevolod Stakhov2014-10-014-51/+43
|
* Add routine to find rspamd_inet_addr in radix trie.Vsevolod Stakhov2014-10-012-0/+28
|
* Convert maps to new radix.Vsevolod Stakhov2014-10-011-24/+25
|
* Check type of InternetAddress.Vsevolod Stakhov2014-10-013-14/+26
|
* Sync libucl.Vsevolod Stakhov2014-09-301-0/+0
|
* Start on system with no IPv6 support.Vsevolod Stakhov2014-09-301-2/+2
|
* Use xxhash for repeating log messages.Vsevolod Stakhov2014-09-302-14/+2
|