summaryrefslogtreecommitdiff
path: root/src/channel.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar2019-05-111-7/+5
* patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar2019-05-091-0/+2
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar2019-04-211-2/+2
* patch 8.1.1158: json encoded string is sometimes missing the final NULv8.1.1158Bram Moolenaar2019-04-121-0/+1
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-211-1/+1
* patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar2019-03-041-22/+14
* patch 8.1.0960: when using ConPTY garbage collection has undefined behaviorv8.1.0960Bram Moolenaar2019-02-201-13/+11
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-28/+28
* patch 8.1.0889: MS-Windows: a channel write may hangv8.1.0889Bram Moolenaar2019-02-101-2/+7
* patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar2019-02-081-6/+12
* patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar2019-02-031-12/+61
* patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar2019-01-311-0/+6
* patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar2019-01-291-10/+54
* patch 8.1.0838: compiler warning for type conversionv8.1.0838Bram Moolenaar2019-01-281-1/+1
* patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar2019-01-261-1/+1
* patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar2019-01-241-12/+22
* patch 8.1.0796: MS-Windows 7: problem with named pipe on channelv8.1.0796Bram Moolenaar2019-01-221-1/+16
* patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar2019-01-201-0/+2
* patch 8.1.0777: Win32: using pipes for channel does not work wellv8.1.0777Bram Moolenaar2019-01-191-28/+17
* patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar2019-01-171-1/+1
* patch 8.1.0762: compiler warningv8.1.0762Bram Moolenaar2019-01-171-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-53/+52
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-23/+66
* patch 8.1.0692: if a buffer was deleted a channel can't write to itv8.1.0692Bram Moolenaar2019-01-051-7/+27
* patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar2018-12-211-40/+40
* patch 8.1.0590: when a job ends the closed channels are not handledv8.1.0590Bram Moolenaar2018-12-141-5/+10
* patch 8.1.0486: can't build in MS-Windowsv8.1.0486Bram Moolenaar2018-10-191-1/+4
* patch 8.1.0485: term_start() does not check if directory is accessiblev8.1.0485Bram Moolenaar2018-10-191-1/+2
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-3/+3
* patch 8.1.0350: Vim may block on ch_sendraw()v8.1.0350Bram Moolenaar2018-09-061-1/+11
* patch 8.1.0263: channel log doesn't show part of channelv8.1.0263Bram Moolenaar2018-08-091-6/+12
* patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar2018-07-081-1/+0
* patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar2018-07-081-18/+16
* patch 8.1.0069: cannot handle pressing CTRL-C in a prompt bufferv8.1.0069Bram Moolenaar2018-06-171-1/+25
* patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar2018-06-121-2/+6
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-031-0/+34
* patch 8.0.1828: get no clue why :gui does not forkv8.0.1828Bram Moolenaar2018-05-131-0/+3
* patch 8.0.1827: compiler warning for signed/unsigned char pointersv8.0.1827Bram Moolenaar2018-05-131-4/+4
* patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar2018-05-051-13/+47
* patch 8.0.1775: MS-Windows: warning for unused variablev8.0.1775Bram Moolenaar2018-04-301-1/+1
* patch 8.0.1761: job in terminal window with no output channel is killedv8.0.1761Bram Moolenaar2018-04-241-8/+38
* patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmdv8.0.1747Bram Moolenaar2018-04-211-32/+4
* patch 8.0.1746: MS-Windows: channel tests failv8.0.1746Bram Moolenaar2018-04-211-2/+10
* patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar2018-04-211-29/+32
* patch 8.0.1742: cannot get a list of all the jobsv8.0.1742Bram Moolenaar2018-04-211-1/+50
* patch 8.0.1709: some non-C89 code may slip throughv8.0.1709Bram Moolenaar2018-04-141-3/+3
* patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar2018-04-101-0/+44
* patch 8.0.1681: the format attribute fails with MinGWv8.0.1681Bram Moolenaar2018-04-101-2/+2
* patch 8.0.1676: no compiler warning for wrong printf formatv8.0.1676Bram Moolenaar2018-04-081-5/+15