Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-23 | Warn about applications/capabilities mismatches in doc | Anders Svensson | |
2013-01-23 | Minor documentation fixes | Anders Svensson | |
2012-11-22 | Update doc for RFC 6733 | Anders Svensson | |
2012-11-22 | Add content to diameter_codec(3) and diameter_make(3) | Anders Svensson | |
2012-11-18 | Fix broken doc links | Anders Svensson | |
2012-11-18 | Generate intra-document references | Anders Svensson | |
2012-11-18 | Remove superfluous function markers | Anders Svensson | |
2012-11-18 | Use entities for cross references | Anders Svensson | |
2012-11-18 | <code> -> <pre> in documentation | Anders Svensson | |
The former doesn't allow seealso content, which erl_docgen doesn't enforce, resulting in mangled PDF. | |||
2012-11-18 | Merge branch 'anders/diameter/CEA_timeout/OTP-10554' into maint | Anders Svensson | |
* anders/diameter/CEA_timeout/OTP-10554: Implement transport_opt() capx_timeout Document transport_opt() capx_timeout Minor doc fixes | |||
2012-11-18 | Merge branch 'anders/diameter/transport_shutdown/OTP-10493' into maint | Anders Svensson | |
* 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 | |||
2012-11-16 | Add start/stop service_event() | Anders Svensson | |
2012-11-15 | Document transport_opt() capx_timeout | Anders Svensson | |
2012-11-15 | Minor doc fixes | Anders Svensson | |
Presentation (order, cross-references), not content. | |||
2012-11-15 | Correct diameter:remove_transport/2 doc | Anders Svensson | |
Error can be returned if the service process goes down while remove_transport is ongoing. | |||
2012-11-15 | Document transport_opt() disconnect_cb | Anders Svensson | |
Callback makes sending of DPR configurable. | |||
2012-11-05 | Document peer_ref() service_info | Anders Svensson | |
2012-11-05 | Document service_opt() restrict_connections | Anders Svensson | |
Configuration will allow relaxation of the guard against multiple transport connections to the same peer. | |||
2012-11-05 | Document sequence masks | Anders Svensson | |
Allow 32-bit Hop-by-Hop and End-to-End identifiers to be modified by replacing the topmost bits with a constant value. This allow services on different nodes to generate globally unique identifiers by having each node mask in its own constant. | |||
2012-08-30 | Fix broken references | Anders Svensson | |
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-30 | Add warning about 'host' filter | Anders Svensson | |
2012-08-29 | Assorted doc improvements | Anders Svensson | |
2012-08-29 | Document service info | Anders Svensson | |
2012-08-29 | Document watchdog events | Anders Svensson | |
2012-08-29 | Terminology and other clarifications, more references | Anders Svensson | |
Diameter node/peer having been the most vicious terminology blunder. | |||
2012-08-28 | Merge branch 'anders/diameter/watchdog_events/OTP-10212' into maint | Anders Svensson | |
* anders/diameter/watchdog_events/OTP-10212: Minor spec fix Maintain watchdog states in service_info Add events for watchdog state transitions | |||
2012-08-24 | Add events for watchdog state transitions | Anders Svensson | |
2012-08-23 | Update documentation | Anders Svensson | |
2011-12-06 | Update documentation | Anders Svensson | |
2011-11-10 | Update documentation | Anders Svensson | |
2011-10-06 | Documentation updates | Anders Svensson | |
2011-09-26 | Fix and clarify semantics of peer filters | Anders Svensson | |
An eval filter returning a non-true value caused the call process to fail and the doc was vague on how an exception was treated. Clarify that the non-tuple host/realm filters assume messages of a certain form. Various minor corrections to align code and doc. | |||
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. |