summaryrefslogtreecommitdiff
path: root/src/mongo/shell/linenoise.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-01-20SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody
2022-09-29SERVER-69784 Fix signed char misusesMatt Kneiser
2022-04-28SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue
2020-11-11SERVER-13980 warn when shell input lines are truncatedKevin Pulo
2020-10-13SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue
2019-10-28SERVER-43836 use unique_ptr for activeHistoryLine to fix resource leakBilly Donahue
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-17SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-05-29SERVER-40953 capture errno earlier when accessing shell history fileKevin Pulo
2018-01-07SERVER-32473 don't output an error on shell startup if no history fileKevin Pulo
2017-10-16SERVER-8417 Increase default max history length to 1000Mike Zraly
2017-06-28SERVER-26871 report failures when handling shell history fileKevin Pulo
2016-11-03SERVER-26489 Fix open() flags for shell history fileKevin Pulo
2016-09-06SERVER-25335 use open + fdopen on OSX, and cope with slow program outputKevin Pulo
2016-09-06SERVER-25335 avoid group and other permissions when creating .dbshell history...Kevin Pulo
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-05-03SERVER-23548 Remove VS2013 workaroundsMark Benvenuto
2015-06-20SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-10SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow
2015-03-02SERVER-17428 remove _snprintf for Visual Studio 2015Eric Milkie
2014-09-05SERVER-14931 fixed current command shell command length to take into account ...yeaji.shin
2014-07-29SERVER-6086 fixed shell to handle zero-width and double-width charactersyeaji.shin
2013-01-16SERVER-8079 Do not overflow buffer on Yank or YankPopTad Marshall
2012-10-15fix a lot of copyright noticesEliot Horowitz
2012-10-14Fixed typosPascal Borreli
2012-06-12SERVER-6061 don't use zeroed activeHistoryLineTad Marshall
2012-05-04SERVER-5246 Move linenoise out of third_partyTad Marshall