Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-23 | Merge branch 'anders/diameter/doc/OTP-10568' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-10568: Update doc for RFC 6733 Add copies of RFC's 6733 and 6737 | |||
2012-11-23 | Add missing diameter_codec(3) content | Anders Svensson | |
2012-11-22 | Update doc for RFC 6733 | Anders Svensson | |
2012-11-22 | Add copies of RFC's 6733 and 6737 | Anders Svensson | |
6733 deprecates 3588. | |||
2012-11-22 | Add content to diameter_codec(3) and diameter_make(3) | Anders Svensson | |
2012-11-22 | Add reference pages diameter_codec(3) and diameter_make(3) | Anders Svensson | |
Not yet any content to speak of. | |||
2012-11-19 | Insert missing 1.1 release notes | 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 | Add entities file for cross-references (mostly) | Anders Svensson | |
Saves typing, more readable, less error prone. | |||
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_data/OTP-10566' into maint | Anders Svensson | |
* anders/diameter/transport_data/OTP-10566: Add a testcase Allow a handle_request callback to return a #diameter_packet{} | |||
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 | Allow a handle_request callback to return a #diameter_packet{} | Anders Svensson | |
This allows it to set transport_data and header, inappropriately so even. | |||
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 | Fix broken doc link | Anders Svensson | |
Broken in commit e28ced7b. | |||
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 | Clarify diameter_transport doc | Anders Svensson | |
2012-11-05 | Remove pre-OTP configure support | Anders Svensson | |
It's neither used nor maintained. | |||
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-10-09 | Improve other diameter_app doc | Anders Svensson | |
2012-10-09 | Document eval_packet | Anders Svensson | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Fix broken references | Anders Svensson | |
2012-08-30 | Correct doc on AVP P flag and add warning about its deprecation | 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 | Update diameterc doc | Anders Svensson | |
2012-08-29 | Minor updates/corrections to Users Guide | Anders Svensson | |
2012-08-29 | Add SCTP warning, more references | 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-29 | Clarify documentation on application state | Anders Svensson | |
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-28 | Merge branch 'anders/diameter/multiple_transport_modules/OTP-9885' into maint | Anders Svensson | |
* anders/diameter/multiple_transport_modules/OTP-9885: Maintain service_info callback data in process dictionary Maintain pid of started transport process in process dictionary Minor spec and backwards compatibility fix Update example code Update documentation Add diameter_transport for transport start indirection Allow multiple transport_module and transport_config | |||
2012-08-24 | Add events for watchdog state transitions | Anders Svensson | |
2012-08-23 | Update documentation | Anders Svensson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 |