Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Another try to fix macro. | Vsevolod Stakhov | 2015-10-15 | 1 | -1/+1 | |
| | ||||||
* | Another GCCism. | Vsevolod Stakhov | 2015-10-15 | 1 | -10/+14 | |
| | ||||||
* | Fix some portability issues. | Vsevolod Stakhov | 2015-10-15 | 4 | -17/+26 | |
| | ||||||
* | Fix broken '_SC_GETPW_R_SIZE_MAX' on FreeBSD | Vsevolod Stakhov | 2015-10-14 | 1 | -2/+9 | |
| | ||||||
* | Merge pull request #398 from fatalbanana/master | Vsevolod Stakhov | 2015-10-14 | 1 | -1/+1 | |
|\ | | | | | Fix path to rspamadm in Debian init script | |||||
| * | Fix path to rspamadm in Debian init script | Andrew Lewis | 2015-10-14 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #397 from fatalbanana/master | Vsevolod Stakhov | 2015-10-14 | 1 | -3/+6 | |
|\ | | | | | Update CentOS7 service file patch | |||||
| * | Update CentOS7 service file patch | Andrew Lewis | 2015-10-14 | 1 | -3/+6 | |
|/ | ||||||
* | Fix build on i386. | Vsevolod Stakhov | 2015-10-14 | 1 | -7/+5 | |
| | ||||||
* | Update version to 1.0.6 | Vsevolod Stakhov | 2015-10-14 | 1 | -1/+1 | |
| | ||||||
* | Fix broken link. | Vsevolod Stakhov | 2015-10-14 | 1 | -1/+1 | |
| | ||||||
* | Release 1.0.51.0.5 | Vsevolod Stakhov | 2015-10-14 | 1 | -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 Stakhov | 2015-10-14 | 1 | -0/+1 | |
| | ||||||
* | Update documentation. | Vsevolod Stakhov | 2015-10-14 | 1 | -0/+11 | |
| | ||||||
* | Update manpages. | Vsevolod Stakhov | 2015-10-14 | 2 | -73/+0 | |
| | ||||||
* | Improve signals output | Vsevolod Stakhov | 2015-10-14 | 2 | -3/+3 | |
| | ||||||
* | Add total statistics | Vsevolod Stakhov | 2015-10-14 | 1 | -2/+25 | |
| | ||||||
* | Fix rc scripts | Vsevolod Stakhov | 2015-10-14 | 2 | -2/+4 | |
| | ||||||
* | Print unix socket address when accepting connections | Vsevolod Stakhov | 2015-10-14 | 1 | -2/+12 | |
| | ||||||
* | Enable control socket by default | Vsevolod Stakhov | 2015-10-14 | 1 | -0/+2 | |
| | ||||||
* | Fix headers parsing. | Vsevolod Stakhov | 2015-10-14 | 2 | -94/+62 | |
| | ||||||
* | Sync with libucl. | Vsevolod Stakhov | 2015-10-13 | 7 | -182/+1688 | |
| | ||||||
* | Fix handling of custom commands. | Vsevolod Stakhov | 2015-10-13 | 1 | -1/+5 | |
| | ||||||
* | Implement function to convert fixed string to C string | Vsevolod Stakhov | 2015-10-13 | 1 | -0/+16 | |
| | ||||||
* | Fix comparision in hfilter | Vsevolod Stakhov | 2015-10-13 | 1 | -1/+1 | |
| | ||||||
* | Fix parsing of HTTP headers with IP addresses | Vsevolod Stakhov | 2015-10-13 | 2 | -2/+2 | |
| | ||||||
* | Fix parsing of fixed length IP addresses. | Vsevolod Stakhov | 2015-10-13 | 11 | -22/+222 | |
| | ||||||
* | Check ipv6 in hfilter. | Vsevolod Stakhov | 2015-10-13 | 1 | -11/+37 | |
| | ||||||
* | Further reducing of hfilter weights. | Vsevolod Stakhov | 2015-10-13 | 1 | -4/+4 | |
| | ||||||
* | Fix generic DNS request in lua. | Vsevolod Stakhov | 2015-10-13 | 1 | -7/+33 | |
| | ||||||
* | Add `R_SUSPICIOUS_IMAGES` rule. | Vsevolod Stakhov | 2015-10-13 | 1 | -0/+44 | |
| | ||||||
* | Add textpart:get_words_count method | Vsevolod Stakhov | 2015-10-13 | 1 | -0/+27 | |
| | ||||||
* | Store NM between encrypt/decrypt. | Vsevolod Stakhov | 2015-10-13 | 4 | -24/+20 | |
| | ||||||
* | Implement reload command for fuzzy storage | Vsevolod Stakhov | 2015-10-13 | 1 | -6/+53 | |
| | ||||||
* | Add missing <event.h> include | Vsevolod Stakhov | 2015-10-13 | 1 | -0/+1 | |
| | ||||||
* | Sanitize NULL values for fuzzy backend. | Vsevolod Stakhov | 2015-10-13 | 1 | -3/+22 | |
| | ||||||
* | Add global timeout for the overall task processing (8 seconds by default) | Vsevolod Stakhov | 2015-10-12 | 3 | -17/+52 | |
| | ||||||
* | Add testing for curve25519 ECDH. | Vsevolod Stakhov | 2015-10-12 | 7 | -96/+184 | |
| | ||||||
* | Add Sandy2x implementation by Tung Chou for curve25519 | Vsevolod Stakhov | 2015-10-12 | 5 | -1/+2195 | |
| | ||||||
* | Fix CPU detection for variables loading assembly. | Vsevolod Stakhov | 2015-10-12 | 1 | -1/+1 | |
| | ||||||
* | Rework curve25519 library for modular design. | Vsevolod Stakhov | 2015-10-12 | 7 | -9/+108 | |
| | ||||||
* | Fix HTTP reply status. | Vsevolod Stakhov | 2015-10-12 | 2 | -4/+7 | |
| | ||||||
* | Fix NULL fixed strings printing. | Vsevolod Stakhov | 2015-10-12 | 1 | -1/+12 | |
| | ||||||
* | Implement connections counters | Vsevolod Stakhov | 2015-10-12 | 3 | -8/+13 | |
| | ||||||
* | Implement basic stats support. | Vsevolod Stakhov | 2015-10-12 | 2 | -5/+7 | |
| | ||||||
* | Handle stats command. | Vsevolod Stakhov | 2015-10-12 | 3 | -0/+16 | |
| | ||||||
* | Add preliminary support for control protocol client. | Vsevolod Stakhov | 2015-10-12 | 3 | -3/+94 | |
| | ||||||
* | Implement reply writing for control socket. | Vsevolod Stakhov | 2015-10-12 | 2 | -3/+54 | |
| | ||||||
* | Broadcast control command to workers. | Vsevolod Stakhov | 2015-10-11 | 1 | -2/+56 | |
| | ||||||
* | Start control interface implementation. | Vsevolod Stakhov | 2015-10-10 | 3 | -1/+268 | |
| |