summaryrefslogtreecommitdiff
path: root/src/channel.c
AgeCommit message (Expand)Author
2017-10-01patch 8.0.1170: using termdebug results in 100% CPU timeBram Moolenaar
2017-09-13patch 8.0.1101: channel write fails if writing to log failsBram Moolenaar
2017-09-09patch 8.0.1083: leaking memory in input part of channelBram Moolenaar
2017-09-09patch 8.0.1081: memory leak for the channel write queueBram Moolenaar
2017-09-08patch 8.0.1076: term_start() does not take callbacksBram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-WindowsBram Moolenaar
2017-09-02patch 8.0.1036: ++eof argument for terminal only available on MS-WindowsBram Moolenaar
2017-09-02patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-WindowsBram Moolenaar
2017-09-02patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-WindowsBram Moolenaar
2017-08-27patch 8.0.1005: terminal without job updates slowly in GUIBram Moolenaar
2017-08-27patch 8.0.1003: 64 bit compiler warningBram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackBram Moolenaar
2017-08-26patch 8.0.1000: cannot open a terminal without running a job in itBram Moolenaar
2017-08-19patch 8.0.0969: Coverity warning for unused return valueBram Moolenaar
2017-08-19patch 8.0.0964: channel write buffer does not work with poll()Bram Moolenaar
2017-08-18patch 8.0.0959: build failure on MS-WindowsBram Moolenaar
2017-08-18patch 8.0.0957: a terminal job can deadlock when sending many keysBram Moolenaar
2017-08-13patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsBram Moolenaar
2017-08-12patch 8.0.0916: cannot specify properties of window for terminal openBram Moolenaar
2017-08-12patch 8.0.0912: cannot run a job in a hidden terminalBram Moolenaar
2017-08-11patch 8.0.0910: cannot create a terminal in the current windowBram Moolenaar
2017-08-11patch 8.0.0909: channel test failsBram Moolenaar
2017-08-11patch 8.0.0908: cannot set terminal size with optionsBram Moolenaar
2017-08-11patch 8.0.0902: cannot specify directory or environment for a jobBram Moolenaar
2017-08-11patch 8.0.0899: function name mch_stop_job() is confusingBram Moolenaar
2017-08-11patch 8.0.0897: wrong error message for invalid term_finish valueBram Moolenaar
2017-08-10patch 8.0.0896: cannot close a terminal window when the job endsBram Moolenaar
2017-08-05patch 8.0.0869: job output is sometimes not displayed in a terminalBram Moolenaar
2017-08-05patch 8.0.0865: cannot build with channel but without terminal featureBram Moolenaar
2017-08-05patch 8.0.0864: cannot specify the name of a terminalBram Moolenaar
2017-08-04patch 8.0.0860: side effects when channel appends to a bufferBram Moolenaar
2017-08-03patch 8.0.0849: crash when job exit callback wipes the terminalBram Moolenaar
2017-08-03patch 8.0.0848: using multiple ch_log functions is clumsyBram Moolenaar
2017-08-03patch 8.0.0846: cannot get the name of the pty of a jobBram Moolenaar
2017-07-28patch 8.0.0797: finished job in terminal window is not handledBram Moolenaar
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferBram Moolenaar
2017-07-22patch 8.0.0746: when :term fails the job is not properly cleaned upBram Moolenaar
2017-07-22patch 8.0.0744: terminal window does not use a ptyBram Moolenaar
2017-07-22patch 8.0.0742: terminal feature does not work on MS-WindowsBram Moolenaar
2017-07-17patch 8.0.0728: the terminal structure is never freedBram Moolenaar
2017-07-16patch 8.0.0719: build failure without +terminal featureBram Moolenaar
2017-07-16patch 8.0.0718: output of job in terminal is not displayedBram Moolenaar
2017-07-15patch 8.0.0716: not easy to start Vim cleanlyBram Moolenaar
2017-04-30patch 8.0.0592: if a job writes to a buffer screen is not updatedBram Moolenaar
2017-04-29patch 8.0.0588: job_stop() often assumes the channel will be closedBram Moolenaar
2017-04-07patch 8.0.0544: cppcheck warningsBram Moolenaar
2017-02-28patch 8.0.0387: compiler warningsBram Moolenaar
2017-02-06patch 8.0.0312: failure when a channel receives a split json messageBram Moolenaar
2017-01-14patch 8.0.0183: ubsan warns for unaligned addressBram Moolenaar
2017-01-10patch 8.0.0166: JSON with a duplicate key gives an internal errorBram Moolenaar