Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-02-14 | Fixed typos in lib/diameter | Andrew Dryga | |
2015-08-13 | Merge branch 'maint-17' into maint | Anders Svensson | |
The diffs are all about adapting to the OTP 18 time interface. The code was previously backwards compatible, falling back on the erlang:now/0 if erlang:monotonic_time/0 is unavailable, but this was seen to be a bad thing in commit 9c0f2f2c. Use of erlang:now/0 is now removed. | |||
2015-08-04 | Remove unnecessary redefinition of erlang:max/2 | Anders Svensson | |
The function already operates on arbitrary terms. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-03-29 | Move info modules into own subdirectory | Anders Svensson | |
Possibly overkill for two modules but it mirrors their different treatment by the makefile. |