<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/ssh/src/Makefile, branch OTP-17.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>ssh: Simplify handling of connection attributes (e.i. user and sockname)</title>
<updated>2013-11-13T09:58:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-11-06T09:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=422ed9ecd9c95c25964381b7ca2888a0320a8ee4'/>
<id>422ed9ecd9c95c25964381b7ca2888a0320a8ee4</id>
<content type='text'>
OTP-11296
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-11296
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Merge connection_manager and connection_handler processes</title>
<updated>2013-11-13T09:58:19+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-10-15T16:24:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68263a48bfbdac4dc219a91f06af3d535d881850'/>
<id>68263a48bfbdac4dc219a91f06af3d535d881850</id>
<content type='text'>
Also start adding dialyzer specs and removing dead code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also start adding dialyzer specs and removing dead code
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Remove use of process dictionary</title>
<updated>2013-11-13T09:58:19+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-10-04T14:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d53cea682010766c82ba7088f40efcfafe196621'/>
<id>d53cea682010766c82ba7088f40efcfafe196621</id>
<content type='text'>
This is step one in in making ssh process structure less complicated.
As an effect I also found other simplifications/clean ups of the code
that could be done.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is step one in in making ssh process structure less complicated.
As an effect I also found other simplifications/clean ups of the code
that could be done.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix dialyzer and doc warnings</title>
<updated>2013-01-25T08:22:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2013-01-24T15:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=089f235dd2c2945a63383e79e02616c1a99b50a6'/>
<id>089f235dd2c2945a63383e79e02616c1a99b50a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ./otp_build configure --enable-silent-rules</title>
<updated>2013-01-15T20:42:34+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2012-11-28T10:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fed9a8415fc77ed42bf9a94ea421eff4f62c5eb4'/>
<id>fed9a8415fc77ed42bf9a94ea421eff4f62c5eb4</id>
<content type='text'>
With silent rules, the output of make is less verbose and compilation
warnings are easier to spot. Silent rules are disabled by default and
can be disabled or enabled at will by make V=0 and make V=1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With silent rules, the output of make is less verbose and compilation
warnings are easier to spot. Silent rules are disabled by default and
can be disabled or enabled at will by make V=0 and make V=1.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Document and clean up SSH behaviours</title>
<updated>2012-12-13T21:33:14+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-11-06T09:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=671cf55d2388ef3c30f8e0e6b3e5ec824b02da09'/>
<id>671cf55d2388ef3c30f8e0e6b3e5ec824b02da09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to work with whitespace in exec path</title>
<updated>2012-06-05T08:52:16+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-05-30T16:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f8867fb985b2b899e2ba8391652c7111f9df9bb'/>
<id>5f8867fb985b2b899e2ba8391652c7111f9df9bb</id>
<content type='text'>
OTP-10106
OTP-10107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10106
OTP-10107
</pre>
</div>
</content>
</entry>
<entry>
<title>ssh: Fix parallel make for behaviours</title>
<updated>2012-04-27T17:11:57+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-04-24T14:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4c273e50f1d40f55f22a5132211839cd70193f6b'/>
<id>4c273e50f1d40f55f22a5132211839cd70193f6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent client hanging. (OTP-8111)</title>
<updated>2012-02-28T09:26:56+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2012-02-22T11:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1aeb8f4234b52705f9a933abf8dcd1afb2296b9d'/>
<id>1aeb8f4234b52705f9a933abf8dcd1afb2296b9d</id>
<content type='text'>
Restored supervisor tree so that error propagation will work as
intended, although connection processes are set to temporary, instead
of permanent with restart times set to 0, and termination of the
connection subtree is initiated by a temporary process spawned by
ssh_connection_managers terminate.  This is done to avoid unwanted
supervisor reports.  Pherhaps we need some new supervisor
functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Restored supervisor tree so that error propagation will work as
intended, although connection processes are set to temporary, instead
of permanent with restart times set to 0, and termination of the
connection subtree is initiated by a temporary process spawned by
ssh_connection_managers terminate.  This is done to avoid unwanted
supervisor reports.  Pherhaps we need some new supervisor
functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add behaviour (api) module with callback specs</title>
<updated>2012-02-13T10:36:41+00:00</updated>
<author>
<name>Gustav Simonsson</name>
<email>gustav@erlang-solutions.com</email>
</author>
<published>2012-02-13T10:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=871e450ebff145c06ae4fef0889f5310d0fb46b4'/>
<id>871e450ebff145c06ae4fef0889f5310d0fb46b4</id>
<content type='text'>
Function parameter and return type specifications
for the public key functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function parameter and return type specifications
for the public key functions
</pre>
</div>
</content>
</entry>
</feed>
