6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rework pproc_manager to have one model pipeline that is then copied over to every stream and that copy modified in response to attaching particular module, such as catch_dtmf or dtls_gw. Convert pproc_manager to use static methods and do proper locking. More... about 3 years ago
Cache apt-get packages to increase speed and improve reliability. More... about 3 years ago
Don't use _Atomic(double) - this only works with latest clangs. More... about 3 years ago
Re-gen. More... about 3 years ago
Rename "packet_observer" into "packet_processor" and "po_manager" into "pproc_manager" as well as associated data structures. More... about 3 years ago
Use atomic ops instead of mutexes. More... about 3 years ago
GC unused member. More... about 3 years ago
Call set_stuid() method on new socket in the rtpp_stream_update_skt() in the same way we do in the rtpp_stream_set_skt(). Without this, packets received on the socket won't be read. More... about 3 years ago
Handle '+' and '%20' equivalently while decoding URL-encoded parameters to improve compatibility with URL encoders that prefer the former, such as clients using golang's url.QueryEscape(). More... over 3 years ago
libc6-dev:i386 -> libc6-dev-i386. More... over 3 years ago
Bump crash stack depth to 20 frames. More... over 3 years ago
Add missing rtpp_pthread.[ch]. More... over 3 years ago
Use T_printf() to get rid of compiler warnings. More... over 3 years ago
Mark printf-like methods accordingly. Add helper macro to convert from the stdint.h types into fprintable values. More... over 3 years ago
GC unused -I. More... over 3 years ago
Allow module to provide extended response beyond simple numerical value. More... over 3 years ago
Re-gen. More... over 3 years ago
Pass both forward direction stream pointer and reverse direction into module's handle_command(). More... over 3 years ago
When rtp.h is not included provide a reduced version of the struct rtp_packet which only exposes refcounter. More... over 3 years ago
Provide typeof() macro that works with both clang and gcc. More... over 3 years ago
Soften autoconf requirements to 2.69. More... over 3 years ago
Remove obsolete tests as reported by the autoupdate. More... over 3 years ago
Add DTLS encrypt/decrypt module, with crypto parts based loosely off the basesip's and SRTP decryption done by the libsrtp2. More... over 3 years ago
Re-gen. More... over 3 years ago
One more place where -Wno-frame-address is needed. More... over 3 years ago
Adjust timeout to match slightly more correct TTL processing logic in the a9e574cb32543cecba300b0f5e030a39ccc35c54. More... over 3 years ago
Re-gen. More... over 3 years ago
Pass in -Wno-frame-address to silence warning(s). More... over 3 years ago
Pass in both incoming and outgoing stream when "observing" a packet. This allows handled to take appropriate action when necessary (i.e. encryption or transcoding) for packets going in either direction. More... over 3 years ago
Rework rtpp_pcount to use atomic operations instead of mutexes, in this case we are only interested in atomicity in this case. More... over 3 years ago