Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_vim
/
c95e8d649045add4e77b423bc159dc0d845af559
/
src
/
channel.c
c667da5
patch 8.1.2368: using old C style comments
by Bram Moolenaar
· 6 years ago
2e47cab
patch 8.1.2090: not clear why channel log file ends
by Bram Moolenaar
· 7 years ago
d2842ea
patch 8.1.2080: the terminal API is limited and can't be disabled
by Bram Moolenaar
· 7 years ago
101e992
patch 8.1.2075: get many log messages when waiting for a typed character
by Bram Moolenaar
· 7 years ago
bd67aac
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
by Bram Moolenaar
· 7 years ago
0e57dd8
patch 8.1.2047: cannot check the current state
by Bram Moolenaar
· 7 years ago
69198cb
patch 8.1.2046: SafeState may be triggered at the wrong moment
by Bram Moolenaar
· 7 years ago
8aeec40
patch 8.1.2044: no easy way to process postponed work
by Bram Moolenaar
· 7 years ago
261f346
patch 8.1.2001: some source files are too big
by Bram Moolenaar
· 7 years ago
ea78145
patch 8.1.1983: compiler nags for uninitialized variable and unused function
by Bram Moolenaar
· 7 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
by Bram Moolenaar
· 7 years ago
c6538bc
patch 8.1.1800: function call functions have too many arguments
by Bram Moolenaar
· 7 years ago
4641a12
patch 8.1.1776: text added with a job isn't displayed
by Bram Moolenaar
· 7 years ago
0d07155
patch 8.1.1653: ubsan warns for possibly passing NULL pointer
by Bram Moolenaar
· 7 years ago
4340fc9
patch 8.1.1605: Vim may delay processing messages on a json channel
by Bram Moolenaar
· 7 years ago
0a1f56f
patch 8.1.1584: the evalfunc.c file is getting too big
by Bram Moolenaar
· 7 years ago
75a1a94
patch 8.1.1575: callbacks may be garbage collected
by Bram Moolenaar
· 7 years ago
38ea784
patch 8.1.1512: ch_evalexpr() hangs when used recursively
by Bram Moolenaar
· 7 years ago
87abab9
patch 8.1.1457: cannot reuse a buffer when loading a screen dump
by Bram Moolenaar
· 7 years ago
3a97bb3
patch 8.1.1437: code to handle callbacks is duplicated
by Bram Moolenaar
· 7 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 7 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 7 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 7 years ago
964b374
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
by Bram Moolenaar
· 7 years ago
6ed8819
patch 8.1.1319: computing function length name in many places
by Bram Moolenaar
· 7 years ago
4ca4153
patch 8.1.1312: Coverity warning for using uninitialized variable
by Bram Moolenaar
· 7 years ago
afde13b
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
by Bram Moolenaar
· 7 years ago
ad3ec76
patch 8.1.1194: typos and small problems in source files
by Bram Moolenaar
· 7 years ago
04af196
patch 8.1.1158: json encoded string is sometimes missing the final NUL
by Bram Moolenaar
· 7 years ago
2c519cf
patch 8.1.1032: warnings from clang static analyzer
by Bram Moolenaar
· 7 years ago
772153f
patch 8.1.0993: ch_read() may return garbage if terminating NL is missing
by Bram Moolenaar
· 7 years ago
8caa43d
patch 8.1.0960: when using ConPTY garbage collection has undefined behavior
by Bram Moolenaar
· 7 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 7 years ago
6524068
patch 8.1.0889: MS-Windows: a channel write may hang
by Bram Moolenaar
· 7 years ago
c6ddce3
patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty
by Bram Moolenaar
· 7 years ago
aa5df7e
patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
by Bram Moolenaar
· 7 years ago
b3051ce
patch 8.1.0863: cannot see what signal caused a job to end
by Bram Moolenaar
· 7 years ago
2a4857a
patch 8.1.0845: having job_status() free the job causes problems
by Bram Moolenaar
· 7 years ago
dec0120
patch 8.1.0838: compiler warning for type conversion
by Bram Moolenaar
· 7 years ago
1ecc5e4
patch 8.1.0824: SunOS/Solaris has a problem with ttys
by Bram Moolenaar
· 7 years ago
2405838
patch 8.1.0818: MS-Windows: cannot send large data with ch_sendraw()
by Bram Moolenaar
· 7 years ago
31faed6
patch 8.1.0796: MS-Windows 7: problem with named pipe on channel
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
b091f30
patch 8.1.0777: Win32: using pipes for channel does not work well
by Bram Moolenaar
· 7 years ago
1ac56c2
patch 8.1.0770: inconsistent use of ELAPSED_FUNC
by Bram Moolenaar
· 7 years ago
e407425
patch 8.1.0762: compiler warning
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
6e5ea8d
patch 8.1.0735: cannot handle binary data
by Bram Moolenaar
· 7 years ago
8b62d87
patch 8.1.0692: if a buffer was deleted a channel can't write to it
by Bram Moolenaar
· 7 years ago
d155d7a
patch 8.1.0615: get_tv function names are not consistent
by Bram Moolenaar
· 7 years ago
cd1a62d
patch 8.1.0590: when a job ends the closed channels are not handled
by Bram Moolenaar
· 7 years ago
42a4ea1
patch 8.1.0486: can't build in MS-Windows
by Bram Moolenaar
· 7 years ago
839e81e
patch 8.1.0485: term_start() does not check if directory is accessible
by Bram Moolenaar
· 7 years ago
42335f5
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
by Bram Moolenaar
· 8 years ago
0b14688
patch 8.1.0350: Vim may block on ch_sendraw()
by Bram Moolenaar
· 8 years ago
4b16ee7
patch 8.1.0263: channel log doesn't show part of channel
by Bram Moolenaar
· 8 years ago
c89d4b3
patch 8.1.0167: lock flag in new dictitem is reset in many places
by Bram Moolenaar
· 8 years ago
e0be167
patch 8.1.0166: using dict_add_nr_str() is clumsy
by Bram Moolenaar
· 8 years ago
0e5979a
patch 8.1.0069: cannot handle pressing CTRL-C in a prompt buffer
by Bram Moolenaar
· 8 years ago
493359e
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
by Bram Moolenaar
· 8 years ago
f273245
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
by Bram Moolenaar
· 8 years ago
e65fffd
patch 8.0.1828: get no clue why :gui does not fork
by Bram Moolenaar
· 8 years ago
b2ed680
patch 8.0.1827: compiler warning for signed/unsigned char pointers
by Bram Moolenaar
· 8 years ago
b0b98d5
patch 8.0.1795: lose contact with jobs when :gui forks
by Bram Moolenaar
· 8 years ago
850d427
patch 8.0.1775: MS-Windows: warning for unused variable
by Bram Moolenaar
· 8 years ago
4e9d443
patch 8.0.1761: job in terminal window with no output channel is killed
by Bram Moolenaar
· 8 years ago
ebe74b7
patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd
by Bram Moolenaar
· 8 years ago
a69b395
patch 8.0.1746: MS-Windows: channel tests fail
by Bram Moolenaar
· 8 years ago
2060892
patch 8.0.1745: build failure on MS-Windows
by Bram Moolenaar
· 8 years ago
e1fc515
patch 8.0.1742: cannot get a list of all the jobs
by Bram Moolenaar
· 8 years ago
2e32495
patch 8.0.1709: some non-C89 code may slip through
by Bram Moolenaar
· 8 years ago
f59c6e8
patch 8.0.1685: can't set ANSI colors of a terminal window
by Bram Moolenaar
· 8 years ago
e80757c
patch 8.0.1681: the format attribute fails with MinGW
by Bram Moolenaar
· 8 years ago
4ac2e8d
patch 8.0.1676: no compiler warning for wrong printf format
by Bram Moolenaar
· 8 years ago
22efba4
patch 8.0.1671: crash when passing non-dict argument as env to job_start()
by Bram Moolenaar
· 8 years ago
9af9778
patch 8.0.1657: crash when reading a channel
by Bram Moolenaar
· 8 years ago
1356825
patch 8.0.1609: shell commands in the GUI use a dumb terminal
by Bram Moolenaar
· 8 years ago
25cdd9c
patch 8.0.1593: :qall never exits with an active terminal window
by Bram Moolenaar
· 8 years ago
4d8bac8
patch 8.0.1592: terminal windows in a session are not properly restored
by Bram Moolenaar
· 8 years ago
b3292fa
patch 8.0.1516: errors for job options are not very specific
by Bram Moolenaar
· 8 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 8 years ago
a338adc
patch 8.0.1449: slow redrawing with DirectX
by Bram Moolenaar
· 8 years ago
620ca2d
patch 8.0.1381: ch_readraw() waits for NL if channel mode is NL
by Bram Moolenaar
· 8 years ago
5fd8b78
patch 8.0.1286: occasional crash when using a channel
by Bram Moolenaar
· 8 years ago
f336061
patch 8.0.1170: using termdebug results in 100% CPU time
by Bram Moolenaar
· 9 years ago
71eeb74
patch 8.0.1101: channel write fails if writing to log fails
by Bram Moolenaar
· 9 years ago
5b5adf5
patch 8.0.1083: leaking memory in input part of channel
by Bram Moolenaar
· 9 years ago
aba680a
patch 8.0.1081: memory leak for the channel write queue
by Bram Moolenaar
· 9 years ago
3c51840
patch 8.0.1076: term_start() does not take callbacks
by Bram Moolenaar
· 9 years ago
2dc9d26
patch 8.0.1074: ":term NONE" does not work on MS-Windows
by Bram Moolenaar
· 9 years ago
dada6d2
patch 8.0.1036: ++eof argument for terminal only available on MS-Windows
by Bram Moolenaar
· 9 years ago
ef68e4f
patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windows
by Bram Moolenaar
· 9 years ago
3346cc4
patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windows
by Bram Moolenaar
· 9 years ago
4ab7968
patch 8.0.1005: terminal without job updates slowly in GUI
by Bram Moolenaar
· 9 years ago
e85928a
patch 8.0.1003: 64 bit compiler warning
by Bram Moolenaar
· 9 years ago
02e177d
patch 8.0.1002: unnecessarily updating screen after timer callback
by Bram Moolenaar
· 9 years ago
13ebb03
patch 8.0.1000: cannot open a terminal without running a job in it
by Bram Moolenaar
· 9 years ago
dc926dd
patch 8.0.0969: Coverity warning for unused return value
by Bram Moolenaar
· 9 years ago
683b796
patch 8.0.0964: channel write buffer does not work with poll()
by Bram Moolenaar
· 9 years ago
f66a2cd
patch 8.0.0959: build failure on MS-Windows
by Bram Moolenaar
· 9 years ago
Next »