6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jan 13, 2025 — Jan 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extend traceen to track&report call site. More... over 1 year ago
Reorder arguments of the rtpp_memdeb_asprintf() so it's easier to use. More... over 1 year ago
Use RTPP_OBJ_INCREF / RTPP_OBJ_DECREF. More... over 1 year ago
Turn off excess verbosity. More... over 1 year ago
Don't set AI_ADDRCONFIG if bindhost is wildcard. More... over 1 year ago
Don't use -c option to see if it fixes off-fuzz builds. More... over 1 year ago
Normalize arguments to the resolve: - Use AI_ADDRCONFIG when local address is desired; - AI_PASSIVE is not mutually exclusive with the AI_NUMERICHOST; - respect no_resolve in the "R" UL modifier processing corectly. More... over 1 year ago
Set HAVE_INET_NTOP and HAVE_INET_PTON so with static linking we are not replacing system-wide versions of the inet_ntop() and inet_pton() with libre versions. More... over 1 year ago
Bump update interval to 5 seconds. More... over 1 year ago
Add useful debug asserts. More... over 1 year ago
Use unix domain socket, so we are not shutting everything down when stdin is closed. More... over 1 year ago
Keep session(s) open by calling ttl->reset. More... over 1 year ago
Re-gen. More... over 1 year ago
Make this 3.1. More... over 1 year ago
Pre-seed RNGs when doing fuzzing. More... over 1 year ago
Update elperiodic to the latest. More... over 1 year ago
Set platforms correctly. More... over 1 year ago
Add #define _GNU_SOURCE needed on linux for pthread_yield(). More... over 1 year ago
libre's mbuf is expected to have both struct itself and its buf member to be independently allocated refcounted objects. Failure to set it up in such a way causes SEGV doing mem_ref(mb->buf). More... over 1 year ago
Reverse order of SSL_free() and BIO_meth_free(): the latter evaluates to just free(), while the former involves complex processing that also references content of the biomet, which would be freed by the BIO_meth_free() (e.g. use-after-free). More... over 1 year ago
Reduce useless verbosity when fuzzing RTP channel. More... over 1 year ago
Keep CFLAGS as given to us. More... over 1 year ago
Define APT_UPDATE. More... over 1 year ago
Build cryptobits statically. More... over 1 year ago
Modernize (pull from FreeBSD 13.2). More... over 1 year ago
Change default symbol visibility to "hidden" and mark function that are shared with "default". Eliminate the need to use --whole-archive. Remove superfluous includes. More... over 1 year ago
Make rtpp_module_if_ctor() weak in the librtpproxy. More... over 1 year ago
Move rtpp_rlim_max() along with the other functions accessing rtpp_cfg.nofile member. More... over 1 year ago
Bump sndfile to 1.2.2. More... over 1 year ago
Move build dependencies into /tmp/deps, so that they don't screw up the build. More... over 1 year ago