summaryrefslogtreecommitdiffstats
path: root/src/channel.c
AgeCommit message (Expand)Author
2019-05-25patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-05-11patch 8.1.1319: computing function length name in many placesv8.1.1319Bram Moolenaar
2019-05-09patch 8.1.1312: Coverity warning for using uninitialized variablev8.1.1312Bram Moolenaar
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-04-21patch 8.1.1194: typos and small problems in source filesv8.1.1194Bram Moolenaar
2019-04-12patch 8.1.1158: json encoded string is sometimes missing the final NULv8.1.1158Bram Moolenaar
2019-03-21patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar
2019-03-04patch 8.1.0993: ch_read() may return garbage if terminating NL is missingv8.1.0993Bram Moolenaar
2019-02-20patch 8.1.0960: when using ConPTY garbage collection has undefined behaviorv8.1.0960Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-10patch 8.1.0889: MS-Windows: a channel write may hangv8.1.0889Bram Moolenaar
2019-02-08patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conptyv8.1.0880Bram Moolenaar
2019-02-03patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10v8.1.0870Bram Moolenaar
2019-01-31patch 8.1.0863: cannot see what signal caused a job to endv8.1.0863Bram Moolenaar
2019-01-29patch 8.1.0845: having job_status() free the job causes problemsv8.1.0845Bram Moolenaar
2019-01-28patch 8.1.0838: compiler warning for type conversionv8.1.0838Bram Moolenaar
2019-01-26patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar
2019-01-24patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()v8.1.0818Bram Moolenaar
2019-01-22patch 8.1.0796: MS-Windows 7: problem with named pipe on channelv8.1.0796Bram Moolenaar
2019-01-20patch 8.1.0785: depending on the configuration some functions are unusedv8.1.0785Bram Moolenaar
2019-01-19patch 8.1.0777: Win32: using pipes for channel does not work wellv8.1.0777Bram Moolenaar
2019-01-17patch 8.1.0770: inconsistent use of ELAPSED_FUNCv8.1.0770Bram Moolenaar
2019-01-17patch 8.1.0762: compiler warningv8.1.0762Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2019-01-12patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar
2019-01-05patch 8.1.0692: if a buffer was deleted a channel can't write to itv8.1.0692Bram Moolenaar
2018-12-21patch 8.1.0615: get_tv function names are not consistentv8.1.0615Bram Moolenaar
2018-12-14patch 8.1.0590: when a job ends the closed channels are not handledv8.1.0590Bram Moolenaar
2018-10-19patch 8.1.0486: can't build in MS-Windowsv8.1.0486Bram Moolenaar
2018-10-19patch 8.1.0485: term_start() does not check if directory is accessiblev8.1.0485Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-09-06patch 8.1.0350: Vim may block on ch_sendraw()v8.1.0350Bram Moolenaar
2018-08-09patch 8.1.0263: channel log doesn't show part of channelv8.1.0263Bram Moolenaar
2018-07-08patch 8.1.0167: lock flag in new dictitem is reset in many placesv8.1.0167Bram Moolenaar
2018-07-08patch 8.1.0166: using dict_add_nr_str() is clumsyv8.1.0166Bram Moolenaar
2018-06-17patch 8.1.0069: cannot handle pressing CTRL-C in a prompt bufferv8.1.0069Bram Moolenaar
2018-06-12patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal windowv8.1.0050Bram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
2018-05-13patch 8.0.1828: get no clue why :gui does not forkv8.0.1828Bram Moolenaar
2018-05-13patch 8.0.1827: compiler warning for signed/unsigned char pointersv8.0.1827Bram Moolenaar
2018-05-05patch 8.0.1795: lose contact with jobs when :gui forksv8.0.1795Bram Moolenaar
2018-04-30patch 8.0.1775: MS-Windows: warning for unused variablev8.0.1775Bram Moolenaar
2018-04-24patch 8.0.1761: job in terminal window with no output channel is killedv8.0.1761Bram Moolenaar
2018-04-21patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmdv8.0.1747Bram Moolenaar
2018-04-21patch 8.0.1746: MS-Windows: channel tests failv8.0.1746Bram Moolenaar
2018-04-21patch 8.0.1745: build failure on MS-Windowsv8.0.1745Bram Moolenaar
2018-04-21patch 8.0.1742: cannot get a list of all the jobsv8.0.1742Bram Moolenaar
2018-04-14patch 8.0.1709: some non-C89 code may slip throughv8.0.1709Bram Moolenaar