6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 19 hours ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Regen. More... over 17 years ago
Duh, looks like on solaris we need some extra libs to get functions normally residing in the libc. More... over 17 years ago
Re-gen. More... over 17 years ago
Fix solaris properly - by detecting presence of err.h in the autoconf. More... over 17 years ago
There is no err.h on solaris. More... over 17 years ago
To quote RFC3261: More... over 17 years ago
Merge some changes that were missed some time ago: More... over 17 years ago
Linux mmap() is more picky to input arguments, try to satisfy it. More... over 17 years ago
Extend start_recording() function to take additional recording name argument (requires RTPproxy that supports `C' command). More... over 17 years ago
Add start_recording() method. More... over 17 years ago
Regen. More... over 17 years ago
Another place where version number has to be updated. More... over 17 years ago
Regen. More... over 17 years ago
Update snapshot version number. More... over 17 years ago
o Extent 'U' / 'L' commands with optional payload types list. When specified, this list is saved in the session properties and can be used later on in the 'P' command; More... over 17 years ago
o Extent 'U' / 'L' commands with optional payload types list. When specified, this list is saved in the session properties and can be used later on in the 'P' command; More... over 17 years ago
Don't leak prev_addr for RTCP. More... over 17 years ago
Merge from BSD version: fix on solaris. More... over 17 years ago
Improve handling of session updates, which could be either re-INVITE or 183/200 after 183 from different UAS, in which case we might be receiving both old and new streams at the same time. Introduce period of time (can be tweaked via UPDATE_WINDOW in the rtpp_defines.h) during which we look for packets from different IP:port and "latch" this IP:port in session parameters instead of previous address even if packet(s) from old address comes first. More... over 17 years ago
Improve handling of session updates, which could be either re-INVITE or 183/200 after 183 from different UAS, in which case we might be receiving both old and new streams at the same time. Introduce period of time (can be tweaked via UPDATE_WINDOW in the rtpp_defines.h) during which we look for packets from different IP:port and "latch" this IP:port in session parameters instead of previous address even if packet(s) from old address comes first. More... over 17 years ago
Fix on Solaris. More... over 17 years ago
Call atexit(3) after opening log, not before. This ensures that siplog's atexit function will be called after one from rtpproxy. More... over 17 years ago
Add gmake Makefiles. More... over 17 years ago
Modernize and add copyright. More... over 17 years ago
Make it possible to compile this on linux, this includes: More... over 17 years ago
Update copyright. More... over 17 years ago
When compiled with mpatrol call __mp_leaktable() on exit. More... over 17 years ago
Fixate messages that end up in '\r\n\n' instead of '\r\n\r\n'. More... over 17 years ago
Make sure the message is parsed when doing hash verification. More... over 17 years ago
Make sure the session exists before executing play command on it. Also, fix typo in play_callee() method. More... over 17 years ago