index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
shell
/
linenoise.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-01-20
SERVER-72935 switch c stdlib headers to cpp compat stdlib headers
Daniel Moody
2022-09-29
SERVER-69784 Fix signed char misuses
Matt Kneiser
2022-04-28
SERVER-41353 replace errnoWithDescription with an API based on std::error_code
Billy Donahue
2020-11-11
SERVER-13980 warn when shell input lines are truncated
Kevin Pulo
2020-10-13
SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs
Billy Donahue
2019-10-28
SERVER-43836 use unique_ptr for activeHistoryLine to fix resource leak
Billy Donahue
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-17
SERVER-41071 Replace more NULLs with nullptr
A. Jesse Jiryu Davis
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-05-29
SERVER-40953 capture errno earlier when accessing shell history file
Kevin Pulo
2018-01-07
SERVER-32473 don't output an error on shell startup if no history file
Kevin Pulo
2017-10-16
SERVER-8417 Increase default max history length to 1000
Mike Zraly
2017-06-28
SERVER-26871 report failures when handling shell history file
Kevin Pulo
2016-11-03
SERVER-26489 Fix open() flags for shell history file
Kevin Pulo
2016-09-06
SERVER-25335 use open + fdopen on OSX, and cope with slow program output
Kevin Pulo
2016-09-06
SERVER-25335 avoid group and other permissions when creating .dbshell history...
Kevin Pulo
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-03
SERVER-23548 Remove VS2013 workarounds
Mark Benvenuto
2015-06-20
SERVER-18978: Clang-Format - Fix comment word wrapping indentation
Mark Benvenuto
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>
Andrew Morrow
2015-03-02
SERVER-17428 remove _snprintf for Visual Studio 2015
Eric Milkie
2014-09-05
SERVER-14931 fixed current command shell command length to take into account ...
yeaji.shin
2014-07-29
SERVER-6086 fixed shell to handle zero-width and double-width characters
yeaji.shin
2013-01-16
SERVER-8079 Do not overflow buffer on Yank or YankPop
Tad Marshall
2012-10-15
fix a lot of copyright notices
Eliot Horowitz
2012-10-14
Fixed typos
Pascal Borreli
2012-06-12
SERVER-6061 don't use zeroed activeHistoryLine
Tad Marshall
2012-05-04
SERVER-5246 Move linenoise out of third_party
Tad Marshall