Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | utils: Add utility function to calculate padding length | Tobias Brunner | 2013-10-17 | 1 | -12/+16 | |
| | ||||||
* | utils: Add case-insensitive version of strpfx() | Tobias Brunner | 2013-08-24 | 1 | -0/+8 | |
| | ||||||
* | utils: add round_up/down() helper functions | Martin Willi | 2013-07-29 | 1 | -0/+23 | |
| | ||||||
* | utils: Add helper function to check a string for a given prefix | Tobias Brunner | 2013-07-08 | 1 | -0/+8 | |
| | ||||||
* | utils: Convert string helper macros to static inline functions | Tobias Brunner | 2013-07-08 | 1 | -6/+15 | |
| | ||||||
* | utils: Remove volatile qualifier from refcount_t typedef | Tobias Brunner | 2013-06-19 | 1 | -2/+1 | |
| | | | | | It's not really required anymore (if it ever was) and may cause compiler warnings when using the non atomic versions of ref_get/ref_put. | |||||
* | utils: ref_get() returns the new value of the reference counter | Martin Willi | 2013-06-11 | 1 | -2/+3 | |
| | | | | This allows us to use ref_get() for getting unique values. | |||||
* | Removed unused clalloc() function | Tobias Brunner | 2013-06-11 | 1 | -5/+0 | |
| | ||||||
* | timeval_add_ms() fixed | Tobias Brunner | 2013-06-11 | 1 | -1/+1 | |
| | | | | 1000000us are exactly 1s so. | |||||
* | Allow memwipe() to be called with NULL argument | Tobias Brunner | 2013-05-27 | 1 | -0/+4 | |
| | ||||||
* | Add a utility function to resolve TTY color escape codes dynamically | Martin Willi | 2013-03-04 | 1 | -0/+40 | |
| | ||||||
* | Add a global return_success() method implementation | Martin Willi | 2013-02-14 | 1 | -0/+5 | |
| | ||||||
* | Moved utils.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -0/+699 | |