aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* utils: Enable __atomic* built-ins based on the GCC versionTobias Brunner2014-05-041-0/+7
* utils: Use GCC's __atomic built-ins if availableTobias Brunner2014-04-242-3/+22
* utils: Add ref_cur() to retrieve the current value of a reference counterTobias Brunner2014-04-242-3/+24
* leak-detective: LEAK_DETECTIVE_DISABLE completely disables LDTobias Brunner2014-04-032-15/+18
* unit-tests: Always load address of testable functionsTobias Brunner2014-03-311-1/+1
* settings: Reduce log verbosity if strongswan.conf does not existTobias Brunner2014-03-311-1/+10
* unit-tests: Implement registered functions without __builtin_apply()Tobias Brunner2014-03-201-17/+17
* unit-tests: Prefix imported testable functions with TEST_Tobias Brunner2014-03-201-3/+3
* unit-tests: Change how hashtable for testable functions is createdTobias Brunner2014-03-202-19/+36
* settings: Log all errors on level 1Tobias Brunner2014-03-041-4/+3
* settings: Avoid conf file parsing beyond allocated bufferThomas Egerer2014-03-031-2/+2
* utils: Add memrchr(3) replacement for platforms that don't support itTobias Brunner2014-02-262-1/+37
* settings: Use thread-safe dirname(3)Tobias Brunner2014-02-241-5/+3
* utils: Add thread-safe variants of dirname(3) and basename(3)Tobias Brunner2014-02-242-4/+88
* utils: Move thread-safe strerror replacement to a separate fileTobias Brunner2014-02-245-96/+139
* settings: Use dirname(3) correctlyTobias Brunner2014-02-241-4/+4
* Fixed some typosTobias Brunner2014-02-181-3/+3
* printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.hTobias Brunner2014-02-131-1/+1