aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix prototype.Vsevolod Stakhov2015-10-151-1/+1
|
* Explicitly test CPU instructions even after CPUID callVsevolod Stakhov2015-10-151-7/+80
|
* Fix some more issues with fixed stringsVsevolod Stakhov2015-10-152-17/+14
|
* Micro is 1 / 1000000, not 1 / 1000Vsevolod Stakhov2015-10-151-1/+1
|
* Add workaround for old libevent.Vsevolod Stakhov2015-10-151-0/+5
| | | | | Issue: #400 Reported by: @Nikolay
* Words are now rspamd_ftok_tVsevolod Stakhov2015-10-151-5/+5
|
* Initialize variable on use.Vsevolod Stakhov2015-10-151-0/+2
|
* Fix header name tokens setup.Vsevolod Stakhov2015-10-151-1/+1
|
* We can include either 64 or 32 bits versions of curve25519-donna.Vsevolod Stakhov2015-10-153-10/+6
|
* 128 bit integers are not very portable.Vsevolod Stakhov2015-10-151-4/+10
|
* Use cryptobox chacha for libottery.Vsevolod Stakhov2015-10-158-166/+250
|
* More fixes to libottery.Vsevolod Stakhov2015-10-153-15/+10
|
* Another try to fix macro.Vsevolod Stakhov2015-10-151-1/+1
|
* Another GCCism.Vsevolod Stakhov2015-10-151-10/+14
|
* Fix some portability issues.Vsevolod Stakhov2015-10-154-17/+26
|
* Fix broken '_SC_GETPW_R_SIZE_MAX' on FreeBSDVsevolod Stakhov2015-10-141-2/+9
|
* Merge pull request #398 from fatalbanana/masterVsevolod Stakhov2015-10-141-1/+1
|\ | | | | Fix path to rspamadm in Debian init script
| * Fix path to rspamadm in Debian init scriptAndrew Lewis2015-10-141-1/+1
|/
* Merge pull request #397 from fatalbanana/masterVsevolod Stakhov2015-10-141-3/+6
|\ | | | | Update CentOS7 service file patch
| * Update CentOS7 service file patchAndrew Lewis2015-10-141-3/+6
|/
* Fix build on i386.Vsevolod Stakhov2015-10-141-7/+5
|
* Update version to 1.0.6Vsevolod Stakhov2015-10-141-1/+1
|
* Fix broken link.Vsevolod Stakhov2015-10-141-1/+1
|
* Release 1.0.51.0.5Vsevolod Stakhov2015-10-141-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add rspamd control interface: - support `stat` command to get runtime stats of rspamd workers - support `reload` command to reload runtime elements (e.g. sqlite3 databases) * Rework curve25519 library for modular design: - add Sandy2x implementation by Tung Chou - fix CPU detection for variables loading assembly - add testing for curve25519 ECDH * New fixed strings library * Add `R_SUSPICIOUS_IMAGES` rule * Enable mmap in sqlite3 * Use new strings in the HTTP code * Improve google perftools invocation * Improve performance profiling in http test * Reorganize includes to reduce namespace pollution * Allow specific sections printing in configdump command * Rework workers signals handlers to be chained if needed * Update socketpair utility function * Add control_path option for rspamd control protocol * Fix ownership when listening on UNIX sockets * Rework signals processing in main * Remove extra tools from rspamd (they live in rspamadm now) * Remove global rspamd_main * Add global timeout for the overall task processing (8 seconds by default) * Sanitize NULL values for fuzzy backend * Store NM between encrypt/decrypt * Add textpart:get_words_count method * Fix generic DNS request in lua * Tune hfilter weights * Add support of IPv6 in hfilter * Fix parsing of HTTP headers with IP addresses * Sync with the recent libucl * Various minor bugfixes Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Set default task_timeout explicitly.Vsevolod Stakhov2015-10-141-0/+1
|
* Update documentation.Vsevolod Stakhov2015-10-141-0/+11
|
* Update manpages.Vsevolod Stakhov2015-10-142-73/+0
|
* Improve signals outputVsevolod Stakhov2015-10-142-3/+3
|
* Add total statisticsVsevolod Stakhov2015-10-141-2/+25
|
* Fix rc scriptsVsevolod Stakhov2015-10-142-2/+4
|
* Print unix socket address when accepting connectionsVsevolod Stakhov2015-10-141-2/+12
|
* Enable control socket by defaultVsevolod Stakhov2015-10-141-0/+2
|
* Fix headers parsing.Vsevolod Stakhov2015-10-142-94/+62
|
* Sync with libucl.Vsevolod Stakhov2015-10-137-182/+1688
|
* Fix handling of custom commands.Vsevolod Stakhov2015-10-131-1/+5
|
* Implement function to convert fixed string to C stringVsevolod Stakhov2015-10-131-0/+16
|
* Fix comparision in hfilterVsevolod Stakhov2015-10-131-1/+1
|
* Fix parsing of HTTP headers with IP addressesVsevolod Stakhov2015-10-132-2/+2
|
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-1311-22/+222
|
* Check ipv6 in hfilter.Vsevolod Stakhov2015-10-131-11/+37
|
* Further reducing of hfilter weights.Vsevolod Stakhov2015-10-131-4/+4
|
* Fix generic DNS request in lua.Vsevolod Stakhov2015-10-131-7/+33
|
* Add `R_SUSPICIOUS_IMAGES` rule.Vsevolod Stakhov2015-10-131-0/+44
|
* Add textpart:get_words_count methodVsevolod Stakhov2015-10-131-0/+27
|
* Store NM between encrypt/decrypt.Vsevolod Stakhov2015-10-134-24/+20
|
* Implement reload command for fuzzy storageVsevolod Stakhov2015-10-131-6/+53
|
* Add missing <event.h> includeVsevolod Stakhov2015-10-131-0/+1
|
* Sanitize NULL values for fuzzy backend.Vsevolod Stakhov2015-10-131-3/+22
|
* Add global timeout for the overall task processing (8 seconds by default)Vsevolod Stakhov2015-10-123-17/+52
|
* Add testing for curve25519 ECDH.Vsevolod Stakhov2015-10-127-96/+184
|