summaryrefslogtreecommitdiffstats
path: root/src/channel.c
AgeCommit message (Expand)Author
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
2018-04-10patch 8.0.1685: can't set ANSI colors of a terminal windowv8.0.1685Bram Moolenaar
2018-04-10patch 8.0.1681: the format attribute fails with MinGWv8.0.1681Bram Moolenaar
2018-04-08patch 8.0.1676: no compiler warning for wrong printf formatv8.0.1676Bram Moolenaar
2018-04-07patch 8.0.1671: crash when passing non-dict argument as env to job_start()v8.0.1671Bram Moolenaar
2018-04-03patch 8.0.1657: crash when reading a channelv8.0.1657Bram Moolenaar
2018-03-16patch 8.0.1609: shell commands in the GUI use a dumb terminalv8.0.1609Bram Moolenaar
2018-03-10patch 8.0.1593: :qall never exits with an active terminal windowv8.0.1593Bram Moolenaar
2018-03-09patch 8.0.1592: terminal windows in a session are not properly restoredv8.0.1592Bram Moolenaar
2018-02-13patch 8.0.1516: errors for job options are not very specificv8.0.1516Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-01-31patch 8.0.1449: slow redrawing with DirectXv8.0.1449Bram Moolenaar
2017-12-09patch 8.0.1381: ch_readraw() waits for NL if channel mode is NLv8.0.1381Bram Moolenaar
2017-11-11patch 8.0.1286: occasional crash when using a channelv8.0.1286Bram Moolenaar
2017-10-01patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar
2017-09-13patch 8.0.1101: channel write fails if writing to log failsv8.0.1101Bram Moolenaar
2017-09-09patch 8.0.1083: leaking memory in input part of channelv8.0.1083Bram Moolenaar
2017-09-09patch 8.0.1081: memory leak for the channel write queuev8.0.1081Bram Moolenaar
2017-09-08patch 8.0.1076: term_start() does not take callbacksv8.0.1076Bram Moolenaar
2017-09-08patch 8.0.1074: ":term NONE" does not work on MS-Windowsv8.0.1074Bram Moolenaar
2017-09-02patch 8.0.1036: ++eof argument for terminal only available on MS-Windowsv8.0.1036Bram Moolenaar
2017-09-02patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1035Bram Moolenaar
2017-09-02patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1034Bram Moolenaar
2017-08-27patch 8.0.1005: terminal without job updates slowly in GUIv8.0.1005Bram Moolenaar
2017-08-27patch 8.0.1003: 64 bit compiler warningv8.0.1003Bram Moolenaar
2017-08-26patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar
2017-08-26patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar
2017-08-19patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar
2017-08-19patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar