summaryrefslogtreecommitdiffstats
path: root/src/channel.c
AgeCommit message (Expand)Author
2017-11-11patch 8.0.1286: occasional crash when using a channelv8.0.1286Bram Moolenaar
2017-10-01patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar
2017-09-13patch 8.0.1101: channel write fails if writing to log failsv8.0.1101Bram Moolenaar
2017-09-09patch 8.0.1083: leaking memory in input part of channelv8.0.1083Bram Moolenaar
2017-09-09patch 8.0.1081: memory leak for the channel write queuev8.0.1081Bram Moolenaar
2017-09-08patch 8.0.1076: term_start() does not take callbacksv8.0.1076Bram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar
2017-09-02patch 8.0.1036: ++eof argument for terminal only available on MS-Windowsv8.0.1036Bram Moolenaar
2017-09-02patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1035Bram Moolenaar
2017-09-02patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1034Bram Moolenaar
2017-08-27patch 8.0.1005: terminal without job updates slowly in GUIv8.0.1005Bram Moolenaar
2017-08-27patch 8.0.1003: 64 bit compiler warningv8.0.1003Bram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar
2017-08-26patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar
2017-08-19patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar
2017-08-19patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar
2017-08-18patch 8.0.0959: build failure on MS-Windowsv8.0.0959Bram Moolenaar
2017-08-18patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar
2017-08-13patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsv8.0.0928Bram Moolenaar
2017-08-12patch 8.0.0916: cannot specify properties of window for terminal openv8.0.0916Bram Moolenaar
2017-08-12patch 8.0.0912: cannot run a job in a hidden terminalv8.0.0912Bram Moolenaar
2017-08-11patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910Bram Moolenaar
2017-08-11patch 8.0.0909: channel test failsv8.0.0909Bram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar
2017-08-11patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar
2017-08-11patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar
2017-08-11patch 8.0.0897: wrong error message for invalid term_finish valuev8.0.0897Bram Moolenaar
2017-08-10patch 8.0.0896: cannot close a terminal window when the job endsv8.0.0896Bram Moolenaar
2017-08-05patch 8.0.0869: job output is sometimes not displayed in a terminalv8.0.0869Bram Moolenaar
2017-08-05patch 8.0.0865: cannot build with channel but without terminal featurev8.0.0865Bram Moolenaar
2017-08-05patch 8.0.0864: cannot specify the name of a terminalv8.0.0864Bram Moolenaar
2017-08-04patch 8.0.0860: side effects when channel appends to a bufferv8.0.0860Bram Moolenaar
2017-08-03patch 8.0.0849: crash when job exit callback wipes the terminalv8.0.0849Bram Moolenaar
2017-08-03patch 8.0.0848: using multiple ch_log functions is clumsyv8.0.0848Bram Moolenaar
2017-08-03patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar
2017-07-28patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar
2017-07-22patch 8.0.0746: when :term fails the job is not properly cleaned upv8.0.0746Bram Moolenaar
2017-07-22patch 8.0.0744: terminal window does not use a ptyv8.0.0744Bram Moolenaar
2017-07-22patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742Bram Moolenaar
2017-07-17patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar
2017-07-16patch 8.0.0719: build failure without +terminal featurev8.0.0719Bram Moolenaar
2017-07-16patch 8.0.0718: output of job in terminal is not displayedv8.0.0718Bram Moolenaar
2017-07-15patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar
2017-04-30patch 8.0.0592: if a job writes to a buffer screen is not updatedv8.0.0592Bram Moolenaar
2017-04-29patch 8.0.0588: job_stop() often assumes the channel will be closedv8.0.0588Bram Moolenaar
2017-04-07patch 8.0.0544: cppcheck warningsv8.0.0544Bram Moolenaar
2017-02-28patch 8.0.0387: compiler warningsv8.0.0387Bram Moolenaar
2017-02-06patch 8.0.0312: failure when a channel receives a split json messagev8.0.0312Bram Moolenaar
2017-01-14patch 8.0.0183: ubsan warns for unaligned addressv8.0.0183Bram Moolenaar