Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | Fix xmllint errors in documentation | Anders Svensson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-06-02 | Merge branch 'maint' | Anders Svensson | |
2013-06-02 | Respect Host-IP-Address configuration | Anders Svensson | |
Addresses returned from a transport module were always used to populate Host-IP-Address AVP's in an outgoing CER/CEA, which precluded the sending of a VIP address. Transport addresses are now only used if Host-IP-Address is unspecified. In other words, respect any configured Host-IP-Address, regardless of the physical addresses returned by the transport. To use the physical addresses, don't configure Host-IP-Address. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-11 | Add transport interface 'connected' message with local address list | Anders Svensson | |
A transport module can return a local address list from its start/3 function in order to specify addresses to be used as Host-IP-Address during capabilities exchange. Now allow addresses to be communicated in a 'connected' message in the case of a connecting transport, so that diameter_tcp (in particular) can make local address configuration optional, communicating the gen_tcp default after connection establishment instead. | |||
2012-11-22 | Add content to diameter_codec(3) and diameter_make(3) | Anders Svensson | |
2012-11-18 | Generate intra-document references | Anders Svensson | |
2012-11-18 | Use entities for cross references | Anders Svensson | |
2012-11-15 | Document transport_opt() disconnect_cb | Anders Svensson | |
Callback makes sending of DPR configurable. | |||
2012-11-05 | Clarify diameter_transport doc | Anders Svensson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Fix/tweak references to other applications | Anders Svensson | |
2012-08-30 | Minor formatting fixes | Anders Svensson | |
Type references enclosed in <c></c>. | |||
2012-08-29 | Add SCTP warning, more references | Anders Svensson | |
2012-08-29 | Assorted doc improvements | Anders Svensson | |
2012-08-29 | Terminology and other clarifications, more references | Anders Svensson | |
Diameter node/peer having been the most vicious terminology blunder. | |||
2011-10-06 | Documentation updates | Anders Svensson | |
2011-05-20 | Various documentation fixes and improvements. | Anders Svensson | |
Added an introductory chapter to the User's Guide as well as more detailed release notes. | |||
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |