6
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 14 hours ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure we don't call memmove(3) with zero or negative lengh argument. More... about 17 years ago
Do reconnect to the disconnect notification socket properly - close the previously open socket with close(2) and open a new one before calling connect(2). Re-connecting previously connected socket without doing close(2) on it may not work in some/all operating systems. More... about 17 years ago
Don't hardcode disconnect command into the RTPproxy - instead allow disconnect tag to be an URL-encoded string, so that we can pass command containing spaces and other special characters to the RTPproxy. More... about 17 years ago
Use HAVE_FOO defines instead of probing for particular arches in sources. This provides clearer code. More... about 17 years ago
Make medianum variable consistently unsigned. More... about 17 years ago
Strip unix: prefix from both command line argument and command received from the control socket. More... about 17 years ago
Use rtpp_log_write, not ewrite for the message which is not an error message. More... about 17 years ago
Do not strip leading 'unix:' prefix twice. More... about 17 years ago
Sync with the BSD version: More... about 17 years ago
Fix getTAddr() method in the case when rport parameter is specified without a value. More... about 17 years ago
There is no disconnect_ts_assert method and disconnect_ts member in this code branch. More... about 17 years ago
Workaround for another off-by-one error in Contect-Length/SDP. More... about 17 years ago
CSeq header is mandatory. More... about 17 years ago
We have no UA::cancelCreditTimer() method in this version of b2bua. More... about 17 years ago
Use self.body directly instead of getBody() method, so that we don't parse just in order to unparse again. More... about 17 years ago
Put back compactStr method, which was unintentionally killed in the last commit. More... about 17 years ago
Parse 'lr' parametere in the SipURL and handle cases when lr incorrectly has a value (i.e. 'lr=on'), which is not allowed by the RFC3261 but many implementations do it anyway, so that be generous about what we accept. More... about 17 years ago
Be case insensitive when checking the scheme name. More... about 17 years ago
Make medianum unsigned int to make gcc happy. More... about 17 years ago
Include stdint.h on all platforms, not only on Linux. It's required to get standard integer types ([u]intX_t) in. This fixes build on macos. More... about 17 years ago
Add missed errno.h. More... about 17 years ago
Roll in our own daemon(3) implementation borrowed from FreeBSD's libc, so that we can provide this functionality on platforms like solaris. More... about 17 years ago
Add missed string.h. More... about 17 years ago
Fix reversed logic. More... about 17 years ago
Include errno.h and stdio.h on solaris. More... about 17 years ago
Use HAVE_ERR_H instead of check for solaris. More... about 17 years ago
Include rtpp_util.h to get err() wrapper for the cases when HAVE_ERR_H is not defined. More... about 17 years ago
Re-gen. More... about 17 years ago
xinet -> xnet. More... about 17 years ago
Regen. More... about 17 years ago