1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/proxy
Simon Tatham 05b5aa0bb9 proxy.c: name the 'ProxySocket' pointer consistently.
It's variously 'ps' and 'p' in functions that already receive one, and
it's 'ret' in the main function that initially constructs one. Let's
call it 'ps' consistently, so that the code idioms are the same
everywhere.
2021-11-19 15:09:17 +00:00
..
cproxy.c proxy.c: name the 'ProxySocket' pointer consistently. 2021-11-19 15:09:17 +00:00
interactor.c Fix Plink's handling of interactor_announce() blank lines. 2021-11-06 14:48:26 +00:00
nocproxy.c Convenience wrappers on plug_closing(). 2021-11-06 14:48:26 +00:00
noproxy.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
nosshproxy.c Pass an Interactor to new_connection(). 2021-10-30 18:19:56 +01:00
pproxy.c Move proxy-related source files into a subdirectory. 2021-10-30 17:29:24 +01:00
proxy.c proxy.c: name the 'ProxySocket' pointer consistently. 2021-11-19 15:09:17 +00:00
proxy.h New API for plug_closing() with a custom type enum. 2021-11-06 14:48:26 +00:00
sshproxy.c New Seat query, has_mixed_input_stream(). 2021-11-06 14:48:26 +00:00