Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-06 | Update documentation | Anders Svensson | |
2011-12-06 | Update documentation | Anders Svensson | |
2011-11-30 | Minor documentation fixes | Anders Svensson | |
2011-11-11 | Merge branch 'anders/diameter/capabilities_cb/OTP-9654' | Anders Svensson | |
* anders/diameter/capabilities_cb/OTP-9654: Update documentation Add capx suite Accept any 2xxx result code in CEA Rename some functions plus comment tweak Send events for connection establishment failure Use trivial capabilities callback in traffic suite Add capabilities_cb transport option Minor tls_ack simplification diameter_dbg:log -> diameter_lib:log | |||
2011-11-10 | Update documentation | Anders Svensson | |
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. | |||
2011-10-17 | Update documentation | Anders Svensson | |
2011-10-10 | Merge branch 'anders/diameter/tls_over_tcp/OTP-9605' | Anders Svensson | |
* anders/diameter/tls_over_tcp/OTP-9605: Move init/end_per_suite into testcases Skip tls testsuite if there's no openssl Clarify that ssl must be started for TLS support Add tls support at connection establishment Add tls testsuite Documentation updates Close transport if tls is requested over sctp Handle tls notification for tcp Lift recursion in tcp message reception up the call chain Add tls support to capabilities exchange | |||
2011-10-07 | Simplify depend.sed for better compatibility | Anders Svensson | |
Sed on Solaris doesn't remember matches after branching. | |||
2011-10-06 | Clarify that ssl must be started for TLS support | Anders Svensson | |
Also update app testsuite to allow for "undefined" calls from diameter_tcp to ssl. |