]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/utils/utils.c
atomics: Move atomics/recounting support to separate files
[people/ms/strongswan.git] / src / libstrongswan / utils / utils.c
2015-04-16  Martin Williatomics: Move atomics/recounting support to separate...
2015-04-15  Martin WilliMerge branch 'aesni'
2015-04-15  Martin Williutils: Add malloc/free wrappers returning aligned data
2015-04-14  Martin WilliMerge branch 'const-memeq'
2015-04-14  Martin Williutils: Add a constant time memeq() variant for cryptogr...
2014-06-06  Martin WilliMerge branch 'win-32bit'
2014-06-06  Martin Williwindows: Use WINAPI call convention for Windows API...
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: Return plain drive letter as base/pathname for...
2014-06-04  Martin Williutils: Support Windows path separators in path_basename...
2014-06-04  Martin Williwindows: Provide a time_monotonic() based on GetTickCou...
2014-06-04  Martin Williutils: Don't directly depend on pthread
2014-06-04  Martin Willistrerror: Don't directly depend on pthread
2014-06-04  Martin Williwindows: Add utils_init/deinit functions to initialize...
2014-06-04  Martin Williutils: Printf() defined time output should gmtime/local...
2014-06-04  Martin Williprintf-hook-builtin: Support Windows console colors...
2014-06-03  Martin Williwindows: Use _getmaxstdio as replacement for syscall...
2014-06-03  Martin Williwindows: replace mkdir() with Windows _mkdir() variant
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-01-23  Tobias Brunnerutils: Add strreplace function
2014-01-06  Tobias Brunnerutils: Fix %T printf hook on big-endian systems
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-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 BrunnerAllow memstr() to be called with NULL arguments
2013-06-11  Tobias BrunnerRemoved unused clalloc() function
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
2013-02-14  Martin WilliMerge branch 'ike-dscp'
2013-02-14  Martin WilliMerge branch 'pt-tls'
2013-02-04  Andreas Steffentime is a time_t pointer
2012-10-24  Tobias BrunnerMoved utils.[ch] to utils folder