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
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
14
-78
/
+78
*
android: Enable build against API level 21
Tobias Brunner
2016-03-23
1
-0
/
+17
*
Fix some Doxygen issues
Tobias Brunner
2016-03-11
1
-3
/
+3
*
identification: Make `written` signed to fix error checking when printing ranges
Tobias Brunner
2016-03-11
1
-3
/
+3
*
Implemented IPv4/IPv6 subnet and range identities
Andreas Steffen
2016-03-10
1
-31
/
+356
*
byteorder: Simplify htoun64/untoh64 functions
Tobias Brunner
2016-03-04
1
-27
/
+0
*
byteorder: Always define be64toh/htobe64 macros
Tobias Brunner
2016-03-04
1
-20
/
+30
*
libhydra: Remove empty unused library
Tobias Brunner
2016-03-03
1
-1
/
+0
*
utils: Add enum name for pseudo log group 'any'
Tobias Brunner
2016-02-05
1
-2
/
+4
*
Support pseudonym RDN
Andreas Steffen
2016-01-27
2
-0
/
+4
*
byteorder: Provide a fallback for le32toh/htole32()
Martin Willi
2015-12-04
1
-0
/
+20
*
byteorder: Add 32-bit unaligned little-endian conversion functions
Martin Willi
2015-12-04
1
-0
/
+27
*
sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...
Tobias Brunner
2015-11-23
1
-1
/
+4
*
utils: Use the more low-level __NR_ prefix to refer to the syscall number
Tobias Brunner
2015-11-17
1
-1
/
+1
*
utils: Provide a fallback for sigwaitinfo() if needed
Tobias Brunner
2015-11-13
3
-30
/
+36
*
android: Provide a fallback for sigwaitinfo()
Tobias Brunner
2015-11-12
1
-1
/
+29
*
android: Replace AndroidConfigLocal.h with a header in utils/compat
Tobias Brunner
2015-11-12
2
-0
/
+34
*
windows: Define RTLD_NOW, even if it is not used
Tobias Brunner
2015-11-09
1
-0
/
+5
*
Replace usages of sigwait(3) with sigwaitinfo(2)
Tobias Brunner
2015-10-29
1
-2
/
+1
*
Fix some Doxygen issues
Tobias Brunner
2015-08-27
2
-2
/
+2
*
identification: Remove unused ID_USER_ID type
Tobias Brunner
2015-08-17
2
-11
/
+3
*
utils: Check for dirfd(3)
Tobias Brunner
2015-08-17
1
-0
/
+9
*
utils: Directly use syscall() to close open FDs in closefrom()
Tobias Brunner
2015-08-17
1
-5
/
+53
*
utils: Don't use directory enumerator to close open FDs in closefrom()
Tobias Brunner
2015-08-17
1
-24
/
+36
*
Initialize variables that some compilers seem to warn about
Tobias Brunner
2015-08-13
1
-1
/
+1
*
identification: Use UTF8String instead of the legacy T61String to encode DNs
Tobias Brunner
2015-08-06
1
-1
/
+1
*
identification: Add hash() method
Tobias Brunner
2015-08-06
2
-2
/
+45
*
printf-hook-builtin: Fix invalid memory access
Tobias Brunner
2015-08-04
1
-1
/
+2
*
capabilities: Handle ERANGE in user and group lookups
Tobias Brunner
2015-06-23
1
-12
/
+48
*
leak-detective: Use passed callback to report leaks
Tobias Brunner
2015-04-20
1
-2
/
+2
*
strerror: Move to its own Doxygen subgroup
Martin Willi
2015-04-16
1
-1
/
+2
*
utils: Clean up includes
Martin Willi
2015-04-16
2
-36
/
+31
*
align: Move min/max/padding/alignment functions to separate files
Martin Willi
2015-04-16
4
-106
/
+149
*
time: Move time related functions to separate files
Martin Willi
2015-04-16
4
-188
/
+235
*
object: Move OO programming helper macros to a separate header file
Martin Willi
2015-04-16
2
-106
/
+127
*
status: Move status_t type and functions to separate files
Martin Willi
2015-04-16
4
-113
/
+121
*
path: Move path related utility functions to separate files
Martin Willi
2015-04-16
4
-198
/
+246
*
tty: Move tty related functions to separate files
Martin Willi
2015-04-16
4
-107
/
+152
*
memory: Move memory manipulation related functions to separate files
Martin Willi
2015-04-16
4
-377
/
+421
*
string: Move string related utility functions to separate files
Martin Willi
2015-04-16
4
-152
/
+195
*
byteorder: Move byte order related functions to separate header file
Martin Willi
2015-04-16
2
-136
/
+162
*
types: Use generic type definitions to separate header file
Martin Willi
2015-04-16
2
-62
/
+88
*
atomics: Move atomics/recounting support to separate files
Martin Willi
2015-04-16
4
-180
/
+245
*
enum-names: Fail gracefully when passing a NULL value as enum names
Martin Willi
2015-04-15
1
-1
/
+5
*
leak-detective: Whitelist gcrypt_plugin_create()
Martin Willi
2015-04-15
1
-0
/
+1
*
utils: Provide aligning variants of INIT/INIT_EXTRA macros
Martin Willi
2015-04-15
1
-0
/
+29
*
utils: Add malloc/free wrappers returning aligned data
Martin Willi
2015-04-15
2
-0
/
+62
*
utils: Provide an INIT_EXTRA() macro, that allocates extra data to INIT()
Martin Willi
2015-04-15
1
-0
/
+15
*
utils: Define MAX_(U)INT_TYPE to the maximum size integer type available
Martin Willi
2015-04-14
1
-0
/
+6
*
utils: Typedef int128_t and u_int128_t types if supported
Martin Willi
2015-04-14
1
-0
/
+11
[next]