index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
socket-proxy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use the return value from sockaddr_un_set_path()
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-6
/
+7
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() call
Lennart Poettering
2019-04-10
1
-1
/
+1
*
tree-wide: voidify some socket calls
Lennart Poettering
2019-04-10
1
-1
/
+1
*
tree-wide: use ERRNO_IS_DISCONNECT() at more places
Lennart Poettering
2019-03-19
1
-3
/
+4
*
tree-wide: use c99 static for array size declarations
Zbigniew Jędrzejewski-Szmek
2019-01-04
1
-1
/
+1
*
socket-proxyd: use typesafe resolve_getaddrinfo()
Yu Watanabe
2018-12-17
1
-4
/
+3
*
socket-proxy: define main through macro
Yu Watanabe
2018-11-22
1
-35
/
+24
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-16
/
+12
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+1
*
tree-wide: port various users over to sockaddr_un_set_path()
Lennart Poettering
2018-10-15
1
-10
/
+9
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-9
/
+21
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-11
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-2
/
+2
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-2
/
+2
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
socket-proxyd: fix --connections-max help message and docs (#5044)
(GalaxyMaster)
2017-01-10
1
-1
/
+1
*
socket-proxyd: Introduced dynamic connection limit via an option. (#4749)
(GalaxyMaster)
2016-11-28
1
-6
/
+23
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-13
/
+4
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journal-remote: split-mode=host, remove port from journal filename
Klearchos Chaloulos
2015-12-01
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-8
/
+6
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-16
/
+8
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-8
/
+8
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-24
/
+12
*
treewide: more log_*_errno() conversions
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-16
/
+16
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-16
/
+16
*
socket-proxyd: Unchecked return value from library
Susant Sahani
2014-10-09
1
-1
/
+1
*
include fcntl.h rather than sys/fcntl.h
Emil Renner Berthing
2014-09-18
1
-1
/
+1
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+2
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-04
1
-10
/
+6
*
fix warnings
Thomas Hindoe Paaboel Andersen
2014-06-06
1
-3
/
+0
*
socket-proxyd: port to asynchronous name resolution using sd-resolve
Lennart Poettering
2014-06-05
1
-131
/
+188
*
util: replace close_pipe() with new safe_close_pair()
Lennart Poettering
2014-03-24
1
-2
/
+2
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-10
/
+6
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-4
/
+4
*
event: be more conservative when returning errors from event handler callbacks
Lennart Poettering
2013-12-13
1
-8
/
+9
*
event: hook up sd-event with the service watchdog logic
Lennart Poettering
2013-12-11
1
-0
/
+2
[next]