0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
build-sys: update to autoconf 2.70 More... over 3 years ago
fix typos More... about 5 years ago
build-sys: gnulib requires more recent autoconf More... about 5 years ago
client / server: fix const arguments in setsockopt() More... over 5 years ago
client: add missing static keyword More... over 5 years ago
server: use accept4 that allows close-on-exec flag More... almost 6 years ago
use systemd sandboxing More... about 6 years ago
server: remove epoll before closing client socket More... over 6 years ago
ensure open file descriptors are never inherited to child process More... over 6 years ago
option parsing: remove legacy options More... almost 7 years ago
client: make server reply read more robust More... over 7 years ago
server: supress sigpipe when sending to client socket More... over 7 years ago
epoll: remove need to malloc at each connection More... over 7 years ago
server: use better name for local variable in accept_connection() More... over 7 years ago
server: clean up and refactor code after epoll() work More... over 7 years ago
epoll: include posix message queue to epoll() notify More... over 7 years ago
epoll: use signalfd so that it can be handled with epoll() More... over 7 years ago
epoll: unify client and server socket events More... over 7 years ago
epoll: re-introduce I/O event notification facility More... over 7 years ago
build-sys: stop checking if clock_gettime() needs librt More... over 7 years ago
ipc: use posix ipc rather than system v More... over 7 years ago
client: pass post script failure to exit code More... over 7 years ago
docs: fix few spelling mistakes More... over 7 years ago
client: fix indentation More... over 7 years ago
server: use daemon(3) to close std fds an change dir More... over 7 years ago
server: do not leak pid file descriptor to pre and post scripts More... almost 8 years ago
allow F5GS environment variable passing to pre and post scripts More... about 8 years ago
reindent files More... over 8 years ago
use correct file when doing socket activation More... over 8 years ago
never follow null pointers More... over 8 years ago