1
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Roman Pompejus's suggestion: do sensible things with focus when the event log window appears or disappears. More... about 24 years ago
Roman Pompejus's suggestion: do sensible things with focus when the event log window appears or disappears. More... about 24 years ago
Roman Pompejus's fix for the TAB-not-working-in-Event-Log bug More... about 24 years ago
Roman Pompejus's fix for the TAB-not-working-in-Event-Log bug More... about 24 years ago
When the SSH panel disappears in puttytel, the Tunnels panel should too! More... about 24 years ago
When the SSH panel disappears in puttytel, the Tunnels panel should too! More... about 24 years ago
Remove the entirely pointless fourth parameter from x11_init(). More... about 24 years ago
Remove the entirely pointless fourth parameter from x11_init(). More... about 24 years ago
Fix a subtle bug affecting multiple-socket handling in Plink. (Was interfering with X forwarding.) Details of bug: the event object used as the target of WSAEventSelect is created in such a way that it is automatically reset when it releases a thread from WaitFor*Objects. Subsequently, a read on the first socket in the list causes another network event if not all the available data was read; thus the event object is set again. Then, WSAEnumNetworkEvents is called again for the _second_ socket, and is passed the network event, which it therefore resets. So an event has been dropped, and things only get restarted when some more data arrives on the first socket. More... about 24 years ago
Fix a subtle bug affecting multiple-socket handling in Plink. (Was interfering with X forwarding.) Details of bug: the event object used as the target of WSAEventSelect is created in such a way that it is automatically reset when it releases a thread from WaitFor*Objects. Subsequently, a read on the first socket in the list causes another network event if not all the available data was read; thus the event object is set again. Then, WSAEnumNetworkEvents is called again for the _second_ socket, and is passed the network event, which it therefore resets. So an event has been dropped, and things only get restarted when some more data arrives on the first socket. More... about 24 years ago
Update puttygen GUI code to use Jeremy Sawicki's better group boxes More... about 24 years ago
Update puttygen GUI code to use Jeremy Sawicki's better group boxes More... about 24 years ago
Add dependencies for puttygen.c More... about 24 years ago
Add dependencies for puttygen.c More... about 24 years ago
Clean up a couple of trivial compiler warnings. More... about 24 years ago
Clean up a couple of trivial compiler warnings. More... about 24 years ago
Jeremy Sawicki's fix for the multiple-conflicting-accelerators problems: controls are now destroyed and recreated on a panel switch. In addition, this patch also introduces a better means of doing the group boxes. More... about 24 years ago
Jeremy Sawicki's fix for the multiple-conflicting-accelerators problems: controls are now destroyed and recreated on a panel switch. In addition, this patch also introduces a better means of doing the group boxes. More... about 24 years ago
Ability to hide the mouse pointer on a keypress a la Word More... about 24 years ago
Ability to hide the mouse pointer on a keypress a la Word More... about 24 years ago
Bring the SSH2 channel architecture up to scratch, enabling X forwarding to work under SSH2. Also - surprise! - implement X forwarding under SSH2. More... about 24 years ago
Bring the SSH2 channel architecture up to scratch, enabling X forwarding to work under SSH2. Also - surprise! - implement X forwarding under SSH2. More... about 24 years ago
Update the file list in .cvsignore More... about 24 years ago
Update the file list in .cvsignore More... about 24 years ago
Add a title to the Tunnels panel More... about 24 years ago
Add a title to the Tunnels panel More... about 24 years ago
Try the blindingly-obvious fix for the hidden-controls-are-still- accessible GUI bug. More... about 24 years ago
Try the blindingly-obvious fix for the hidden-controls-are-still- accessible GUI bug. More... about 24 years ago
Add X11 forwarding, mainly thanks to Andreas Schultz More... about 24 years ago
Add X11 forwarding, mainly thanks to Andreas Schultz More... about 24 years ago