summaryrefslogtreecommitdiffstats
path: root/src/channel.c
AgeCommit message (Expand)Author
2019-12-22patch 8.2.0032: MS-Windows: test for blank job failsv8.2.0032Bram Moolenaar
2019-12-22patch 8.2.0031: MS-Windows: test for empty job failsv8.2.0031Bram Moolenaar
2019-12-21patch 8.2.0029: MS-Windows: crash with empty job commandv8.2.0029Bram Moolenaar
2019-11-30patch 8.1.2368: using old C style commentsv8.1.2368Bram Moolenaar
2019-09-27patch 8.1.2090: not clear why channel log file endsv8.1.2090Bram Moolenaar
2019-09-26patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar
2019-09-25patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar
2019-09-21patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar
2019-09-16patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar
2019-09-16patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar
2019-09-15patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar
2019-09-07patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar
2019-09-04patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar
2019-08-20patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar
2019-08-03patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar
2019-07-29patch 8.1.1776: text added with a job isn't displayedv8.1.1776Bram Moolenaar
2019-07-08patch 8.1.1653: ubsan warns for possibly passing NULL pointerv8.1.1653Bram Moolenaar
2019-06-28patch 8.1.1605: Vim may delay processing messages on a json channelv8.1.1605Bram Moolenaar
2019-06-24patch 8.1.1584: the evalfunc.c file is getting too bigv8.1.1584Bram Moolenaar
2019-06-20patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar
2019-06-09patch 8.1.1512: ch_evalexpr() hangs when used recursivelyv8.1.1512Bram Moolenaar
2019-06-03patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar
2019-06-01patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
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