aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-21/+12
|
* Set status for HTTP repliesVsevolod Stakhov2016-01-161-0/+2
|
* Don't write URLs by default as it is too verboseVsevolod Stakhov2016-01-161-7/+10
|
* Remove shit added by CLionVsevolod Stakhov2015-12-271-2/+0
|
* Add ability to insert documentation stringsVsevolod Stakhov2015-12-271-7/+16
| | | | Issue: #461
* Fix urls output in the protocolVsevolod Stakhov2015-12-251-7/+7
|
* Allow logging of re_cache statisticsVsevolod Stakhov2015-12-101-0/+13
|
* Avoid treating of URLs as zero terminated stringsVsevolod Stakhov2015-11-291-2/+2
|
* Use atomic ops if possibleVsevolod Stakhov2015-11-261-1/+10
|
* Use flags for urlsVsevolod Stakhov2015-11-191-1/+1
|
* Fix format issues found by static analysisVsevolod Stakhov2015-11-111-1/+1
|
* Store real required score inside metric resultVsevolod Stakhov2015-11-061-3/+2
|
* Start implementation of flexible task loggingVsevolod Stakhov2015-11-061-94/+7
|
* Print headers imported from HTTP queryVsevolod Stakhov2015-10-161-0/+2
|
* Add more sanity checks for emailsVsevolod Stakhov2015-10-161-1/+2
|
* Do not output broken emails.Vsevolod Stakhov2015-10-151-2/+5
|
* Fix some more issues with fixed stringsVsevolod Stakhov2015-10-151-2/+2
|
* Fix headers parsing.Vsevolod Stakhov2015-10-141-93/+61
|
* Fix parsing of HTTP headers with IP addressesVsevolod Stakhov2015-10-131-1/+1
|
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-131-1/+1
|
* Fix the code for updated strings in HTTP library.Vsevolod Stakhov2015-10-071-14/+14
|
* Fix protocols processing.Vsevolod Stakhov2015-10-071-69/+58
|
* Fix statistics.Vsevolod Stakhov2015-10-061-2/+2
|
* Add no_stat flag.Vsevolod Stakhov2015-09-251-10/+13
| | | | Issue: #382
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Print IP address in logs.Vsevolod Stakhov2015-09-161-2/+3
|
* Improve url log output.Vsevolod Stakhov2015-09-151-3/+21
|
* Print 'from: ' in logs if a task has no `user` specifiedVsevolod Stakhov2015-09-151-0/+11
|
* More logger fixes.Vsevolod Stakhov2015-08-281-15/+16
|
* Fix settings for actions other than rejectVsevolod Stakhov2015-08-251-8/+2
|
* Insert query arguments as http headers.Vsevolod Stakhov2015-08-251-1/+14
|
* More fixes for the new symbols structure.Vsevolod Stakhov2015-08-131-1/+3
|
* Implement the concept of nested sections.Vsevolod Stakhov2015-08-131-0/+1
|
* Fix some more issues with files scanning.Vsevolod Stakhov2015-08-111-0/+2
|
* Use arguments splitting for files scanning.Vsevolod Stakhov2015-08-111-22/+24
|
* Allow quoted filenames in scan input.Vsevolod Stakhov2015-08-051-1/+0
|
* Remove legacy fuzzy code completely.Vsevolod Stakhov2015-07-181-12/+1
|
* Rework parts and task structure:Vsevolod Stakhov2015-07-131-9/+6
| | | | | | | | | - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field
* Allow query parameters for files.Vsevolod Stakhov2015-07-111-1/+24
|
* Fix issues on learning files.Vsevolod Stakhov2015-07-101-7/+7
|
* Allow scanning local files in rspamd.Vsevolod Stakhov2015-07-101-0/+7
|
* Parse incoming request url.Vsevolod Stakhov2015-07-101-14/+31
|
* Ignore User header in SA mode.Vsevolod Stakhov2015-07-031-1/+7
|
* Fix misprint.Vsevolod Stakhov2015-06-061-1/+1
|
* Restore build.Vsevolod Stakhov2015-06-021-0/+2
|
* Fix internal libraries.Vsevolod Stakhov2015-06-021-12/+18
|
* Fix plugins registration.Vsevolod Stakhov2015-05-271-14/+0
|
* Save all HTTP headers as request headers.Vsevolod Stakhov2015-05-201-36/+37
|
* Restore parsing of headers.Vsevolod Stakhov2015-05-081-50/+73
|
* Adopt task object for new timers architecture.Vsevolod Stakhov2015-05-041-9/+4
|