Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Convert argc checks to ASSERTs per PR | Doug Hogan | |
2019-01-08 | Revamp info_lib() | Doug Hogan | |
* Add error checking and use enif_make_badarg() on error. * Use size_t when using sizeof(). * Move initialization away from declaration so it's not as easy to miss. | |||
2019-01-08 | Revamp change_basename() | Doug Hogan | |
* Change the parameter from int to size_t. - Only caller doesn't need to change since it was already passing sizeof(). * Add unsigned wrapping checks. | |||
2018-12-20 | Add Ericsson AB copyright header to all new files | Doug Hogan | |
Using the same copyright header as crypto.c | |||
2018-12-20 | Move info functionality to a new file | Doug Hogan | |