aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/replxx/src
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix incomplete utf8 sequences handlingVsevolod Stakhov2020-05-131-0/+12
|
* [Minor] Cherry-pick a fix for replxx to build with gcc10Heiko Becker2020-04-041-0/+1
| | | | | | | 723d9c84869511dfb5e63f5c3d3372ac38114713 in replxx's git. Building rspamd with gcc10 errors out with "'runtime_error' is not a member of 'std'" otherwise.
* [Minor] Add missing cast to satisfy gcc understanding of c++Vsevolod Stakhov2020-04-031-1/+1
|
* [Minor] Remove strange conversion sources from replxxVsevolod Stakhov2020-04-035-437/+44
| | | | Issue: #3317
* [Rework] Replace linenoise with replxxVsevolod Stakhov2019-09-0323-0/+6358
Source: https://github.com/AmokHuginnsson/replxx