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
*
tun-device: Use next free TUN device on FreeBSD
Tobias Brunner
2017-05-19
1
-3
/
+18
*
tun-device: TUN devices are not supported on iOS
Tobias Brunner
2017-05-19
1
-1
/
+10
*
host: Don't log port if it is zero
Tobias Brunner
2017-03-02
1
-1
/
+1
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
6
-31
/
+31
*
host: Properly handle NULL in host_create_from_string[_and_family]
Tobias Brunner
2015-07-27
1
-0
/
+4
*
host-resolver: Do not cancel threads waiting for new queries during cleanup
Martin Willi
2015-02-24
1
-6
/
+8
*
host-resolver: Disable resolver thread cancellation by default
Martin Willi
2015-02-24
1
-0
/
+3
*
apple: Redefine some additional clashing Mach types
Martin Willi
2014-12-16
1
-3
/
+3
*
tun-device: Read from tun to buffer on stack to avoid over-allocation of packets
Martin Willi
2014-11-21
1
-8
/
+6
*
tun-device: Remove the superfluous use of select() before read()
Martin Willi
2014-11-21
2
-19
/
+6
*
host: Ignore spaces around - when parsing ranges
Tobias Brunner
2014-10-30
2
-7
/
+15
*
host: Add function to create two hosts from a range definition
Tobias Brunner
2014-10-30
2
-0
/
+41
*
packet: Define a global default maximum size for IKE packets
Tobias Brunner
2014-10-10
1
-0
/
+5
*
stream-service: Prevent race conditions due to blocking call to destroy()
Tobias Brunner
2014-09-09
1
-5
/
+62
*
stream-service: Do not accept or re-register when service is terminated
Tobias Brunner
2014-09-09
1
-2
/
+10
*
stream-service: Restart accepting without blocking
Tobias Brunner
2014-09-09
1
-2
/
+7
*
stream: Separate TCP/Unix stream helpers from stream/service implementations
Martin Willi
2014-06-04
13
-300
/
+503
*
tun-device: Rearrange headers to build properly when tun devices not supported
Martin Willi
2014-06-03
1
-19
/
+13
*
windows: Add a common Windows header for platform specific wrappers
Martin Willi
2014-06-03
2
-5
/
+1
*
tun-device: Use SIOCAIFADDR to set IP address on FreeBSD 10
Tobias Brunner
2014-04-25
1
-2
/
+90
*
lookip: Disconnect asynchronously to avoid dead-locking watcher unregistration
Martin Willi
2014-02-17
1
-3
/
+2
*
lib: All settings use configured namespace
Tobias Brunner
2014-02-12
1
-4
/
+4
*
stream: Make sure no watcher callback is active while changing stream callbacks
Martin Willi
2014-01-22
1
-14
/
+3
*
tun-device: Include system headers before our own
Tobias Brunner
2013-12-20
2
-3
/
+5
*
tun-device: Include <linux/types.h> before <linux/if_tun.h>
Martin Willi
2013-11-22
1
-0
/
+1
*
Use exact mask when calling umask(2)
Tobias Brunner
2013-10-29
1
-1
/
+1
*
tun_device: Add warning if TUN devices are not supported by platform
Tobias Brunner
2013-09-12
1
-2
/
+16
*
host: Properly initialize struct sockaddr_in[6] when parsing strings
Tobias Brunner
2013-07-31
1
-0
/
+2
*
stream: Ensure UNIX socket path is null terminated
Tobias Brunner
2013-07-24
1
-0
/
+1
*
host: Prevent overflow in host_create_netmask() if mask is 0 or 32/128
Tobias Brunner
2013-07-24
1
-5
/
+7
*
Fix various API doc issues and typos
Tobias Brunner
2013-07-18
1
-2
/
+3
*
stream-service: move CAP_CHOWN check from plugins to service constructor
Martin Willi
2013-07-18
1
-0
/
+5
*
stream: allow async read/write callback to destroy the stream explicitly
Martin Willi
2013-07-18
2
-10
/
+15
*
stream: don't close underlying socket when creating a stream from it
Martin Willi
2013-07-18
1
-1
/
+6
*
stream: support keeping the service alive outside of service callback
Martin Willi
2013-07-18
2
-4
/
+5
*
stream: add read/write_all() methods to stream
Martin Willi
2013-07-18
2
-2
/
+73
*
stream: support cancellation of stream service callback
Martin Willi
2013-07-18
1
-2
/
+3
*
stream: use a service constructor to create services
Martin Willi
2013-07-18
2
-77
/
+8
*
stream: replace print/vprint() convenience functions by a FILE* getter
Martin Willi
2013-07-18
2
-51
/
+20
*
stream: add a concurrency option to services, limiting parallel callbacks
Martin Willi
2013-07-18
4
-7
/
+71
*
stream: add a job priority option to stream services
Martin Willi
2013-07-18
4
-7
/
+24
*
stream: add backlog option to stream services, forward to listen()
Martin Willi
2013-07-18
4
-11
/
+15
*
stream: add support for TCP stream services
Martin Willi
2013-07-18
3
-0
/
+53
*
stream: add support for TCP streams
Martin Willi
2013-07-18
3
-2
/
+108
*
stream: add support for UNIX stream services
Martin Willi
2013-07-18
3
-0
/
+61
*
stream: add support for UNIX streams
Martin Willi
2013-07-18
3
-0
/
+77
*
stream: support async operation using watcher
Martin Willi
2013-07-18
2
-0
/
+142
*
stream: add printf()-style covenience functions
Martin Willi
2013-07-18
2
-1
/
+60
*
stream: create library instance of stream-manager
Martin Willi
2013-07-18
3
-5
/
+2
*
stream: add a manager to dynamically register streams and services
Martin Willi
2013-07-18
2
-0
/
+386
[next]