6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Run rtpproxy binaries with -V to make sure they are functional. More... about 1 month ago
Revert "Check for __atomic_load_8() in -latomic explicitly to make -latomic" More... about 1 month ago
Add libatomic1 when building on linux/arm/v5. More... about 1 month ago
Add helper script to set env and run build in a docker. More... about 1 month ago
Update counters. More... about 1 month ago
Re-gen. More... about 1 month ago
Run only on sundays on schedule. More... about 1 month ago
Get rid of the gcc warning: More... about 1 month ago
In the resolve() fallback to the inet_pton() when getaddrinfo() fails and AI_NUMERICHOST is set. More... about 1 month ago
Re-gen. More... about 1 month ago
Check for __atomic_load_8() in -latomic explicitly to make -latomic check working on 32-bit linux platforms with clang 19. More... about 1 month ago
Set fail-fast: false for docker builds, add debian-13. More... about 1 month ago
Attach pointer to the rtpp_session_ctor_args to the r_pipe_ctor_args, so that we don't have to copy bunch of pointers and parameters. More... about 1 month ago
Move rtpp_create_listener() inside rtpp_session_ctor(); More... about 1 month ago
Re-gen. More... about 1 month ago
Convert "ifdef LIBRTPPROXY" into normal if () blocks. Remove unneeded __weak__ attribute. More... about 1 month ago
Switch bionic to use https for packages, we are having issues updating over http. More... about 1 month ago
Switch from using CCACHE_COMPILERCHECK=content to CCACHE_COMPILERCHECK=string based on the has of the compiler version output. More... about 1 month ago
Capture and propagate exception issuing rtpproxy commands. More... about 1 month ago
Skip the stage if the previous stage has failed. More... about 2 months ago
Re-gen. More... about 2 months ago
Add --disable-debug option to not build debug code. More... about 2 months ago
Simplify pipe / stream constructor parameters passing by just passing reference to the r_pipe_ctor_args inside r_stream_ctor_args instead of copying bunch of parameters over. More... about 2 months ago
Also cancel wip builds. More... about 2 months ago
Use always() to decouple independent jobs that are sequenced to avoid wasting cycles. More... about 2 months ago
GC old script. More... about 2 months ago
Use sippy/cimagic/.github/workflows/BuildDPKGs.yml. More... about 2 months ago
Cancel branches starting with "codex/" it's crazy pushing refs. More... 2 months ago
Mark RTPC_SYSD as stream socket. More... 2 months ago
Remove unused variable, catch an error if ctrl_sock->type is bogus. More... 2 months ago