summaryrefslogtreecommitdiffstats
path: root/src/libserver
Commit message (Expand)AuthorAgeFilesLines
...
* | [Project] Start rewrite symcache in c++Vsevolod Stakhov2022-03-313-88/+132
|/
* [Minor] Check enabled/disabled logic for the proxy upstreams/mirrorsVsevolod Stakhov2022-03-302-5/+5
* [Rework] Isolate disable/enable logic for the configuration ucl objectsVsevolod Stakhov2022-03-302-39/+79
* [Minor] Allow to disable composites without config breakingVsevolod Stakhov2022-03-201-0/+6
* [Minor] Allow to specify mempool when copying an IP address structureVsevolod Stakhov2022-03-201-1/+1
* [Minor] Obsolete old fuzzy epochsVsevolod Stakhov2022-03-021-3/+0
* [Feature] Output average scan time in /stat endpointVsevolod Stakhov2022-02-261-1/+1
* [Minor] Add average time processing slotsVsevolod Stakhov2022-02-261-0/+15
* Spelling (#4086)Josh Soref2022-02-2221-45/+45
* [Fix] When checking for phishing, we need to convert punicode -> UTF8, not vi...Vsevolod Stakhov2022-02-131-1/+4
* [Fix] Fix http maps shared memory cache cleanupVsevolod Stakhov2022-02-121-13/+18
* [Minor] Store map pointer in a backend structureVsevolod Stakhov2022-02-122-0/+6
* [Minor] Add more logging for the shm cache for the mapsVsevolod Stakhov2022-02-121-7/+18
* [Fix] Fix host header usage in lua_httpVsevolod Stakhov2022-01-292-2/+8
* [Rework] Allow to set a different behaviour for actions from settingsVsevolod Stakhov2022-01-291-2/+2
* Merge pull request #4049 from StSturge/feature/configdump_symbol_detailVsevolod Stakhov2022-01-283-2/+29
|\
| * Fix build error with conflicting definition between .h and .cssturges2022-01-271-1/+1
| * Address PR review commentsssturges2022-01-271-2/+2
| * [Enhancement] Add rspamadm configdump option --symbol-detail which provides a...ssturges2022-01-252-0/+26
| * [Fix] Support definition of ungrouped symbol in conf file, use group info fro...ssturges2022-01-251-1/+2
* | [Feature] Allow hyperscan for ppc64, as vectorscan now suports it.Duncan Bellamy2022-01-252-2/+2
|/
* [Minor] Oops, fix refactoring aftermathVsevolod Stakhov2022-01-241-1/+1
* [Minor] Fix a name and the description of bogus `user` field in the taskVsevolod Stakhov2022-01-244-10/+10
* [Minor] Add missing namespaceVsevolod Stakhov2022-01-151-2/+2
* [Minor] Composites: Always register composite symbolsVsevolod Stakhov2022-01-151-30/+37
* [Minor] Deal with unknown weight more carefully to avoid special meaning of 0Vsevolod Stakhov2022-01-152-2/+4
* [Minor] Damn C++ implicit conversionsVsevolod Stakhov2022-01-111-2/+4
* [Minor] Set special flag for non A generated html urlsVsevolod Stakhov2022-01-112-7/+25
* [Minor] Add `special` flag for URLsVsevolod Stakhov2022-01-112-1/+3
* [Fix] Fix HTTP(s) client timeoutVsevolod Stakhov2022-01-053-44/+52
* [Minor] Fix format stringVsevolod Stakhov2022-01-051-2/+2
* [Minor] Use memcpy instead of unaligned accessVsevolod Stakhov2022-01-051-1/+1
* [Minor] Refactor argument/member name for better soundnessVsevolod Stakhov2021-12-272-13/+13
* [Minor] Log events on forced timeoutVsevolod Stakhov2021-12-273-12/+35
* [Minor] Sigh, one more fix to the conditionsVsevolod Stakhov2021-12-261-2/+2
* [Minor] Add namespaceVsevolod Stakhov2021-12-261-1/+1
* [Minor] Fix another overflowVsevolod Stakhov2021-12-261-32/+34
* [Fix] Try to revert back maps content on errors properlyVsevolod Stakhov2021-12-223-62/+113
* [Minor] Clear up on lua errorsVsevolod Stakhov2021-12-171-0/+1
* [Minor] Really set a sane font sizeVsevolod Stakhov2021-12-161-1/+1
* [Minor] Add type safety and fix default font sizeVsevolod Stakhov2021-12-161-59/+74
* [Minor] Update invocationVsevolod Stakhov2021-12-141-8/+16
* [Minor] Use unified method to obtain http hostVsevolod Stakhov2021-12-112-0/+34
* [Feature] Allow to skip DNS resolution for keep-alive connectionsVsevolod Stakhov2021-12-093-12/+65
* [Minor] Fix ssl connection reuseVsevolod Stakhov2021-12-091-7/+7
* [Minor] Another ubsan catchVsevolod Stakhov2021-12-081-3/+5
* [Fix] Clear SSL errorsVsevolod Stakhov2021-12-082-0/+4
* [Rework] Allow to restore SSL handlers after keepalive poolingVsevolod Stakhov2021-12-083-0/+38
* [Rework] Rework SSL flag operationsVsevolod Stakhov2021-12-085-27/+50
* [Rework] Include SSL flag into keepalive hashVsevolod Stakhov2021-12-085-24/+39