Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Add strreplace function | Tobias Brunner | 2014-01-23 | 1 | -1/+15 |
| | |||||
* | utils: Include stdio.h for fmemopen() replacement | Tobias Brunner | 2013-10-29 | 1 | -0/+1 |
| | | | | | This might now be required because Vstr is not necessarily required anymore, which means stdio.h might not be pulled in by prinf_hook.h. | ||||
* | utils: Fix check for fmemopen() fallback implementation | Martin Willi | 2013-10-24 | 1 | -1/+2 |
| | |||||
* | utils: Provide a fmemopen(3) fallback using BSD funopen() | Martin Willi | 2013-10-24 | 1 | -0/+15 |
| | |||||
* | 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 |