aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Expand)AuthorAgeFilesLines
...
* parser-helper: Detect absolute pathnames and concatenate paths on WindowsMartin Willi2014-06-041-2/+3
* utils: Provide a path_absolute() function to check path for non-relativenessMartin Willi2014-06-042-0/+35
* 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
* utils: Define a platform directory separator character used in pathsMartin Willi2014-06-041-0/+9
* windows: Provide a getpass() implementationMartin Willi2014-06-042-0/+65
* chunk: On Windows, chunk_map() opens files in binary modeMartin Willi2014-06-041-2/+7
* windows: Don't redeclare inet_ntop/pton if already definedMartin Willi2014-06-041-0/+4
* windows: Check for existence of error codes before defining themMartin Willi2014-06-041-0/+4
* windows: Overload sleep() cancellable when it is defined in <unistd.h>Martin Willi2014-06-041-1/+3
* windows: Provide a close(2) that can close both file handles and socketsMartin Willi2014-06-042-0/+22
* chunk: Fallback to recv() on Windows chunk_from_fd() when operating on socketMartin Willi2014-06-041-0/+6
* windows: Don't use function macros to overload send/recv() and friendsMartin Willi2014-06-041-4/+4
* windows: Provide a strndup(3) replacementMartin Willi2014-06-042-0/+20
* unit-tests: Uninline dlopen() and friends, make more dynamic, fix dlerror()Martin Willi2014-06-042-58/+136
* windows: Provide a cancellable usleep(), but with ms resolution onlyMartin Willi2014-06-042-0/+18
* windows: Add a sleep function acting as cancellation pointMartin Willi2014-06-041-0/+9
* windows: Provide a sched_yield() implementationMartin Willi2014-06-042-0/+10
* windows: Provide a time_monotonic() based on GetTickCount64()Martin Willi2014-06-041-0/+21
* chunk: Don't depend on pthread directlyMartin Willi2014-06-042-13/+13
* utils: Don't directly depend on pthreadMartin Willi2014-06-041-40/+53
* strerror: Don't directly depend on pthreadMartin Willi2014-06-043-36/+98
* windows: Provide a strdup variant safe when passing zero-length stringsMartin Willi2014-06-041-0/+15
* stream: Separate TCP/Unix stream helpers from stream/service implementationsMartin Willi2014-06-041-0/+6
* windows: Map WSAGetLastError() to errno failures in wrapped send/recv/from/toMartin Willi2014-06-041-12/+80
* windows: Add send/recv and sendto/recvfrom wrappers supporting MSG_DONTWAITMartin Willi2014-06-042-0/+135
* windows: Implement socketpair() using TCP socketsMartin Willi2014-06-042-0/+69
* windows: Add utils_init/deinit functions to initialize Winsock2Martin Willi2014-06-044-0/+75
* windows: Provide a setenv() wrapperMartin Willi2014-06-041-0/+12
* windows: Fix up PRI* printf formatters when building against own backendMartin Willi2014-06-041-0/+71
* windows: Use localtime/gmtime to implement _r variantsMartin Willi2014-06-041-26/+18
* utils: Printf() defined time output should gmtime/localtime_r() failMartin Willi2014-06-041-10/+13
* backtrace: Inline esc() helper, making it available to all build variantsMartin Willi2014-06-041-12/+12
* backtrace: Support backtraces on Windows without DbgHelpMartin Willi2014-06-041-27/+61
* backtrace: Add DbgHelp based Windows support for creating/printing backtracesMartin Willi2014-06-041-12/+195
* printf-hook-builtin: Support Windows console colors using TTY escape codesMartin Willi2014-06-042-1/+128
* capabilities: Add build support for WindowsMartin Willi2014-06-041-3/+37
* 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
* windows: Provide wrappers for dlopen() function familyMartin Willi2014-06-031-0/+81
* windows: Add a common Windows header for platform specific wrappersMartin Willi2014-06-035-11/+170
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-162-5/+27
* enum: Don't directly include enum.hMartin Willi2014-05-163-4/+5
* parser-helper: Define debug macros depending on DEBUG_LEVELTobias Brunner2014-05-151-3/+20
* parser-helper: Make parser_helper_file_t privateTobias Brunner2014-05-152-55/+37
* parser-helper: Make parser_helper_log a functionTobias Brunner2014-05-152-9/+28
* settings: Reduce log verbosity if files can't be openedTobias Brunner2014-05-151-1/+1
* parser-helper: Add utility class for flex/bison based parsersTobias Brunner2014-05-152-0/+403
* settings: Move to a separate folderTobias Brunner2014-05-152-1868/+0
* utils: Provide a CALLBACK macro, similar to METHOD, but for void* callbacksMartin Willi2014-05-071-0/+13