aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/utils.h
Commit message (Collapse)AuthorAgeFilesLines
...
* utils: Add utility function to calculate padding lengthTobias Brunner2013-10-171-12/+16
|
* utils: Add case-insensitive version of strpfx()Tobias Brunner2013-08-241-0/+8
|
* utils: add round_up/down() helper functionsMartin Willi2013-07-291-0/+23
|
* utils: Add helper function to check a string for a given prefixTobias Brunner2013-07-081-0/+8
|
* utils: Convert string helper macros to static inline functionsTobias Brunner2013-07-081-6/+15
|
* utils: Remove volatile qualifier from refcount_t typedefTobias Brunner2013-06-191-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 counterMartin Willi2013-06-111-2/+3
| | | | This allows us to use ref_get() for getting unique values.
* Removed unused clalloc() functionTobias Brunner2013-06-111-5/+0
|
* timeval_add_ms() fixedTobias Brunner2013-06-111-1/+1
| | | | 1000000us are exactly 1s so.
* Allow memwipe() to be called with NULL argumentTobias Brunner2013-05-271-0/+4
|
* Add a utility function to resolve TTY color escape codes dynamicallyMartin Willi2013-03-041-0/+40
|
* Add a global return_success() method implementationMartin Willi2013-02-141-0/+5
|
* Moved utils.[ch] to utils folderTobias Brunner2012-10-241-0/+699