aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/utils.c
Commit message (Expand)AuthorAgeFilesLines
* windows: Use WINAPI call convention for Windows API callbacksMartin Willi2014-06-061-1/+1
* utils: Add a wait_sigint() function to wait for SIGINT or equivalentMartin Willi2014-06-041-0/+83
* utils: Provide a path_absolute() function to check path for non-relativenessMartin Willi2014-06-041-0/+27
* utils: Return plain drive letter as base/pathname for drive letters on WindowsMartin Willi2014-06-041-0/+9
* utils: Support Windows path separators in path_basename/dirnameMartin Willi2014-06-041-9/+9
* windows: Provide a time_monotonic() based on GetTickCount64()Martin Willi2014-06-041-0/+21
* utils: Don't directly depend on pthreadMartin Willi2014-06-041-40/+53
* strerror: Don't directly depend on pthreadMartin Willi2014-06-041-0/+2
* windows: Add utils_init/deinit functions to initialize Winsock2Martin Willi2014-06-041-0/+20
* utils: Printf() defined time output should gmtime/localtime_r() failMartin Willi2014-06-041-10/+13
* printf-hook-builtin: Support Windows console colors using TTY escape codesMartin Willi2014-06-041-1/+4
* windows: Use _getmaxstdio as replacement for syscall(_SC_OPEN_MAX)Martin Willi2014-06-031-0/+4
* windows: replace mkdir() with Windows _mkdir() variantMartin Willi2014-06-031-0/+4
* utils: Use GCC's __atomic built-ins if availableTobias Brunner2014-04-241-2/+2
* utils: Add ref_cur() to retrieve the current value of a reference counterTobias Brunner2014-04-241-1/+13
* utils: Add memrchr(3) replacement for platforms that don't support itTobias Brunner2014-02-261-1/+23
* utils: Add thread-safe variants of dirname(3) and basename(3)Tobias Brunner2014-02-241-3/+61
* utils: Move thread-safe strerror replacement to a separate fileTobias Brunner2014-02-241-78/+0
* utils: Add strreplace functionTobias Brunner2014-01-231-1/+53
* utils: Fix %T printf hook on big-endian systemsTobias Brunner2014-01-061-1/+1
* utils: Fix check for fmemopen() fallback implementationMartin Willi2013-10-241-1/+1
* utils: Provide a fmemopen(3) fallback using BSD funopen()Martin Willi2013-10-241-0/+46
* utils: ref_get() returns the new value of the reference counterMartin Willi2013-06-111-2/+6
* Allow memstr() to be called with NULL argumentsTobias Brunner2013-06-111-1/+6
* Removed unused clalloc() functionTobias Brunner2013-06-111-13/+0
* Add a utility function to resolve TTY color escape codes dynamicallyMartin Willi2013-03-041-0/+63
* Add a global return_success() method implementationMartin Willi2013-02-141-0/+8
* time is a time_t pointerAndreas Steffen2013-02-041-1/+1
* Moved utils.[ch] to utils folderTobias Brunner2012-10-241-0/+570