summaryrefslogtreecommitdiff
path: root/src/channel.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar2017-10-011-9/+55
* patch 8.0.1101: channel write fails if writing to log failsv8.0.1101Bram Moolenaar2017-09-131-6/+5
* patch 8.0.1083: leaking memory in input part of channelv8.0.1083Bram Moolenaar2017-09-091-1/+2
* patch 8.0.1081: memory leak for the channel write queuev8.0.1081Bram Moolenaar2017-09-091-12/+22
* patch 8.0.1076: term_start() does not take callbacksv8.0.1076Bram Moolenaar2017-09-081-6/+5
* patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar2017-09-081-4/+39
* patch 8.0.1036: ++eof argument for terminal only available on MS-Windowsv8.0.1036Bram Moolenaar2017-09-021-5/+2
* patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1035Bram Moolenaar2017-09-021-4/+9
* patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1034Bram Moolenaar2017-09-021-0/+23
* patch 8.0.1005: terminal without job updates slowly in GUIv8.0.1005Bram Moolenaar2017-08-271-0/+16
* patch 8.0.1003: 64 bit compiler warningv8.0.1003Bram Moolenaar2017-08-271-1/+1
* patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar2017-08-261-3/+3
* patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar2017-08-261-8/+21
* patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar2017-08-191-1/+1
* patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar2017-08-191-8/+4
* patch 8.0.0959: build failure on MS-Windowsv8.0.0959Bram Moolenaar2017-08-181-8/+5
* patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar2017-08-181-37/+185
* patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsv8.0.0928Bram Moolenaar2017-08-131-29/+108
* patch 8.0.0916: cannot specify properties of window for terminal openv8.0.0916Bram Moolenaar2017-08-121-0/+22
* patch 8.0.0912: cannot run a job in a hidden terminalv8.0.0912Bram Moolenaar2017-08-121-0/+7
* patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910Bram Moolenaar2017-08-111-0/+7
* patch 8.0.0909: channel test failsv8.0.0909Bram Moolenaar2017-08-111-2/+3
* patch 8.0.0908: cannot set terminal size with optionsv8.0.0908Bram Moolenaar2017-08-111-10/+31
* patch 8.0.0902: cannot specify directory or environment for a jobv8.0.0902Bram Moolenaar2017-08-111-0/+22
* patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899Bram Moolenaar2017-08-111-2/+2
* patch 8.0.0897: wrong error message for invalid term_finish valuev8.0.0897Bram Moolenaar2017-08-111-1/+1
* patch 8.0.0896: cannot close a terminal window when the job endsv8.0.0896Bram Moolenaar2017-08-101-0/+13
* patch 8.0.0869: job output is sometimes not displayed in a terminalv8.0.0869Bram Moolenaar2017-08-051-34/+49
* patch 8.0.0865: cannot build with channel but without terminal featurev8.0.0865Bram Moolenaar2017-08-051-0/+2
* patch 8.0.0864: cannot specify the name of a terminalv8.0.0864Bram Moolenaar2017-08-051-0/+12
* patch 8.0.0860: side effects when channel appends to a bufferv8.0.0860Bram Moolenaar2017-08-041-6/+11
* patch 8.0.0849: crash when job exit callback wipes the terminalv8.0.0849Bram Moolenaar2017-08-031-2/+2
* patch 8.0.0848: using multiple ch_log functions is clumsyv8.0.0848Bram Moolenaar2017-08-031-117/+56
* patch 8.0.0846: cannot get the name of the pty of a jobv8.0.0846Bram Moolenaar2017-08-031-5/+6
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-281-4/+4
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-0/+4
* patch 8.0.0746: when :term fails the job is not properly cleaned upv8.0.0746Bram Moolenaar2017-07-221-0/+5
* patch 8.0.0744: terminal window does not use a ptyv8.0.0744Bram Moolenaar2017-07-221-3/+18
* patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742Bram Moolenaar2017-07-221-2/+2
* patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar2017-07-171-3/+12
* patch 8.0.0719: build failure without +terminal featurev8.0.0719Bram Moolenaar2017-07-161-0/+2
* patch 8.0.0718: output of job in terminal is not displayedv8.0.0718Bram Moolenaar2017-07-161-7/+17
* patch 8.0.0716: not easy to start Vim cleanlyv8.0.0716Bram Moolenaar2017-07-151-5/+10
* patch 8.0.0592: if a job writes to a buffer screen is not updatedv8.0.0592Bram Moolenaar2017-04-301-1/+1
* patch 8.0.0588: job_stop() often assumes the channel will be closedv8.0.0588Bram Moolenaar2017-04-291-2/+7
* patch 8.0.0544: cppcheck warningsv8.0.0544Bram Moolenaar2017-04-071-2/+7
* patch 8.0.0387: compiler warningsv8.0.0387Bram Moolenaar2017-02-281-1/+2
* patch 8.0.0312: failure when a channel receives a split json messagev8.0.0312Bram Moolenaar2017-02-061-19/+27
* patch 8.0.0183: ubsan warns for unaligned addressv8.0.0183Bram Moolenaar2017-01-141-1/+8
* patch 8.0.0166: JSON with a duplicate key gives an internal errorv8.0.0166Bram Moolenaar2017-01-101-1/+4