PuTTY hosts its code at svn://svn.tartarus.org/sgt/putty.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can get a copy of the development focus branch using the command:
bzr branch lp://qastaging/putty

See all merge proposals.

PuTTY has 2 active branches owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp://qastaging/putty
Series: trunk
1 Development 2014-10-21 11:33:33 UTC
3757. Cross-reference the description of wi...

Author: jacob
Revision Date: 2014-10-21 11:33:33 UTC

Cross-reference the description of winadj@putty.projects.tartarus.org
to its bug-compatibility mode.

lp://qastaging/~vcs-imports/putty/master 1 Development 2025-05-28 07:50:07 UTC
6960. Use MSG_NOSIGNAL when sending on netw...

Author: Simon Tatham
Revision Date: 2025-05-28 07:50:07 UTC

Use MSG_NOSIGNAL when sending on network sockets.

This prevents send(2) from terminating the whole process with SIGPIPE
if the socket has gone away. Since PuTTY manages multiple network
connections (due to port forwarding and X11 forwarding), and some of
the outlying tools like psusan can manage even more (multiple entire
sessions running at once), you never want the whole application to die
of SIGPIPE in this situation: you just want that one
connection (perhaps a forwarding) to be cleanly aborted, and a failure
indication sent back over another connection. Even if the main
connection really does get EPIPE, you'd still prefer a sensible error
message.

I tried using psusan this week to forward X11 into a Podman container,
by means of sharing a host directory into the container, making psusan
bind to a Unix socket in that directory, and telling host PuTTY to
connect to that Unix socket and speak bare ssh-connection. The X
application locked up mysteriously, and when I tried to ^C it from the
main host PuTTY window, psusan in the container died of SIGPIPE at
this call site.

(The locked-up X app was pterm, which would also be worrying if it
weren't for the fact that I can't reproduce it on current main, only
on 0.83. I suspect Ben's many recent GTK improvements have fixed
something in this area in passing.)

12 of 2 results
You can't create new branches for PuTTY.