Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: include stdlib.h, not malloc.h | dimitri staessens | 2016-04-02 | 1 | -1/+0 |
| | |||||
* | lib: Remove check for equal names | Sander Vrijders | 2016-04-02 | 1 | -2/+0 |
| | | | | | Removes name_is_equal. Just using instance_name_cmp is encouraged. It also removes a wrong initialization in the irm tool. | ||||
* | lib: Move strdup to utils | Sander Vrijders | 2016-04-02 | 1 | -19/+0 |
| | | | | This moves strdup to utils to make it globally available. | ||||
* | lib: fixes for instance_name | dimitri staessens | 2016-03-30 | 1 | -16/+10 |
| | | | | | fixes wrong check, checks now use lazy evaluation changed the order of instance_name_cpy to (dst, src) | ||||
* | lib: renamed rina_name_t to instance_name_t | dimitri staessens | 2016-03-30 | 1 | -0/+274 |
all functions taking a char * ap_name and uint id now take either a instance_name_t or instance_name_t * |