aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix misprintVsevolod Stakhov2019-12-201-1/+1
|
* [Minor] Fix fast math usageVsevolod Stakhov2019-12-201-5/+11
|
* [Minor] Normalise backslashes to slashes in urlsVsevolod Stakhov2019-12-201-0/+15
|
* [Minor] Improve build flags handling, add fast-math optionVsevolod Stakhov2019-12-201-15/+33
|
* [Minor] Lua_content: Do not try to detect content when C library does thatVsevolod Stakhov2019-12-201-1/+2
|
* Merge pull request #3196 from korgoth1/masterVsevolod Stakhov2019-12-201-7/+7
|\ | | | | [Test] SPF unresolved a/mx/ptr fix
| * [Test] SPF unresolved a/mx/ptr fixkorgoth12019-12-201-7/+7
|/
* [Minor] Emit error to show message tagVsevolod Stakhov2019-12-191-1/+2
|
* [Minor] Report fork failure instead of crashVsevolod Stakhov2019-12-191-5/+11
|
* [Minor] Skip unneeded fsyncVsevolod Stakhov2019-12-181-2/+0
|
* [Minor] Fix double free as ptr_array has already dtor definedVsevolod Stakhov2019-12-171-2/+0
|
* [Minor] Fix options insertionVsevolod Stakhov2019-12-171-25/+4
|
* [Minor] Unify messagesVsevolod Stakhov2019-12-171-3/+3
|
* [Minor] Spf: Ignore redirect if `all` is also in a recordVsevolod Stakhov2019-12-171-4/+34
|
* [Minor] Fix default policy applicationVsevolod Stakhov2019-12-171-3/+22
|
* [Minor] Revert back options for temp/permfail in SPFVsevolod Stakhov2019-12-172-2/+17
|
* [Minor] Deal with base flagVsevolod Stakhov2019-12-161-1/+1
|
* [Minor] Permfail should be propagated merely by specific casesVsevolod Stakhov2019-12-161-1/+3
|
* [Minor] Replies: Convert expire to integerVsevolod Stakhov2019-12-161-1/+1
| | | | Issue: #3183
* [Minor] Try to retransmit DNS requests on write failuresVsevolod Stakhov2019-12-161-31/+81
|
* [Minor] Fix use after freeVsevolod Stakhov2019-12-161-2/+7
|
* Merge pull request #3188 from pschichtel/patch-1Vsevolod Stakhov2019-12-161-1/+3
|\ | | | | Send Content-Type header in Vault create request
| * Send Content-Type header in Vault create requestPhillip Schichtel2019-12-161-1/+3
| |
* | [Fix] Fix base tag processing according to stupid HTML renderer behaviourVsevolod Stakhov2019-12-161-16/+8
|/
* [Minor] Update readmeVsevolod Stakhov2019-12-151-2/+1
|
* [Fix] Limit size of symbols options by max_opts_len optionVsevolod Stakhov2019-12-135-0/+29
|
* Merge pull request #3186 from arkamar/cxx-languageVsevolod Stakhov2019-12-131-1/+1
|\ | | | | Append CXX to the list of needed languages
| * Append CXX to the list of needed languagesPetr Vaněk2019-12-131-1/+1
| | | | | | | | | | The replxx is written in C++ and it is enabled by default. We need to specify this to correctly pass user specific CXXFLAGS.
* | Merge pull request #3187 from arkamar/cmake-toolsetVsevolod Stakhov2019-12-131-2/+2
|\ \ | |/ |/| Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++
| * Use CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable for C++Petr Vaněk2019-12-131-2/+2
|/ | | | | The CMAKE_CXX_FLAGS_{DEBUG,RELEASE} variable should be used with C++ rather than CMAKE_C_FLAGS_{DEBUG,RELEASE}.
* [Minor] Add ability to log mempool usage for a taskVsevolod Stakhov2019-12-123-0/+20
|
* [Minor] Track memory usage in mempoolVsevolod Stakhov2019-12-122-0/+8
|
* [Fix] Fix O(N^2) algorithmVsevolod Stakhov2019-12-121-13/+30
|
* [Minor] Fix domain checkVsevolod Stakhov2019-12-121-1/+1
|
* [Test] Add tests for first/last transformsVsevolod Stakhov2019-12-111-3/+21
|
* [Minor] Selectors: Sigh, another try to fix .lastVsevolod Stakhov2019-12-111-7/+1
|
* [Minor] Selectors: Try to fix last transformationVsevolod Stakhov2019-12-111-1/+7
|
* [Minor] Disable ottery wipe stack as it breaks asan sometimesVsevolod Stakhov2019-12-101-1/+1
|
* [Minor] Force_actions: Allow least actionsVsevolod Stakhov2019-12-101-4/+9
|
* [Minor] Lua_scanners: Set least action if matchedVsevolod Stakhov2019-12-101-1/+1
| | | | Issue: #3184
* [Fix] Select a different upstream on last retransmitVsevolod Stakhov2019-12-101-2/+19
| | | | Issue: #3182
* [Minor] Try to get filename from CT if CD header is brokenVsevolod Stakhov2019-12-091-0/+24
|
* [Minor] Add an extra checkVsevolod Stakhov2019-12-091-1/+1
|
* [Minor] Allow nil options when adding symbolsVsevolod Stakhov2019-12-091-0/+6
|
* [Minor] Fix length calculationsVsevolod Stakhov2019-12-091-4/+27
|
* [Minor] Remove debugging as it is called in a destructor where logger is absentVsevolod Stakhov2019-12-091-2/+0
|
* [Test] Disable broken test, I've given upVsevolod Stakhov2019-12-081-7/+8
|
* [Test] Slightly improve a test messageVsevolod Stakhov2019-12-081-1/+3
|
* [Test] Add missing test recordsVsevolod Stakhov2019-12-082-1/+6
|
* [Minor] Lua_task: Fix error handling for a task with no messageVsevolod Stakhov2019-12-081-1/+7
|