aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/src/readline_buffer.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-21readline: don't dereference possible NULL pointerJethro Grassie1-2/+2
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-2/+2
2018-10-12readline_buffer: fix "cursor in prompt" bugmoneromooo-monero1-1/+4
2018-01-18remove unnecessary includeJethro Grassie1-1/+0
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-08-22Simplify readline supportHoward Chu1-122/+69
2017-08-16Construct on first use for completion_commandsJethro Grassie1-4/+20
2017-08-16Add sync lock on stopJethro Grassie1-5/+4
2017-07-24Fix readline prompt when command does not outputJethro Grassie1-13/+24
2017-07-19Merge pull request #2159Riccardo Spagni1-16/+55
2017-07-09Add various readline related fixesJethro Grassie1-16/+55
2017-07-07Add notification on stopJethro Grassie1-0/+1
2017-07-03Merge pull request #2112Riccardo Spagni1-5/+16
2017-06-28monero-wallet-cli: hang on exit in readline code (#2117)moneromooo-monero1-3/+2
2017-06-28monero-wallet-cli: hang on exit in readline code (#2117)moneromooo-monero1-2/+10
2017-06-25Fix multiline wallet cli output with readlineJethro Grassie1-1/+5
2017-06-24Add readline improvementsJethro Grassie1-2/+5
2017-06-24Merge pull request #2111Riccardo Spagni1-1/+1
2017-06-23readline_buffer: fix busy waitmoneromooo-monero1-1/+1
2017-06-21readline: fix invalid memory accessmoneromooo-monero1-1/+1
2017-06-21readline_buffer: add a couple constmoneromooo-monero1-1/+1
2017-06-18Add readline support to clijethro1-0/+196