Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-27 | Merge branch 'anders/diameter/answer-message_errors/OTP-9578' into dev | Anders Svensson | |
* anders/diameter/answer-message_errors/OTP-9578: Fix bugs in sending of answer-message replies | |||
2011-09-27 | Explicit {init,end}_per_group/2 to work around ct bug | Anders Svensson | |
Without these functions the result pages are currently mangled. The overview page shows that no suites have run, even though all in fact are, and diameter-specific page is truncated after the dict suite, which is the first suite that relied on an implicit {init,end}_per_group/2. This is apparently the result of a recent common_test commit. | |||
2011-09-27 | Add relay suite | Anders Svensson | |
2011-09-27 | beam_lib: Handle rare race in the crypto key server functionality | Björn Gustavsson | |
In rare circumstances, there can be a race when the crypto key server is started by beam_lib:crypto_key_fun/1 shortly after stopping it using beam_lib:clear_crypto_key_fun/0. The race occurs because the crypto key server first sends back the reply to the calling process, then terminates. (The race is probably more likely to happen on CPUs with hyper threading.) | |||
2011-09-27 | Merge branch 'hb/doc_corrections/OTP-9550' into dev | Hans Bolinder | |
* hb/doc_corrections/OTP-9550: Correct XML files | |||
2011-09-27 | Merge branch 'hb/erl_docgen/man_improvements/OTP-9541' into dev | Hans Bolinder | |
* hb/erl_docgen/man_improvements/OTP-9541: Improve the generation of man pages | |||
2011-09-27 | fix unknown ssl extension parsing by changing length from bits to bytes | Ben Murphy | |
2011-09-26 | Fix bugs in sending of answer-message replies | Anders Svensson | |
3001 (DIAMETER_COMMAND_UNSUPPORTED) was not sent since the decode placed the AVP list in the errors field rather than the avps field of the diameter_packet, causing the subsequent encode to fail. Session-Id was also set improperly, causing encode to fail even in this case. | |||
2011-09-26 | Fix and clarify relay behaviour | Anders Svensson | |
Leave it up to a handle_request callback to decide whether or not to filter the peer from which the incoming request was sent. Reply with 3002 (DIAMETER_UNABLE_TO_DELIVER) on anything but an answer from the peer. | |||
2011-09-26 | Makefile dependency fix | Anders Svensson | |
Dependency of generated dictionary modules on diameter.hrl and diameter_gen.hrl was missed. | |||
2011-09-26 | Remove duplicate info from error report at encode failure | Anders Svensson | |
The message being encoded and dictionary module are included by diameter_codec.erl so diameter_gen.hrl doing so was overkill. | |||
2011-09-26 | Use single format for error_logger reports | Anders Svensson | |
2011-09-26 | More traffic cases | Anders Svensson | |
2011-09-26 | Add traffic suite | Anders Svensson | |
2011-09-26 | Use groups for parallel testcase execution | Anders Svensson | |
2011-09-26 | Remove gen_sctp suite since it's not diameter-specific | Anders Svensson | |
2011-09-26 | Minor macro cleanup | Anders Svensson | |
2011-09-26 | Minor diameter_ct simplification | Anders Svensson | |
2011-09-26 | Improve xref testcase | Anders Svensson | |
2011-09-26 | Don't require GNU sed to fail testsuite targets | Anders Svensson | |
2011-09-26 | Generate dependencies makefile | Anders Svensson | |
2011-09-26 | Makefile/spec cleanup | Anders Svensson | |
2011-09-26 | Remove old test framework | Anders Svensson | |
2011-09-26 | Add transport and gen_sctp suites | Anders Svensson | |
2011-09-26 | Add watchdog suite | Anders Svensson | |
2011-09-26 | Add stats suite | Anders Svensson | |
2011-09-26 | Add sync suite | Anders Svensson | |
2011-09-26 | Add reg suite | Anders Svensson | |
2011-09-26 | Add dict suite, remove session suite | Anders Svensson | |
2011-09-26 | Move appup tests into app suite and use systools for both | Anders Svensson | |
2011-09-26 | Migrate app suite to pure ct and simplify | Anders Svensson | |
2011-09-26 | Add codec suite based on pure ct | Anders Svensson | |
2011-09-26 | Remove slask and beam | Anders Svensson | |
2011-09-26 | Fix sending of messages of arbitrary form | Anders Svensson | |
diameter:call/4 can be passed anything, as long as the subsequent prepare_request callback returns a term that can be encoded. | |||
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-09-26 | Fix improper use of error_logger:info_report/2 | Anders Svensson | |
Function doesn't take a format string and arguments as we called it. Instead use error_logger:info_report/1 and use the same report format as used for warning and error reports. | |||
2011-09-26 | Fix header folding bug | Anders Svensson | |
A prepare_request callback from diameter can return a diameter_header record with in order to set values in the header of an outgoing request. The fault in diameter_lib:fold_tuple/3 caused encode of the outgoing request to fail. | |||
2011-09-26 | Minor documentation fixes | Anders Svensson | |
Connector/listener -> connecting/listening transport. | |||
2011-09-26 | Temporary disable tests on MAC due to issus with the MAC ODBC drivers | Ingela Anderton Andin | |
2011-09-26 | [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | Lars Thorsen | |
2011-09-26 | [erl_docgen] Fix eix file generation for new function spec references | Lars Thorsen | |
2011-09-26 | [erl_docgen] Missing header level in PDF bookmarks menu | Lars Thorsen | |
The System documentation PDF file was missing a header level in the bookmarks menu and the copyright year generation for PDF's was not correct. | |||
2011-09-26 | Improve the generation of man pages | Hans Bolinder | |
Empty lines have been eliminated. Spurious spacing has been corrected. | |||
2011-09-26 | Correct XML files | Hans Bolinder | |
2011-09-25 | bumped revision | Richard Carlsson | |
2011-09-25 | removed some never-matching clauses reported by dialyzer | Richard Carlsson | |
2011-09-25 | Fix macro expansion in comments following Erlang types | Hans Bolinder | |
Macros in comments following Erlang types were not expanded. An example: -type t() :: integer(). %% This type is used in {@link foo/0}. The link to foo/0 was not created. | |||
2011-09-25 | URI-escape bytes as two hex digits always (reported by Alfonso De Gregorio) | Richard Carlsson | |
2011-09-25 | updated author e-mail | Richard Carlsson | |
2011-09-25 | recognize some more URI schemas in wiki text, in particular https | Richard Carlsson | |