Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-10 | Trailing whitespace and copyright fixes | Anders Svensson | |
2013-03-24 | Minor tweaks and fixes | Anders Svensson | |
Fix a broken include in example code, remove an inappropriate ct:pal/2 outside of a testcase, echo more info from test/Makefile. | |||
2013-02-18 | Add cover target to test/Makefile | Anders Svensson | |
2013-02-18 | Make tweaks | Anders Svensson | |
Add a 'strict' target to compile with -Werror and fix a dependency. Reorder test suites alphabetically. The two suites that currently take the longest to run conveniently come last. | |||
2013-01-23 | Test makefile tweak | Anders Svensson | |
2012-11-05 | Remove pre-OTP configure support | Anders Svensson | |
It's neither used nor maintained. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-28 | Merge branch 'anders/diameter/R15B02_release' into maint | Anders Svensson | |
* anders/diameter/R15B02_release: Update appup Add plt/dialyze targets to src/Makefile Add realclean target to src/Makefile Add any target to test/Makefile vsn -> 1.2 | |||
2012-08-26 | Add any target to test/Makefile | Anders Svensson | |
To run all test suites but without stopping if one fails (like all). | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-12-16 | Minor makefile tweak | Anders Svensson | |
2011-12-16 | Add codec testcase for decode of unknown AVPs | Anders Svensson | |
2011-11-10 | Simplify handling of generated hrls in testsuites | Anders Svensson | |
Just morph include into include_lib when releasing. Not using include_lib here is due to generated hrls not residing in diameter/include until after release. See release.sed. | |||
2011-11-09 | Target cleanup in test/Makefile | Anders Svensson | |
all = opt is now default target and run executes testsuites. Note that parallel execution is unproblematic since each suite target starts a node with a suite-specific name. | |||
2011-10-19 | Minor tweaks and cleanup | Anders Svensson | |
Tweak some comments and variable names, move things around a bit (default src target is now opt, not debug), only clean what's built, use +warn_export_vars. | |||
2011-10-17 | One makefile for src build instead of recursion | Anders Svensson | |
Simpler, no duplication of similar makefiles and makes for better dependencies. (Aka, recursive make considered harmful.) | |||
2011-10-10 | Add beam target to makefile | Anders Svensson | |
2011-09-28 | Don't install Emakefile at release_tests | Anders Svensson | |
Emakefile contained compile flags that caused compilation of suites to fail in some cases. common_test will generate an Emakefile and diameter has no need for one of its own. | |||
2011-09-26 | Add traffic suite | Anders Svensson | |
2011-09-26 | Minor diameter_ct simplification | 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 | 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 | Migrate app suite to pure ct and simplify | Anders Svensson | |
2011-09-26 | Add codec suite based on pure ct | Anders Svensson | |
2011-06-05 | Again: Call chmod without the "-f" flag | Holger Weiß | |
Commit 7ed11a886fc8fcaf3c2b8324294e2f24e02b0f28 removed the "-f" flag from chmod calls in Makefiles: | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX | do not support. As the only effect of the "-f" flag is to suppress | warning messages, it can be safely omitted. Meanwhile, new "chmod -f" calls have been added. This commit removes the "-f" flag from those new calls. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |