summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix assertion in graph handlingVsevolod Stakhov2017-01-031-2/+1
|
* Merge pull request #1298 from moisseev/totalsVsevolod Stakhov2017-01-031-7/+18
|\ | | | | [WebUI] Turn d3pie's stuff into a reusable function,
| * [WebUI] Turn d3pie's stuff into a reusable function,Alexander Moisseev2017-01-031-7/+18
| | | | | | | | do not destroy pie on data update
* | [Minor] Move hiredis inclusion to the proper placeVsevolod Stakhov2017-01-031-7/+5
| |
* | [Fix] Fix new rrd updatesVsevolod Stakhov2017-01-032-20/+5
| |
* | [Feature] Rework RRD ds count, add conversion pathVsevolod Stakhov2017-01-031-37/+157
| |
* | [Minor] Move common functions from libmimeVsevolod Stakhov2017-01-034-96/+96
|/
* [Fix] Fix name of varVsevolod Stakhov2017-01-021-1/+1
| | | | MFH: true
* [Minor] Fix posix_memalign -> malloc transitionVsevolod Stakhov2017-01-021-3/+3
|
* [Fix] Plug memory leakVsevolod Stakhov2017-01-011-0/+2
| | | | MFH: true
* Merge pull request #1296 from moisseev/visibilityVsevolod Stakhov2017-01-011-5/+18
|\ | | | | [WebUI] Add Throughput graph autorefreshing (#820)
| * [WebUI] Add Throughput graph autorefreshing (#820)Alexander Moisseev2017-01-011-5/+18
| |
* | [Minor] Set smaller alignment for mem_poolVsevolod Stakhov2017-01-011-1/+1
| |
* | [Minor] Relax alignment requirements for fstringVsevolod Stakhov2017-01-011-3/+3
|/
* Merge pull request #1295 from moisseev/gcVsevolod Stakhov2017-01-012-0/+0
|\ | | | | [WebUI] Remove orphaned font duplicates
| * [WebUI] Remove orphaned font duplicatesAlexander Moisseev2017-01-012-0/+0
|/
* Merge pull request #1294 from moisseev/visibilityVsevolod Stakhov2016-12-311-42/+49
|\ | | | | [WebUI] Use unified tab click event handler,
| * [WebUI] Use unified tab click event handler,Alexander Moisseev2016-12-311-42/+49
|/ | | | | stop refreshing widgets on hidden tabs, make `refresh` button functional for some more tabs
* [Fix] Fix signing headers creation in DKIMVsevolod Stakhov2016-12-301-1/+1
| | | | MFH: true
* [CritFix] Deal with absent headers in DKIMVsevolod Stakhov2016-12-301-1/+2
| | | | MFH: true
* [CritFix] Fix headers selection in DKIM verificationVsevolod Stakhov2016-12-301-32/+32
| | | | | Found by: @moisseev MFH: true
* Merge pull request #1292 from moisseev/visibilityVsevolod Stakhov2016-12-303-4/+15
|\ | | | | [WebUI] Stop stats refreshing if the page is hidden
| * [WebUI] Stop stats refreshing if the page is hiddenAlexander Moisseev2016-12-301-4/+9
| |
| * [WebUI] Add Visibility.js libraryAlexander Moisseev2016-12-302-0/+6
| |
* | Merge pull request #1291 from fatalbanana/gVsevolod Stakhov2016-12-302-1/+5
|\ \ | | | | | | [Minor] Avoid reusing GError
| * | [Minor] Avoid reusing GErrorAndrew Lewis2016-12-302-1/+5
| |/
* | [Minor] Ignore space chars when detect CTEVsevolod Stakhov2016-12-301-1/+9
| |
* | [Fix] Fix CTE detection heuristicVsevolod Stakhov2016-12-301-1/+4
| |
* | [Fix] Fix checking of DKIM bodies that needs just `\n` to be addedVsevolod Stakhov2016-12-301-1/+1
| |
* | [Feature] Do not trust CTE, check base64 and qp strictlyVsevolod Stakhov2016-12-302-7/+21
|/
* [Minor] Add support for unix connections for redis stats backendVsevolod Stakhov2016-12-302-8/+34
|
* [Fix] Support unix sockets for lua redisVsevolod Stakhov2016-12-301-1/+6
| | | | | Issue: #1277 Reported by: @athanp
* [Minor] Add example of new TCP logicVsevolod Stakhov2016-12-291-0/+45
|
* [Minor] More fixes for lua_tcpVsevolod Stakhov2016-12-291-2/+5
|
* [Fix] Miltiple fixes to new lua_tcp, add debuggingVsevolod Stakhov2016-12-291-22/+44
|
* [Feature] Add new methods for lua_tcpVsevolod Stakhov2016-12-291-0/+166
|
* [Minor] Special case for partial requestsVsevolod Stakhov2016-12-291-2/+1
|
* [Minor] Call read callback when no stop_pattern is specifiedVsevolod Stakhov2016-12-291-0/+6
|
* [Rework] Rework lua_tcp to allow TCP dialogVsevolod Stakhov2016-12-291-162/+431
| | | | | | | | | | - Now, lua_tcp has a chain of read and write events that are processed in order - The old API wasn't touched, however, new style API will be possible - Partial lua_tcp might be broken, so I need to revisit all plugins that use lua_tcp Issue: #1224
* Merge pull request #1290 from moisseev/d3evolutionVsevolod Stakhov2016-12-291-6/+4
|\ | | | | [WebUI] Update D3Evolution to 0.0.1
| * [WebUI] Update D3Evolution to 0.0.1Alexander Moisseev2016-12-291-6/+4
|/
* [WebUI] Update d3.jsVsevolod Stakhov2016-12-281-5/+10
|
* [Minor] Add copyright comments for js libsVsevolod Stakhov2016-12-284-2/+19
|
* [Fix] Fix keys namesVsevolod Stakhov2016-12-281-5/+5
|
* [Minor] Fix length in email addresses heuristicVsevolod Stakhov2016-12-281-5/+0
|
* [Feature] Add heuristic to process broken email addressesVsevolod Stakhov2016-12-281-0/+58
|
* [Fix] Use checksum to avoid intersection between different ANNsVsevolod Stakhov2016-12-281-24/+28
|
* [Minor] Add methods to get symbols cache checksumVsevolod Stakhov2016-12-283-0/+43
|
* [Minor] Add checksum for symbols cacheVsevolod Stakhov2016-12-281-6/+18
|
* [Fix] Really increase lock lifetimeVsevolod Stakhov2016-12-271-1/+1
|