<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter/include, 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 copyright years</title>
<updated>2012-08-31T12:48:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-08-31T12:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630'/>
<id>2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn last field of #diameter_app{} into an options list</title>
<updated>2012-08-26T11:52:42+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-07-08T19:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f430c8c706de300122d10c64b316d18917e176b3'/>
<id>f430c8c706de300122d10c64b316d18917e176b3</id>
<content type='text'>
To make for easier adding of future options. The record is only passed
into transport modules so the only compatibility issue is with these.
(No issue for diameter_{tcp,sctp} and unlikely but theoretically
possible for any other implementations, which probably don't exist at
this point.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make for easier adding of future options. The record is only passed
into transport modules so the only compatibility issue is with these.
(No issue for diameter_{tcp,sctp} and unlikely but theoretically
possible for any other implementations, which probably don't exist at
this point.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Smarter diameter_callback</title>
<updated>2011-12-06T17:58:14+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-11-28T11:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8e178ed5796628bd21a5c85fdc2c864a7b06ae70'/>
<id>8e178ed5796628bd21a5c85fdc2c864a7b06ae70</id>
<content type='text'>
The module was originally just intended as a minimal callback
implementation that could be used as a template. Being able to order
just a subset of callbacks (with reasonable defaults) makes for
simpler code in many cases however so ready support for this can be
useful.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module was originally just intended as a minimal callback
implementation that could be used as a template. Being able to order
just a subset of callbacks (with reasonable defaults) makes for
simpler code in many cases however so ready support for this can be
useful.
</pre>
</div>
</content>
</entry>
<entry>
<title>diameter_dbg:log -&gt; diameter_lib:log</title>
<updated>2011-11-10T15:23:50+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-10-25T14:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=39d0e598f4349b484d4b5f8fffc8fa9c25530ea8'/>
<id>39d0e598f4349b484d4b5f8fffc8fa9c25530ea8</id>
<content type='text'>
Should have been included in 5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should have been included in 5af64c7d57d83ce35bfd7b15ac3ce6ec7459fd73.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate info from error report at encode failure</title>
<updated>2011-09-26T15:24:06+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-09-23T16:27:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=657c9991dd4b87234cddcc389a527ef99e76dfd4'/>
<id>657c9991dd4b87234cddcc389a527ef99e76dfd4</id>
<content type='text'>
The message being encoded and dictionary module are included
by diameter_codec.erl so diameter_gen.hrl doing so was overkill.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The message being encoded and dictionary module are included
by diameter_codec.erl so diameter_gen.hrl doing so was overkill.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove undocumented interface functions plus comment fix.</title>
<updated>2011-05-20T11:32:45+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-05-20T11:28:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f2bff722fdb93cf021d9b80f383046cf36435ff3'/>
<id>f2bff722fdb93cf021d9b80f383046cf36435ff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit of the diameter application.</title>
<updated>2011-05-18T16:29:12+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-05-18T16:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3c15ff32e89e401b4dde2b8acc9699be2614b996'/>
<id>3c15ff32e89e401b4dde2b8acc9699be2614b996</id>
<content type='text'>
The application provides an implementation of the Diameter protocol
as defined in RFC 3588.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The application provides an implementation of the Diameter protocol
as defined in RFC 3588.
</pre>
</div>
</content>
</entry>
</feed>
