Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-08 | Document the existence of the RFC 6733 dictionaries | Anders Svensson | |
2013-02-08 | Don't hardcode common dictionary | Anders Svensson | |
Instead, use whatever dictionary a transport has configured as supporting application id 0. This is to support the updated RFC 6733 dictionaries (which bring with them updated records) and also to be able to transparently support any changed semantics (eg. 5xxx in answer-message). | |||
2013-02-08 | Add RFC 6733 dictionaries | Anders Svensson | |
The RFC 6733 accounting dictionary includes rfc6733 in its name. The RFC 3588 dictionary doesn't and is left as-is for backwards compatibility. | |||
2013-02-08 | Fix testcases in event suite | Anders Svensson | |
The transition INITIAL -> DOWN (fixed in the preceding commit) was wrong. | |||
2013-02-08 | Fix faulty watchdog transition INITIAL -> DOWN | Anders Svensson | |
There is no such transition in RFC 3539, the state remains in INITIAL. | |||
2013-02-08 | Fix faulty watchdog transition DOWN -> INITIAL | Anders Svensson | |
This was the result of the watchdog process exiting as a consequence of peer death in some casesi, causing a restarted transport to enter INITIAL when it should enter REOPEN. The watchdog now remains alive as long as peer shutdown isn't requested and a 'close' message to the service process (instead of watchdog death) generates 'closed' events from the service. | |||
2013-02-08 | Comment fixes | Anders Svensson | |
2013-02-08 | Rename records peer/conn -> watchdog/peer in diameter_service | Anders Svensson | |
That is, make the naming match that of the corresponding modules. This has long been fairly confusing. | |||
2013-02-08 | Add testcases to traffic suite | Anders Svensson | |
That check for unexpected entries in the request table. | |||
2013-02-08 | Simplify watchdog transitions in service process | Anders Svensson | |
In particular, use watchdog messages as input and do away with the older connection_up/down (and other) messages. Also, only maintain the watchdog state, not the older up/down op state. | |||
2013-02-08 | Simplify transport shutdown | Anders Svensson | |
Service process informs the watchdog process which informs the peer process. (Instead of going directly to the latter in one case.) | |||
2013-02-08 | Remove upgrade code not needed after application restart | Anders Svensson | |
Which will be the case with R16B in this case. | |||
2013-02-08 | Tweak (make) silent rules support | Anders Svensson | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | vsn -> 1.4 | Anders Svensson | |
2013-01-23 | Update appup | Anders Svensson | |
2013-01-23 | Spec fix | Anders Svensson | |
2013-01-23 | Test makefile tweak | Anders Svensson | |
2013-01-23 | Warn about applications/capabilities mismatches in doc | Anders Svensson | |
2013-01-23 | Minor documentation fixes | Anders Svensson | |
2013-01-23 | Remove upgrade code not needed at a major release | Anders Svensson | |
2013-01-23 | Comment fix | Anders Svensson | |
2013-01-23 | Add patch target to makefile | Anders Svensson | |
For building unofficial patches. | |||
2013-01-22 | Add registered server names to app file | Anders Svensson | |
This was simply missed. | |||
2013-01-21 | Merge branch 'anders/diameter/length_error/OTP-10693' | Anders Svensson | |
* anders/diameter/length_error/OTP-10693: More testcases in traffic suite Test diameter_packet answers Ensure correct setting of 3xxx result code | |||
2013-01-18 | More testcases in traffic suite | Anders Svensson | |
2013-01-18 | Test diameter_packet answers | Anders Svensson | |
This and record/list encode more systematically. | |||
2013-01-18 | Ensure correct setting of 3xxx result code | Anders Svensson | |
A bad AVP Length (resulting in excess bytes from decode) but no other errors caused the request to fail when attempting to set Result-Code. A protocol error in combination with a 5xxx error caused the latter to be set in an answer-message. | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-17 | Merge branch 'maint-r15' | Anders Svensson | |
2013-01-17 | Merge branch 'anders/diameter/application_id/OTP-10655' | Anders Svensson | |
* anders/diameter/application_id/OTP-10655: Check application id in answers in traffic suite Fix setting of Application-ID | |||
2013-01-17 | Merge branch 'anders/diameter/timeout_event/OTP-10628' | Anders Svensson | |
* anders/diameter/timeout_event/OTP-10628: Add event suite Send CER/CEA timeout events as documented | |||
2013-01-17 | Merge branch 'anders/diameter/start_event/OTP-10618' | Anders Svensson | |
* anders/diameter/start_event/OTP-10618: Fix timing of service start event | |||
2013-01-17 | Merge branch 'anders/diameter/packet_return/OTP-10614' | Anders Svensson | |
* anders/diameter/packet_return/OTP-10614: Add missing error handling clause for handle_request packet return | |||
2013-01-17 | Merge branch 'anders/diameter/make_packet/OTP-10609' | Anders Svensson | |
* anders/diameter/make_packet/OTP-10609: Fix diameter_service:make_prepare_header/2 | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-15 | Check application id in answers in traffic suite | Anders Svensson | |
2013-01-15 | Fix setting of Application-ID | Anders Svensson | |
An answer message with the E flag erroneously set the value to 0. | |||
2013-01-15 | Add event suite | Anders Svensson | |
2013-01-15 | Send CER/CEA timeout events as documented | Anders Svensson | |
2013-01-15 | Fix diameter_service:make_prepare_header/2 | Anders Svensson | |
Fault caused the header of a [#diameter_header{} | Avps] request to be ignored if both end_to_end_id and hop_by_hop_id were undefined. Broken in commit bc87eb33. | |||
2013-01-15 | Update release notes | Erlang/OTP | |
2013-01-15 | vsn -> 1.3.1 | Anders Svensson | |
2013-01-15 | Update appup | Anders Svensson | |
2013-01-15 | Traffic suite comments plus a minor match tweak | Anders Svensson | |
2013-01-15 | Add a testcase | Anders Svensson | |
2013-01-14 | Reverse swapped arguments | Anders Svensson | |
The fault caused a handle_request callback to fail whenever an eval tuple was returned. Introduced in commit f24adb28. | |||
2012-12-10 | Add discard testcases to failover suite | Anders Svensson | |
2012-12-10 | Check for T flag in failover suite | Anders Svensson | |