index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
utils
/
utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
utils: Check if the parameter passed to countof() is actually an array type
Martin Willi
2014-08-25
1
-1
/
+2
*
utils: Add some initial build time assertion macros
Martin Willi
2014-08-25
1
-0
/
+14
*
utils: Undefine mem{cpy,move,set} if set before defining them
Martin Willi
2014-07-07
1
-0
/
+9
*
utils: Helper macros to define overloaded macros based on number of arguments
Tobias Brunner
2014-06-30
1
-0
/
+26
*
utils: Add wrappers for memcpy(3), memmove(3) and memset(3)
Tobias Brunner
2014-06-24
1
-1
/
+33
*
utils: Add a wait_sigint() function to wait for SIGINT or equivalent
Martin Willi
2014-06-04
1
-0
/
+5
*
utils: Provide a path_absolute() function to check path for non-relativeness
Martin Willi
2014-06-04
1
-0
/
+8
*
utils: Define a platform directory separator character used in paths
Martin Willi
2014-06-04
1
-0
/
+9
*
windows: Provide a sched_yield() implementation
Martin Willi
2014-06-04
1
-0
/
+1
*
windows: Add utils_init/deinit functions to initialize Winsock2
Martin Willi
2014-06-04
1
-0
/
+10
*
windows: Add a common Windows header for platform specific wrappers
Martin Willi
2014-06-03
1
-2
/
+11
*
enum: Don't directly include enum.h
Martin Willi
2014-05-16
1
-3
/
+3
*
utils: Provide a CALLBACK macro, similar to METHOD, but for void* callbacks
Martin Willi
2014-05-07
1
-0
/
+13
*
utils: Enable __atomic* built-ins based on the GCC version
Tobias Brunner
2014-05-04
1
-0
/
+7
*
utils: Use GCC's __atomic built-ins if available
Tobias Brunner
2014-04-24
1
-1
/
+20
*
utils: Add ref_cur() to retrieve the current value of a reference counter
Tobias Brunner
2014-04-24
1
-2
/
+11
*
utils: Add memrchr(3) replacement for platforms that don't support it
Tobias Brunner
2014-02-26
1
-0
/
+14
*
utils: Add thread-safe variants of dirname(3) and basename(3)
Tobias Brunner
2014-02-24
1
-1
/
+27
*
utils: Move thread-safe strerror replacement to a separate file
Tobias Brunner
2014-02-24
1
-17
/
+1
*
Fixed some typos
Tobias Brunner
2014-02-18
1
-3
/
+3
*
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
*
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
*
utils: ref_get() returns the new value of the reference counter
Martin Willi
2013-06-11
1
-2
/
+3
*
Removed unused clalloc() function
Tobias Brunner
2013-06-11
1
-5
/
+0
*
timeval_add_ms() fixed
Tobias Brunner
2013-06-11
1
-1
/
+1
*
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