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
/
streams
Commit message (
Expand
)
Author
Age
Files
Lines
*
streams: Remove registered systemd stream service
Tobias Brunner
2017-10-18
1
-0
/
+3
*
streams: Named systemd sockets are only supported since systemd v227
Tobias Brunner
2017-10-13
1
-0
/
+6
*
stream: Add basic stream service for systemd sockets
aszlig
2017-10-10
3
-0
/
+111
*
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
*
lookip: Disconnect asynchronously to avoid dead-locking watcher unregistration
Martin Willi
2014-02-17
1
-3
/
+2
*
stream: Make sure no watcher callback is active while changing stream callbacks
Martin Willi
2014-01-22
1
-14
/
+3
*
Use exact mask when calling umask(2)
Tobias Brunner
2013-10-29
1
-1
/
+1
*
stream: Ensure UNIX socket path is null terminated
Tobias Brunner
2013-07-24
1
-0
/
+1
*
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
*
stream: add a stream service class abstracting services using BSD sockets
Martin Willi
2013-07-18
2
-0
/
+235
*
stream: add a stream class abstracting BSD sockets
Martin Willi
2013-07-18
2
-0
/
+202