summaryrefslogtreecommitdiff
path: root/src/mongo/shell/linenoise.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43836 use unique_ptr for activeHistoryLine to fix resource leakBilly Donahue2019-10-281-16/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-21/+21
* SERVER-40953 capture errno earlier when accessing shell history fileKevin Pulo2019-05-291-10/+20
* SERVER-32473 don't output an error on shell startup if no history fileKevin Pulo2018-01-071-0/+5
* SERVER-8417 Increase default max history length to 1000Mike Zraly2017-10-161-1/+1
* SERVER-26871 report failures when handling shell history fileKevin Pulo2017-06-281-20/+50
* SERVER-26489 Fix open() flags for shell history fileKevin Pulo2016-11-031-1/+1
* SERVER-25335 use open + fdopen on OSX, and cope with slow program outputKevin Pulo2016-09-061-2/+2
* SERVER-25335 avoid group and other permissions when creating .dbshell history...Kevin Pulo2016-09-061-2/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+8
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-3/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-24/+37
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1374/+1465
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-13/+12
* SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie2015-03-021-0/+2
* SERVER-14931 fixed current command shell command length to take into account ...yeaji.shin2014-09-051-3/+4
* SERVER-6086 fixed shell to handle zero-width and double-width charactersyeaji.shin2014-07-291-4/+37
* SERVER-8079 Do not overflow buffer on Yank or YankPopTad Marshall2013-01-161-0/+16
* fix a lot of copyright noticesEliot Horowitz2012-10-151-8/+9
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6061 don't use zeroed activeHistoryLineTad Marshall2012-06-121-1/+1
* SERVER-5246 Move linenoise out of third_partyTad Marshall2012-05-041-0/+2652