6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Jan 24, 2025 — Jan 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Eliminate dynamic allocation for the name. It upsets msan and is kinda pointless. More... over 1 year ago
Initialize digest buffer. More... over 1 year ago
Enable all sanitizers. More... over 1 year ago
Allocate header string statically. More... over 1 year ago
Setup CCACHE_IMAGE correctly. More... over 1 year ago
Rework static modules support by using linker sets. This makes rtpp_static_modules_lookup() working without any modifications to the code based on what actually compiled in. The only caveat is that --whole-archive needs to be provided while linking. More... over 1 year ago
Make dtls_gw and ice_lite references weak. More... over 1 year ago
Update to link with librtpproxy.a correctly. More... over 1 year ago
Replace COPY+COPY+RUN with RUN --mount --mount. More... over 1 year ago
Add missing include. More... over 1 year ago
Mark "config_pp.h" as required, move optional ENABLE_MODULE_IF to the end of the struct. Put guard around to make sure it gets passed through fine. More... over 1 year ago
Include config_pp.h required for the src/rtpp_cfg.h to function correctly. More... over 1 year ago
Fix linking on FreeBSD, link elperiodic correctly. More... over 1 year ago
Re-gen. More... over 1 year ago
Build static version independently of the module. It's not linking correctly otherwise. More... over 1 year ago
Don't define modules_cf if modules are not enabled. More... over 1 year ago
Make sure libtool can link shared libs to enable shared modules. More... over 1 year ago
Fix function name. More... over 1 year ago
Don't override LDFLAGS on FreeBSD. More... over 1 year ago
Re-gen autostuff with less outdated version(s): 2018->2021. More... over 1 year ago
Enable librtpproxy always and link rtpproxy out of it to reduce build times. More... over 1 year ago
Also use lld for linking. More... over 1 year ago
Fix format warning on 32-bit arches. More... over 1 year ago
Push to GHCR too and use it for caching. More... over 1 year ago
Use "docker pull" vs "docker image" to check if cache exists. More... over 1 year ago
Reorder operations with cache and libg722, so that the layers cache better. More... over 1 year ago
Be less verbose by default. More... over 1 year ago
Re-gen. More... over 1 year ago
Add --enable-silent option for a less verbose build. More... over 1 year ago
Reduce parallel jobs. More... over 1 year ago