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
/
third_party
Age
Commit message (
Expand
)
Author
2011-11-16
scons flag to use each library externally --use-system-(prcre|boost) SERVER-3829
Eliot Horowitz
2011-09-09
Fix off-by-one in linenoise SERVER-3394
Mathias Stearn
2011-09-06
Make linenoise work correctly with multi-line pastes
Mathias Stearn
2011-09-06
Correct fix for SERVER-3394
Mathias Stearn
2011-09-06
Revert "fix highlighting in shell for lines longer than console width SERVER-...
Mathias Stearn
2011-08-24
fix sm for windows SERVER-3659
Eliot Horowitz
2011-08-23
NDEBUG might be causing issues
Eliot Horowitz
2011-08-22
put our sm version at the front
Eliot Horowitz
2011-08-22
put our own versions at the front
Eliot Horowitz
2011-08-22
fix depencies for sm SERVER-3659
Eliot Horowitz
2011-08-22
fix sm build for solaris SERVER-3659 take3
Eliot Horowitz
2011-08-22
try to fix solaris sm build SERVER-3659 v2
Eliot Horowitz
2011-08-22
try to fix solaris sm build SERVER-3659
Eliot Horowitz
2011-08-22
fix windows sm build SERVER-3659
Eliot Horowitz
2011-08-21
sm flags for windows SERVER-3659
Eliot Horowitz
2011-08-21
remove bad files for sm SERVER-3659
Eliot Horowitz
2011-08-21
fix sm build for darwin SERVER-3659
Eliot Horowitz
2011-08-21
combine sm in source
Eliot Horowitz
2011-08-19
don't use pcre heap for solaris
Eliot Horowitz
2011-08-18
move snappy setup to third_party/snappy.py
Eliot Horowitz
2011-08-18
use our own version of pcre SERVER-2085
Eliot Horowitz
2011-08-02
make earlier visual studio versions work
dwight
2011-08-02
elim a couple warnings on windows
dwight
2011-08-02
compression lib
dwight
2011-08-01
Shell ignores tabs at begining of line to play nice with copy-paste SERVER-3508
Mathias Stearn
2011-07-08
fix highlighting in shell for lines longer than console width SERVER-3394
Mathias Stearn
2011-04-20
home and end keys for linux and rxvt
Mathias Stearn
2011-04-20
Special debug mode in shell to print raw input bytes
Mathias Stearn
2011-04-16
Basic highlighting of matched braces
Mathias Stearn
2011-04-16
fix the shell
Mathias Stearn
2011-04-15
don't save or load blank history lines
Mathias Stearn
2011-04-15
home and end key support on posix
Mathias Stearn
2011-04-15
make history_index global and an actual index
Mathias Stearn
2011-04-12
don't SIGBUS when deleting at end of line
Mathias Stearn
2011-04-11
fix completeLine SERVER-1763
Mathias Stearn
2011-04-11
didn't mean to change this comment
Mathias Stearn
2011-04-11
CHA is 1-based. Fixes an issue with aterm.
Mathias Stearn
2011-04-11
first pass at merging posix and win32 linenoise codebases SERVER-1763
Mathias Stearn
2011-04-04
towards compact cmd still in prog
dwight
2011-03-25
notes about linenoise
Eliot Horowitz
2011-03-25
rename
Eliot Horowitz
2011-03-18
const correct some linenoise functions
Mathias Stearn
2011-03-18
try linenoise on windows
Eliot Horowitz
2011-03-18
use linenoise as cpp
Eliot Horowitz
2011-03-18
fix some cpp warnings
Eliot Horowitz
2011-03-18
use linenoise instead of readline
Eliot Horowitz