index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
windows: Provide a time_monotonic() based on GetTickCount64()
Martin Willi
2014-06-04
1
-0
/
+21
*
chunk: Don't depend on pthread directly
Martin Willi
2014-06-04
2
-13
/
+13
*
utils: Don't directly depend on pthread
Martin Willi
2014-06-04
1
-40
/
+53
*
strerror: Don't directly depend on pthread
Martin Willi
2014-06-04
3
-36
/
+98
*
windows: Provide a strdup variant safe when passing zero-length strings
Martin Willi
2014-06-04
1
-0
/
+15
*
stream: Separate TCP/Unix stream helpers from stream/service implementations
Martin Willi
2014-06-04
1
-0
/
+6
*
windows: Map WSAGetLastError() to errno failures in wrapped send/recv/from/to
Martin Willi
2014-06-04
1
-12
/
+80
*
windows: Add send/recv and sendto/recvfrom wrappers supporting MSG_DONTWAIT
Martin Willi
2014-06-04
2
-0
/
+135
*
windows: Implement socketpair() using TCP sockets
Martin Willi
2014-06-04
2
-0
/
+69
*
windows: Add utils_init/deinit functions to initialize Winsock2
Martin Willi
2014-06-04
4
-0
/
+75
*
windows: Provide a setenv() wrapper
Martin Willi
2014-06-04
1
-0
/
+12
*
windows: Fix up PRI* printf formatters when building against own backend
Martin Willi
2014-06-04
1
-0
/
+71
*
windows: Use localtime/gmtime to implement _r variants
Martin Willi
2014-06-04
1
-26
/
+18
*
utils: Printf() defined time output should gmtime/localtime_r() fail
Martin Willi
2014-06-04
1
-10
/
+13
*
backtrace: Inline esc() helper, making it available to all build variants
Martin Willi
2014-06-04
1
-12
/
+12
*
backtrace: Support backtraces on Windows without DbgHelp
Martin Willi
2014-06-04
1
-27
/
+61
*
backtrace: Add DbgHelp based Windows support for creating/printing backtraces
Martin Willi
2014-06-04
1
-12
/
+195
*
printf-hook-builtin: Support Windows console colors using TTY escape codes
Martin Willi
2014-06-04
2
-1
/
+128
*
capabilities: Add build support for Windows
Martin Willi
2014-06-04
1
-3
/
+37
*
windows: Use _getmaxstdio as replacement for syscall(_SC_OPEN_MAX)
Martin Willi
2014-06-03
1
-0
/
+4
*
windows: replace mkdir() with Windows _mkdir() variant
Martin Willi
2014-06-03
1
-0
/
+4
*
windows: Provide wrappers for dlopen() function family
Martin Willi
2014-06-03
1
-0
/
+81
*
windows: Add a common Windows header for platform specific wrappers
Martin Willi
2014-06-03
5
-11
/
+170
*
enum: Return boolean result for enum_from_name() lookup
Martin Willi
2014-05-16
2
-5
/
+27
*
enum: Don't directly include enum.h
Martin Willi
2014-05-16
3
-4
/
+5
*
parser-helper: Define debug macros depending on DEBUG_LEVEL
Tobias Brunner
2014-05-15
1
-3
/
+20
*
parser-helper: Make parser_helper_file_t private
Tobias Brunner
2014-05-15
2
-55
/
+37
*
parser-helper: Make parser_helper_log a function
Tobias Brunner
2014-05-15
2
-9
/
+28
*
settings: Reduce log verbosity if files can't be opened
Tobias Brunner
2014-05-15
1
-1
/
+1
*
parser-helper: Add utility class for flex/bison based parsers
Tobias Brunner
2014-05-15
2
-0
/
+403
*
settings: Move to a separate folder
Tobias Brunner
2014-05-15
2
-1868
/
+0
*
utils: Provide a CALLBACK macro, similar to METHOD, but for void* callbacks
Martin Willi
2014-05-07
1
-0
/
+13
*
utils: Enable __atomic* built-ins based on the GCC version
Tobias Brunner
2014-05-04
1
-0
/
+7
*
utils: Use GCC's __atomic built-ins if available
Tobias Brunner
2014-04-24
2
-3
/
+22
*
utils: Add ref_cur() to retrieve the current value of a reference counter
Tobias Brunner
2014-04-24
2
-3
/
+24
*
leak-detective: LEAK_DETECTIVE_DISABLE completely disables LD
Tobias Brunner
2014-04-03
2
-15
/
+18
*
unit-tests: Always load address of testable functions
Tobias Brunner
2014-03-31
1
-1
/
+1
*
settings: Reduce log verbosity if strongswan.conf does not exist
Tobias Brunner
2014-03-31
1
-1
/
+10
*
unit-tests: Implement registered functions without __builtin_apply()
Tobias Brunner
2014-03-20
1
-17
/
+17
*
unit-tests: Prefix imported testable functions with TEST_
Tobias Brunner
2014-03-20
1
-3
/
+3
*
unit-tests: Change how hashtable for testable functions is created
Tobias Brunner
2014-03-20
2
-19
/
+36
*
settings: Log all errors on level 1
Tobias Brunner
2014-03-04
1
-4
/
+3
*
settings: Avoid conf file parsing beyond allocated buffer
Thomas Egerer
2014-03-03
1
-2
/
+2
*
utils: Add memrchr(3) replacement for platforms that don't support it
Tobias Brunner
2014-02-26
2
-1
/
+37
*
settings: Use thread-safe dirname(3)
Tobias Brunner
2014-02-24
1
-5
/
+3
*
utils: Add thread-safe variants of dirname(3) and basename(3)
Tobias Brunner
2014-02-24
2
-4
/
+88
*
utils: Move thread-safe strerror replacement to a separate file
Tobias Brunner
2014-02-24
5
-96
/
+139
*
settings: Use dirname(3) correctly
Tobias Brunner
2014-02-24
1
-4
/
+4
*
Fixed some typos
Tobias Brunner
2014-02-18
1
-3
/
+3
*
printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.h
Tobias Brunner
2014-02-13
1
-1
/
+1
[prev]
[next]