1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/otherbackends
Simon Tatham c336643576 Separate backend_send from backend_sendbuffer.
On a similar theme of separating the query operation from the
attempted change, backend_send() now no longer has the side effect of
returning the current size of the send buffer. Instead, you have to
call backend_sendbuffer() every time you want to know that.
2021-09-12 09:52:46 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c Separate backend_send from backend_sendbuffer. 2021-09-12 09:52:46 +01:00
rlogin.c Separate backend_send from backend_sendbuffer. 2021-09-12 09:52:46 +01:00
supdup.c Separate backend_send from backend_sendbuffer. 2021-09-12 09:52:46 +01:00
telnet.c Separate backend_send from backend_sendbuffer. 2021-09-12 09:52:46 +01:00
testback.c Separate backend_send from backend_sendbuffer. 2021-09-12 09:52:46 +01:00