1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-changes to make reTurn compatible with ASIO 1.10.1 More... almost 11 years ago
-fix potential leak removed by Coverity if CommandServer doesn't get created properly More... almost 11 years ago
ignore autotools genrated files in contrib More... almost 11 years ago
Ignore autotools generated files More... almost 11 years ago
travis: enable clang builds again More... almost 11 years ago
-use threadsafe variant of localtime (localtime_r) on non-windows based platforms -note: may need a conditional compile around it for platforms with older clibs More... almost 11 years ago
-remove commented out code - this class is used in the DUM TU - it won't need this More... almost 11 years ago
-reprocmd/CommandServer -added new command to be able to add transports at runtime -fixed up StackStatistics handling for when multiple command servers are running (ie: v4 and v6 CommandServers) -ReproRunner now receives the statistics and dispatches them to each running CommandServer -repro -ensure we use the ServerText config setting to set the server text headers in requests that traverse repro -fix potential memory leak when creating web admin objects fails More... almost 11 years ago
-add ability for SipStack users to be able to add transports at runtime safely -SipStack will track if anyone has called the run loop yet and if so, will request that the TransportSelector thread adds the transport in a thread safe manner -Mutexing was added around SipStack member variables mPorts, mDomains and mUri for thread safety -converted a number of asserts on failures to add transports to exceptions -ensure Transport fifos are added to the congestion manager -TransportSelector -don't add transport to mTypeToTransportMap or call mDns.addTransportType until we know everything else is successful -fix block forever bug in checkTransportAddQueue More... almost 11 years ago
rpm: remove CAFile from spec file More... almost 11 years ago
-InternalTransport - ensure we remove ourselves from CongestionManager on destruction More... almost 11 years ago
-DnsResult -modified initial lookup, whitelistLast, greylistLast and blacklistLast to run in the DnsThread context (if multi-threaded stack is enabled) - this addresses thread safety issues with RRVip and for the new dynamic transport code that is coming -modified lookup method on DnsResult to not require the enum settings be passed in - DnsResult can get them from the DnsStub itself -DnsInterface -removed commented out code -added Mutex for Supported lists in order to support dynamic transport additions (coming in a future commit) -TupleMarkManager - removed Mutex since all accesses are from DnsThread now More... almost 11 years ago
-add ability for DnsStub users to queue custom Commands (via queueCommand)) and have them execute in the Dns Thread (when multithreaded stack is enabled) More... almost 11 years ago
-add Mutex to GeneralCongestionManager for thread safety of -querying statistics for logs and repro web interface -dynamic transport adds (coming in a future commit) -fix potential issue in GeneralCongestionManager::updateFifoTolerances where removed Fifo's are not properly ignored More... almost 11 years ago
Fix bug where we would throw an exception if a UAS removed tag params when sending a response. More... almost 11 years ago
rpm: Update spec file to use systemd macros, close bug redhat bug 1013999, contributed by Juan Orti Alcaine More... almost 11 years ago
rpm: update for v1.9.x series, tested on RHEL6 More... almost 11 years ago
rpm: build pyroute plugin More... almost 11 years ago
repro: pyroute: build fixes for RHEL6 More... almost 11 years ago
rpm: fix DSO plugin install directory More... almost 11 years ago
repro: fix config syntax for PluginDirectory More... almost 11 years ago
repro: CookieAuthenticator: update documentation in test case More... almost 11 years ago
rutil: change log and PID file ownership when dropping privileges More... almost 11 years ago
release: Update for 1.9.0~rc2 More... almost 11 years ago
repro: CookieAuthenticator: checking extension header against cookie More... almost 11 years ago
repro: pyroute: do not parse body, pass content-type header More... almost 11 years ago
repro: pyroute: pass extension headers to plugin More... almost 11 years ago
autotools: test for pkg-config More... almost 11 years ago
-code style changes only More... almost 11 years ago
-enabled UAS PRACK in dum/test/basicClient program More... almost 11 years ago