Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Prepare release | Erlang/OTP | |
2011-09-26 | Merge branch 'sverker/remove-static-ssl-linking/OTP-9566' into maint-r14 | Erlang/OTP | |
* sverker/remove-static-ssl-linking/OTP-9566: crypto: touch Makefile to provoke patch release Change static link test of ssl to dynamic Remove static ssl linking in crypto for otp_build | |||
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 | crypto: touch Makefile to provoke patch release | Sverker Eriksson | |
2011-09-26 | Temporary disable tests on MAC due to issus with the MAC ODBC drivers | Ingela Anderton Andin | |
2011-09-26 | busy_port_SUITE: Avoid crash in register/2 | Björn Gustavsson | |
Add an end_per_testcase/2 function to ensure that the process with the name 'busy_drv_server' has been killed before the next test case attempts to register a process with the same name. | |||
2011-09-26 | Update preloaded modules | Björn Gustavsson | |
2011-09-26 | erl_prim_loader: Eliminate dialyzer warning | Björn Gustavsson | |
The concat/1 function is now only used to append lists when constructing filenames. Thus it is too general and the first clause (that handles characters) will never be used. We could just remove the clause that is never used, but then the name 'concat' would be misleading and someone could use misuse it. Therefore, replace concat/1 with the join/2 function that can only be used for joining filename components. | |||
2011-09-26 | Merge branch 'lars/xmerl/continuation-error/OTP-9457' into dev | Lars Thorsen | |
* lars/xmerl/continuation-error/OTP-9457: [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | |||
2011-09-26 | [xmerl] Fix streaming bug in xmerl_scan (Thanks to Simon Cornish) | Lars Thorsen | |
2011-09-26 | Merge branch 'lars/erl_docgen/fix-eix-files-for-specs/OTP-9562' into dev | Lars Thorsen | |
* lars/erl_docgen/fix-eix-files-for-specs/OTP-9562: [erl_docgen] Fix eix file generation for new function spec references | |||
2011-09-26 | [erl_docgen] Fix eix file generation for new function spec references | Lars Thorsen | |
2011-09-26 | Merge branch 'lars/erl_docgen/pdf-menu/OTP-9576' into dev | Lars Thorsen | |
* lars/erl_docgen/pdf-menu/OTP-9576: [erl_docgen] Missing header level in PDF bookmarks menu | |||
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 | |