summaryrefslogtreecommitdiff
path: root/contrib/epee/src/readline_buffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* readline_buffer: disable bracketed paste escape sequencesJeffrey Ryan2023-10-311-0/+4
* readline_buffer: Avoid consecutive duplicates in the historycodesoap2020-12-131-2/+16
* epee: readline_buffer - fix thread safety, fix sync() after stop()xiphon2020-11-071-1/+9
* simplewallet: lock console on inactivitymoneromooo-monero2019-08-281-0/+10
* readline: don't dereference possible NULL pointerJethro Grassie2019-01-211-2/+2
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-2/+2
* readline_buffer: fix "cursor in prompt" bugmoneromooo-monero2018-10-121-1/+4
* remove unnecessary includeJethro Grassie2018-01-181-1/+0
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* Simplify readline supportHoward Chu2017-08-221-122/+69
* Construct on first use for completion_commandsJethro Grassie2017-08-161-4/+20
* Add sync lock on stopJethro Grassie2017-08-161-5/+4
* Fix readline prompt when command does not outputJethro Grassie2017-07-241-13/+24
* Merge pull request #2159Riccardo Spagni2017-07-191-16/+55
|\
| * Add various readline related fixesJethro Grassie2017-07-091-16/+55
* | Add notification on stopJethro Grassie2017-07-071-0/+1
|/
* Merge pull request #2112Riccardo Spagni2017-07-031-5/+16
|\
| * monero-wallet-cli: hang on exit in readline code (#2117)moneromooo-monero2017-06-281-3/+2
| * monero-wallet-cli: hang on exit in readline code (#2117)moneromooo-monero2017-06-281-2/+10
| * Fix multiline wallet cli output with readlineJethro Grassie2017-06-251-1/+5
* | Add readline improvementsJethro Grassie2017-06-241-2/+5
|/
* Merge pull request #2111Riccardo Spagni2017-06-241-1/+1
|\
| * readline_buffer: fix busy waitmoneromooo-monero2017-06-231-1/+1
* | readline: fix invalid memory accessmoneromooo-monero2017-06-211-1/+1
* | readline_buffer: add a couple constmoneromooo-monero2017-06-211-1/+1
|/
* Add readline support to clijethro2017-06-181-0/+196