]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/utils/utils.h
utils: Typedef int128_t and u_int128_t types if supported
[people/ms/strongswan.git] / src / libstrongswan / utils / utils.h
2015-04-14  Martin Williutils: Typedef int128_t and u_int128_t types if supported
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Add a constant time memeq() variant for cryptogr...
2014-11-21  Martin WilliMerge branch 'poll'
2014-11-21  Martin Williwindows: Move the compatibility header to the compat...
2014-11-21  Martin Williapple: Introduce a central compatibility header with...
2014-11-21  Martin Williwindows: Provide a poll(2) wrapper calling WSAPoll()
2014-08-25  Martin Williutils: Check if the parameter passed to countof() is...
2014-08-25  Martin Williutils: Add some initial build time assertion macros
2014-07-07  Martin Williutils: Undefine mem{cpy,move,set} if set before definin...
2014-06-30  Tobias Brunnerutils: Helper macros to define overloaded macros based...
2014-06-24  Tobias Brunnerutils: Add wrappers for memcpy(3), memmove(3) and memset(3)
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Williutils: Add a wait_sigint() function to wait for SIGINT...
2014-06-04  Martin Williutils: Provide a path_absolute() function to check...
2014-06-04  Martin Williutils: Define a platform directory separator character...
2014-06-04  Martin Williwindows: Provide a sched_yield() implementation
2014-06-04  Martin Williwindows: Add utils_init/deinit functions to initialize...
2014-06-03  Martin Williwindows: Add a common Windows header for platform speci...
2014-05-16  Martin WilliMerge branch 'clang-fixes'
2014-05-16  Martin Willienum: Don't directly include enum.h
2014-05-07  Martin WilliMerge branch 'vici'
2014-05-07  Martin Williutils: Provide a CALLBACK macro, similar to METHOD...
2014-05-04  Tobias Brunnerutils: Enable __atomic* built-ins based on the GCC...
2014-04-24  Tobias BrunnerMerge branch 'atomic-ref'
2014-04-24  Tobias Brunnerutils: Use GCC's __atomic built-ins if available
2014-04-24  Tobias Brunnerutils: Add ref_cur() to retrieve the current value...
2014-02-26  Tobias Brunnerutils: Add memrchr(3) replacement for platforms that...
2014-02-24  Tobias BrunnerMerge branch 'dirname'
2014-02-24  Tobias Brunnerutils: Add thread-safe variants of dirname(3) and basen...
2014-02-24  Tobias Brunnerutils: Move thread-safe strerror replacement to a separ...
2014-02-18  Tobias BrunnerFixed some typos
2014-01-23  Tobias Brunnerutils: Add strreplace function
2013-10-29  Tobias Brunnerutils: Include stdio.h for fmemopen() replacement
2013-10-24  Martin Williutils: Fix check for fmemopen() fallback implementation
2013-10-24  Martin Williutils: Provide a fmemopen(3) fallback using BSD funopen()
2013-10-17  Tobias Brunnerutils: Add utility function to calculate padding length
2013-08-24  Tobias Brunnerutils: Add case-insensitive version of strpfx()
2013-07-29  Martin WilliMerge branch 'xauth-radius'
2013-07-29  Martin Williutils: add round_up/down() helper functions
2013-07-08  Tobias BrunnerMerge branch 'android-byod'
2013-07-08  Tobias Brunnerutils: Add helper function to check a string for a...
2013-07-08  Tobias Brunnerutils: Convert string helper macros to static inline...
2013-06-19  Tobias Brunnerutils: Remove volatile qualifier from refcount_t typedef
2013-06-11  Martin WilliMerge branch 'unique-sas'
2013-06-11  Martin Williutils: ref_get() returns the new value of the reference...
2013-06-11  Tobias BrunnerMerge branch 'unit-tests'
2013-06-11  Tobias BrunnerRemoved unused clalloc() function
2013-06-11  Tobias Brunnertimeval_add_ms() fixed
2013-05-27  Tobias BrunnerAllow memwipe() to be called with NULL argument
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-04  Martin WilliAdd a utility function to resolve TTY color escape...
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-14  Martin WilliAdd a global return_success() method implementation
2012-10-24  Tobias BrunnerMoved utils.[ch] to utils folder