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
/
networking
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a DSCP value with getter/setter on packet_t
Martin Willi
2013-02-06
2
-0
/
+33
*
Set sockaddr family on ifreq instead of casted familiy specific sockaddr
Martin Willi
2013-02-06
1
-2
/
+2
*
Don't use pointer to a union member in host_create_from_string_and_family()
Tobias Brunner
2013-01-25
1
-5
/
+4
*
Respect given address family when resolving "%any"
Martin Willi
2013-01-14
1
-1
/
+5
*
Consolidated %any(6) host_t parsing
Martin Willi
2012-11-29
2
-12
/
+14
*
Remove numeric conversion from resolver, it is done directly in host_t
Martin Willi
2012-11-29
1
-32
/
+0
*
host_create_from_dns() tries a numeric conversion before asking resolver
Martin Willi
2012-11-29
1
-1
/
+5
*
Add a host_t constructor from string, but with a specific family
Martin Willi
2012-11-29
2
-35
/
+48
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
3
-3
/
+3
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
1
-2
/
+2
*
Moved packet_t and tun_device_t to networking folder
Tobias Brunner
2012-10-24
4
-0
/
+857
*
Moved host_t and host_resolver_t to a new networking subfolder
Tobias Brunner
2012-10-24
4
-0
/
+1249