Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Remove app dependency on compiler to avoid forced recompilation | Anders Svensson | |
2011-10-17 | Move diameter_exprecs to compiler directory | Anders Svensson | |
2011-10-17 | Dependency fix | Anders Svensson | |
Has to follow the release_targets include for make not to think that a misspelled dictionary is up to date just because the exprecs dependency is. | |||
2011-10-17 | Move dictionaries into own directory and rename | Anders Svensson | |
Generated files are unchanged but the separation will be especially pleasant when more dictionary files are added as examples. It is still only the rfc3588 and relay dictionaries that are known to the diameter implementation. | |||
2011-09-27 | Merge branch 'dev' into major | Anders Svensson | |
Conflicts: lib/diameter/src/app/Makefile | |||
2011-09-27 | Don't include compiler/help modules in app | Anders Svensson | |
2011-09-27 | Merge branch 'dev' into major | Anders Svensson | |
2011-09-26 | Makefile dependency fix | Anders Svensson | |
Dependency of generated dictionary modules on diameter.hrl and diameter_gen.hrl was missed. | |||
2011-08-08 | diameter: Support parallel make | Björn Gustavsson | |
2011-05-20 | Minor make depend fixes. | Anders Svensson | |
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. |