summaryrefslogtreecommitdiff
path: root/src/channel.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2090: not clear why channel log file endsv8.1.2090Bram Moolenaar2019-09-271-0/+6
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-0/+8
* patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar2019-09-251-7/+6
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-3/+3
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-161-0/+14
* patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar2019-09-161-7/+0
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-151-11/+22
* patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar2019-09-071-3/+3
* patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar2019-09-041-39/+33
* patch 8.1.1891: functions used in one file are globalv8.1.1891Bram Moolenaar2019-08-201-15/+23
* patch 8.1.1800: function call functions have too many argumentsv8.1.1800Bram Moolenaar2019-08-031-15/+5
* patch 8.1.1776: text added with a job isn't displayedv8.1.1776Bram Moolenaar2019-07-291-12/+19
* patch 8.1.1653: ubsan warns for possibly passing NULL pointerv8.1.1653Bram Moolenaar2019-07-081-2/+2
* patch 8.1.1605: Vim may delay processing messages on a json channelv8.1.1605Bram Moolenaar2019-06-281-2/+6
* patch 8.1.1584: the evalfunc.c file is getting too bigv8.1.1584Bram Moolenaar2019-06-241-303/+734
* patch 8.1.1575: callbacks may be garbage collectedv8.1.1575Bram Moolenaar2019-06-201-2/+3
* patch 8.1.1512: ch_evalexpr() hangs when used recursivelyv8.1.1512Bram Moolenaar2019-06-091-10/+73
* patch 8.1.1457: cannot reuse a buffer when loading a screen dumpv8.1.1457Bram Moolenaar2019-06-031-0/+26
* patch 8.1.1437: code to handle callbacks is duplicatedv8.1.1437Bram Moolenaar2019-06-011-160/+118
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-8/+8
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-2/+2
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-2/+2
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-2/+2
* 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