<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter/src, branch maint-r15</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update appup</title>
<updated>2013-01-15T16:30:00+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-01-15T16:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8ecaddf068f23c243ad321e10b439393512be697'/>
<id>8ecaddf068f23c243ad321e10b439393512be697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverse swapped arguments</title>
<updated>2013-01-14T17:06:07+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-01-14T17:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ac3d0c96f399757ed8cda797cab5d4eacbdbf482'/>
<id>ac3d0c96f399757ed8cda797cab5d4eacbdbf482</id>
<content type='text'>
The fault caused a handle_request callback to fail whenever an eval
tuple was returned. Introduced in commit f24adb28.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fault caused a handle_request callback to fail whenever an eval
tuple was returned. Introduced in commit f24adb28.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2012-11-23T14:41:33+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-11-23T14:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0534391319767818b036dbce212610a7372da692'/>
<id>0534391319767818b036dbce212610a7372da692</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update appup for R15B03</title>
<updated>2012-11-19T14:45:51+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-15T23:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8571b0c6cfe5df6d0f8712a76c69472e825abc63'/>
<id>8571b0c6cfe5df6d0f8712a76c69472e825abc63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dialyzer fix</title>
<updated>2012-11-19T14:45:50+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-16T16:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1e6607f02235c4166bfd1a243dedde283e63086e'/>
<id>1e6607f02235c4166bfd1a243dedde283e63086e</id>
<content type='text'>
The removed clause was added in commit c14ef2db as part of an aborted
implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The removed clause was added in commit c14ef2db as part of an aborted
implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update appup for OTP-10461/10550</title>
<updated>2012-11-19T14:45:49+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-05T16:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d3a685fbe3c9734ef4727c9b29519bea139852d'/>
<id>1d3a685fbe3c9734ef4727c9b29519bea139852d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/CEA_timeout/OTP-10554' into maint</title>
<updated>2012-11-18T18:39:11+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-18T18:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=41d6a59fb11c65da9edcf97551b19cbdbf00646f'/>
<id>41d6a59fb11c65da9edcf97551b19cbdbf00646f</id>
<content type='text'>
* anders/diameter/CEA_timeout/OTP-10554:
  Implement transport_opt() capx_timeout
  Document transport_opt() capx_timeout
  Minor doc fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/CEA_timeout/OTP-10554:
  Implement transport_opt() capx_timeout
  Document transport_opt() capx_timeout
  Minor doc fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/identifier_checks/OTP-10565' into maint</title>
<updated>2012-11-18T18:39:04+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-18T18:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8134b7447050d9a6bd6b00fa30f4f7162bb342a9'/>
<id>8134b7447050d9a6bd6b00fa30f4f7162bb342a9</id>
<content type='text'>
* anders/diameter/identifier_checks/OTP-10565:
  Add comment about lack of identifier checks on DWA
  Add check of End-to-End and Hop-by-Hop identfiers in received DPA
  Add check of End-to-End and Hop-by-Hop identfiers in received CEA
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/identifier_checks/OTP-10565:
  Add comment about lack of identifier checks on DWA
  Add check of End-to-End and Hop-by-Hop identfiers in received DPA
  Add check of End-to-End and Hop-by-Hop identfiers in received CEA
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/transport_data/OTP-10566' into maint</title>
<updated>2012-11-18T18:38:58+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-18T18:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=66776eeb6efaaddc013b763aa7a218cb16fc7db3'/>
<id>66776eeb6efaaddc013b763aa7a218cb16fc7db3</id>
<content type='text'>
* anders/diameter/transport_data/OTP-10566:
  Add a testcase
  Allow a handle_request callback to return a #diameter_packet{}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/transport_data/OTP-10566:
  Add a testcase
  Allow a handle_request callback to return a #diameter_packet{}
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/transport_shutdown/OTP-10493' into maint</title>
<updated>2012-11-18T18:38:51+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-11-18T18:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c9c14f0be78a1a895e23681b4825d6de0b1da4f'/>
<id>9c9c14f0be78a1a895e23681b4825d6de0b1da4f</id>
<content type='text'>
* anders/diameter/transport_shutdown/OTP-10493:
  Add simple DPR suite
  Correct diameter:remove_transport/2 doc
  Fix broken doc link
  Ensure watchdog dies with transport if DPR was sent
  Remove dead clause
  Implement transport_opt() disconnect_cb
  Document transport_opt() disconnect_cb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/transport_shutdown/OTP-10493:
  Add simple DPR suite
  Correct diameter:remove_transport/2 doc
  Fix broken doc link
  Ensure watchdog dies with transport if DPR was sent
  Remove dead clause
  Implement transport_opt() disconnect_cb
  Document transport_opt() disconnect_cb
</pre>
</div>
</content>
</entry>
</feed>
