Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-05 | Remove obsolete make target | Anders Svensson | |
There are plt/dialyze targets in src/Makefile. | |||
2012-11-05 | Use sequence masks in test suites | Anders Svensson | |
2012-11-05 | Implement sequence masks | Anders Svensson | |
Code should be loaded in this order: diameter_session (sequence/1) diameter_peer_fsm (calls to sequence/1) diameter_service (sequence config, mask in receive_message/3) diameter_watchdog (mask in peer start and receive_message/3) diameter_config (accept sequence config) Order of diameter and diameter_peer doesn't matter. | |||
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-11-05 | Merge branch 'anders/diameter/service_info/OTP-10460' into maint | Anders Svensson | |
* anders/diameter/service_info/OTP-10460: Don't call service process for service_info | |||
2012-11-05 | Merge branch 'anders/diameter/failover_error/OTP-10461' into maint | Anders Svensson | |
* anders/diameter/failover_error/OTP-10461: Add missing clause for peer failover | |||
2012-11-05 | Merge branch 'anders/diameter/event_timing/OTP-10459' into maint | Anders Svensson | |
* anders/diameter/event_timing/OTP-10459: Send up event *after* inserting peer in table | |||
2012-11-05 | Merge branch 'anders/diameter/watchdog_timeout/OTP-10444' into maint | Anders Svensson | |
* anders/diameter/watchdog_timeout/OTP-10444: Exit peer_fsm with {shutdown, watchdog_timeout}, not shutdown | |||
2012-11-05 | Merge branch 'anders/diameter/packet_callback/OTP-10441' into maint | Anders Svensson | |
* anders/diameter/packet_callback/OTP-10441: Use packet callbacks in traffic suite Improve other diameter_app doc Document eval_packet Add eval_packet for examining outgoing messages after encode | |||
2012-10-09 | Use packet callbacks in traffic suite | Anders Svensson | |
2012-10-09 | Improve other diameter_app doc | Anders Svensson | |
2012-10-09 | Document eval_packet | Anders Svensson | |
2012-10-09 | Add eval_packet for examining outgoing messages after encode | Anders Svensson | |
Both prepare_request/prepare_retransmit and handle_request can return {eval_packet, RC, PostF} where PostF will be evaluated on any encoded packet before transmission. | |||
2012-10-09 | Don't call service process for service_info | Anders Svensson | |
So that the function is usable when we're already in the service process. For example, in peer_up/peer_down callbacks. | |||
2012-10-04 | Add missing clause for peer failover | Anders Svensson | |
diameter_codec:sequence_numbers/1 is called on an already extracted pair of sequence numbers in the case of failover. | |||
2012-10-01 | Send up event *after* inserting peer in table | Anders Svensson | |
Otherwise a request in response to an event can return error due to the peer not yet having been inserted. | |||
2012-09-25 | Fix matching in case of erroneous capabilities config | Anders Svensson | |
{invalid, K, V} was never matched. Return full reason, not just an atom. | |||
2012-09-25 | Fix handling of Origin-State-Id config | Anders Svensson | |
Documentation (correctly) say {'Origin-State-Id', Unsigned32()}, code (incorrectly) expected {'Origin-State-Id', [Unsigned32()]}. | |||
2012-09-25 | Exit peer_fsm with {shutdown, watchdog_timeout}, not shutdown | Anders Svensson | |
This was a remnant of the time when sasl interpreted everything but shutdown or normal as a crash. | |||
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |
2012-08-31 | Fix answer-message blunder | Anders Svensson | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-30 | Merge branch 'anders/diameter/documentation/OTP-10216' into maint | Anders Svensson | |
* anders/diameter/documentation/OTP-10216: Fix broken references Correct doc on AVP P flag and add warning about its deprecation Fix/tweak references to other applications Minor formatting fixes Add warning about 'host' filter Update diameterc doc Minor updates/corrections to Users Guide Add SCTP warning, more references Assorted doc improvements Document service info Document watchdog events Terminology and other clarifications, more references Clarify documentation on application state | |||
2012-08-30 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Dialyzer spec fix OTP-10243 | |||
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-30 | Dialyzer spec fix | 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-29 | Merge branch 'anders/diameter/service_info/OTP-10213' into maint | Anders Svensson | |
* anders/diameter/service_info/OTP-10213: Minor counting fix Tweak info presentation Fix missing transport service_info when there are no watchdogs | |||
2012-08-29 | Merge branch 'anders/diameter/multiple_transport_modules/OTP-9885' into maint | Anders Svensson | |
* anders/diameter/multiple_transport_modules/OTP-9885: Dialyzer spec fixes | |||
2012-08-29 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Dialyzer spec fix Learn to keep time in diameter_gen_sctp_SUITE Update command line test for changed ct:run_test/1 return value OTP-10243 | |||
2012-08-29 | Dialyzer spec fixes | Anders Svensson | |
2012-08-29 | Dialyzer spec fix | Anders Svensson | |
2012-08-29 | Learn to keep time in diameter_gen_sctp_SUITE | Anders Svensson | |
Microseconds /= milliseconds. | |||
2012-08-28 | Minor counting fix | Anders Svensson | |
2012-08-28 | Update command line test for changed ct:run_test/1 return value | Anders Svensson | |
2012-08-28 | Merge branch 'anders/diameter/sctp_peeloff/OTP-9611' into maint | Anders Svensson | |
* anders/diameter/sctp_peeloff/OTP-9611: Use gen_sctp:peeloff/2 to transfer association ownership | |||
2012-08-28 | Merge branch 'anders/diameter/callback_isolation/OTP-10215' into maint | Anders Svensson | |
* anders/diameter/callback_isolation/OTP-10215: Don't let peer_up/peer_down take down the service process Turn last field of #diameter_app{} into an options list |