summaryrefslogtreecommitdiff
path: root/third_party
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3470 -- store multi-line commands in historyTad Marshall2011-11-181-0/+7
* SERVER-4043 -- fix tab completion in mid-codeTad Marshall2011-11-161-23/+79
* SERVER-4008 -- don't leak memory in the shellTad Marshall2011-11-162-3/+3
* SERVER-3771 -- part 2 -- make mongo shell behave like bashTad Marshall2011-11-151-145/+262
* scons flag to use each library externally --use-system-(prcre|boost) SERVER-3829Eliot Horowitz2011-11-143-4/+24
* Merge pull request #121 from tadmarshall/SERVER-3990-reissue-2Eliot2011-10-311-12/+5
|\
| * SERVER-3990 (reissue 2) -- fix ctrl-D won't delete last character in lineTad Marshall2011-10-131-12/+5
* | Merge pull request #115 from tadmarshall/SERVER-4012-reissueEliot2011-10-311-5/+6
|\ \
| * | SERVER-4012 (reissue) -- make ctrl-T work like bash and emacsTad Marshall2011-10-121-5/+6
| |/
* | Ignore unhandled control chars rather than printing them to the screenMathias Stearn2011-10-181-0/+4
* | Support home and end keys in konsole SERVER-3775Mathias Stearn2011-10-181-0/+4
|/
* new benchRun additions for shellgregs2011-10-111-0/+1
* use PCRECPP_STATIC SERVER-3992Eliot Horowitz2011-10-011-0/+1
* SERVER-3897: shell prompt does not work well in some debuggers (e.g. eclipse)...agirbal2011-09-191-0/+3
* Fix off-by-one in linenoise SERVER-3394Mathias Stearn2011-09-091-1/+1
* Make linenoise work correctly with multi-line pastesMathias Stearn2011-09-061-2/+2
* Correct fix for SERVER-3394Mathias Stearn2011-09-061-1/+1
* Revert "fix highlighting in shell for lines longer than console width SERVER-...Mathias Stearn2011-09-061-4/+4
* fix sm for windows SERVER-3659Eliot Horowitz2011-08-241-0/+4
* NDEBUG might be causing issuesEliot Horowitz2011-08-231-1/+3
* put our sm version at the frontEliot Horowitz2011-08-221-1/+1
* put our own versions at the frontEliot Horowitz2011-08-221-1/+1
* fix depencies for sm SERVER-3659Eliot Horowitz2011-08-221-3/+5
* fix sm build for solaris SERVER-3659 take3Eliot Horowitz2011-08-221-1/+1
* try to fix solaris sm build SERVER-3659 v2Eliot Horowitz2011-08-221-1/+1
* try to fix solaris sm build SERVER-3659Eliot Horowitz2011-08-221-0/+3
* fix windows sm build SERVER-3659Eliot Horowitz2011-08-221-2/+1
* sm flags for windows SERVER-3659Eliot Horowitz2011-08-211-0/+4
* remove bad files for sm SERVER-3659Eliot Horowitz2011-08-211-0/+0
* fix sm build for darwin SERVER-3659Eliot Horowitz2011-08-212-1/+1
* combine sm in sourceEliot Horowitz2011-08-21243-0/+132851
* don't use pcre heap for solarisEliot Horowitz2011-08-191-0/+3
* move snappy setup to third_party/snappy.pyEliot Horowitz2011-08-182-1/+12
* use our own version of pcre SERVER-2085Eliot Horowitz2011-08-1852-0/+33291
* make earlier visual studio versions workdwight2011-08-021-2/+2
* elim a couple warnings on windowsdwight2011-08-021-0/+5
* compression libdwight2011-08-0211-0/+2426
* Shell ignores tabs at begining of line to play nice with copy-paste SERVER-3508Mathias Stearn2011-08-011-1/+4
* fix highlighting in shell for lines longer than console width SERVER-3394Mathias Stearn2011-07-081-4/+4
* home and end keys for linux and rxvtMathias Stearn2011-04-201-4/+17
* Special debug mode in shell to print raw input bytesMathias Stearn2011-04-201-1/+27
* Basic highlighting of matched bracesMathias Stearn2011-04-161-1/+39
* fix the shellMathias Stearn2011-04-161-1/+1
* don't save or load blank history linesMathias Stearn2011-04-151-3/+6
* home and end key support on posixMathias Stearn2011-04-151-0/+8
* make history_index global and an actual indexMathias Stearn2011-04-151-5/+6
* don't SIGBUS when deleting at end of lineMathias Stearn2011-04-121-4/+6
* fix completeLine SERVER-1763Mathias Stearn2011-04-111-1/+3
* didn't mean to change this commentMathias Stearn2011-04-111-1/+1
* CHA is 1-based. Fixes an issue with aterm.Mathias Stearn2011-04-111-4/+4