reSIProcate project
reSIProcate
Mailing Lists
Source Code
Google Search:
reSIProcate site
Web Search
by Thread
< Previous Page
(to Date Index)
Next Page >
[reSIProcate-commit] resiprocate 8814 sgodin: -if we receive a re-INVITE with no SDP (ie. requesting an offer), and we were
,
svn
[reSIProcate-commit] resiprocate 8815 sgodin: -fixed some memory leaks in resip logger if using thread local loggers and starting/stopping threads
,
svn
[reSIProcate-commit] resiprocate 8816 arosenberg: Add a new test for simple PUBLISH handling.
,
svn
[reSIProcate-commit] resiprocate 8817 arosenberg: Fix a bug / race condition where if the user requested an update while a transaction was on the wire that would result in a 401 being sent back to dum, dum would abandon both transactions. The issue was that the CSeq was being updated in the shared_ptr for SipMessage when the user requested the update. This would cause the stack to not correctly match the just arrived 401 response's CSeq to the incremented CSeq that ClientPublication just made.
,
svn
[reSIProcate-commit] resiprocate 8818 arosenberg: Rework xcode build to not need the prefix header since it was creating differences than the command line build. Add the include for the TARGET macros to ares_init.c so that it can tell if Mac or iPhone build. Expand the compat.hxx section to cover TARGET_OS_IPHONE and also have very clear instructions on how to force using the system SDK's for the UInt32 defines if you get collisions. XCode file now builds standard 32/64 bit bundle libs.
,
svn
[reSIProcate-commit] resiprocate 8819 arosenberg: Remove now defunct xcode prefix header
,
svn
[reSIProcate-commit] resiprocate 8820 arosenberg: Update for API change in provideAnswer - Now takes a Contents*
,
svn
[reSIProcate-commit] resiprocate 8821 arosenberg: Add last set of missing dum and resip files to xcode project.
,
svn
[reSIProcate-commit] resiprocate 8822 sgodin: -fixed potential bad pointer access if TU unregisters and an existing TransactionState is still around
,
svn
[reSIProcate-commit] resiprocate 8823 sgodin: -fixes for running rutil/test and stack/test under windows
,
svn
[reSIProcate-commit] resiprocate 8824 sgodin: -added new DNS operating mode: HostFileLookupOnly mode
,
svn
[reSIProcate-commit] resiprocate 8825 sgodin: -remove global static instance of RRCache and modified so that there is one
,
svn
[reSIProcate-commit] resiprocate 8826 sgodin: -modified repro double record routing logic to use the provided record route host if the received transport is bound to 0.0.0.0
,
svn
[reSIProcate-commit] resiprocate 8827 sgodin: -fixed testDns for recent changes
,
svn
[reSIProcate-commit] resiprocate 8828 sgodin: -add accessors for DNS cache settings: TTL and size
,
svn
[reSIProcate-commit] resiprocate 8829 bandersson: adding UAS_NoAnswerReliable to isAccepted()
,
svn
[reSIProcate-commit] resiprocate 8830 sgodin: -fixed up some command line parameter help for repro
,
svn
[reSIProcate-commit] resiprocate 8831 sgodin: -fix for potential memory leak if ParseExcpetion throws during request/response construction
,
svn
[reSIProcate-commit] resiprocate 8832 bcampen: Reverting rev 8822.
,
svn
[reSIProcate-commit] resiprocate 8833 sgodin: -moved logging from TransactionState to Tu Selector, since it's possible
,
svn
[reSIProcate-commit] resiprocate 8834 danweber: new repo based on current svn with my repro patches
,
svn
[reSIProcate-commit] resiprocate 8836 danweber: simplified uri operator<... see if this breaks anything
,
svn
[reSIProcate-commit] resiprocate 8838 sgodin: -fixed some compilation warnings reported by Kennard White
,
svn
[reSIProcate-commit] resiprocate 8839 jmatthewsr: set ares dns sockets non-blocking
,
svn
[reSIProcate-commit] resiprocate 8842 sgodin: -allow INFO and MESSAGE to be sent in early dialogs
,
svn
[reSIProcate-commit] resiprocate 8843 sgodin: -updated to asio 1.4.5
,
svn
[reSIProcate-commit] resiprocate 8844 sgodin: -remove NO_IPHLPAPI from SSL configurations of rutil - to match non-SSL
,
svn
[reSIProcate-commit] resiprocate 8845 sgodin: -remove compiler warnings when building 64-bit
,
svn
[reSIProcate-commit] resiprocate 8846 sgodin: -ensure testSubsystemLogLevel.obj is built first for rutil/test/Makefile.w32
,
svn
[reSIProcate-commit] resiprocate 8847 sgodin: -update SipStack interfaces that need to copy SipMessages before sending to use the clone method
,
svn
[reSIProcate-commit] resiprocate 8848 sgodin: -added x64 project settings for VS2010
,
svn
[reSIProcate-commit] resiprocate 8849 sgodin: -get 32-build to use compiled static lib popt as well - so that the 3 popt related DLL's are not required in order to run repro
,
svn
[reSIProcate-commit] resiprocate 8851 arosenberg: Fix syntax error on Apple gcc with Scott's change in rev 8845 (64 bit changes). Apple gcc does not like c++ style constructors for types with unsigned [ a = unsigned int(expression) ] . Switch all of these to normal C style casts.
,
svn
[reSIProcate-commit] resiprocate 8852 sgodin: -fixed some comment typo's
,
svn
[reSIProcate-commit] resiprocate 8853 jmatthewsr: remove unused code
,
svn
[reSIProcate-commit] resiprocate 8854 sgodin: -fix for DNS spin issue when DNS server is unavailable
,
svn
[reSIProcate-commit] resiprocate 8855 sgodin: -fix to refer handling to be able to properly handle multiple REFER's within a dialog
,
svn
[reSIProcate-commit] resiprocate 8856 jmatthewsr: fix for enabling non-blocking sockets on *nix
,
svn
[reSIProcate-commit] resiprocate 8857 jmatthewsr: fix for enabling non-blocking sockets on *nix - Take II
,
svn
[reSIProcate-commit] resiprocate 8858 sgodin: -fix for compiler warning on parens
,
svn
[reSIProcate-commit] resiprocate 8859 sgodin: -Modified resip to use an outbound decorator (at the end of the decorator list)
,
svn
[reSIProcate-commit] resiprocate 8860 sgodin: branch for epoll patch from Kennard White
,
svn
[reSIProcate-commit] resiprocate 8861 kwhite: Test of SVN access
,
svn
[reSIProcate-commit] resiprocate 8862 arosenberg: Fix Mac include collision error. This was due to improper logic when searching for either Mac SDK or iPhone SDK
,
svn
[reSIProcate-commit] resiprocate 8863 kwhite: Prototype implementation of epoll() support
,
svn
[reSIProcate-commit] resiprocate 8864 kwhite: Prototype implementation of epoll() support
,
svn
[reSIProcate-commit] resiprocate 8865 sgodin: -fixed an error that was showing up in repro when a 408 is received for a non-INVITE transaction
,
svn
[reSIProcate-commit] resiprocate 8866 sgodin: -fix for hostfile lookup memory leak - thanks to Kennard White
,
svn
[reSIProcate-commit] resiprocate 8867 sgodin: -fix for RegSync server and sending of expired and removed contacts
,
svn
[reSIProcate-commit] resiprocate 8868 kwhite: make SelectorInterruptor pipe non-blocking under linux
,
svn
[reSIProcate-commit] resiprocate 8869 kwhite: Bulk update from of epoll changes
,
svn
[reSIProcate-commit] resiprocate 8870 kwhite: Port in changes from trunk
,
svn
[reSIProcate-commit] resiprocate 8871 sgodin: -fixed potential multi-threading issues with static member variable initialization
,
svn
[reSIProcate-commit] resiprocate 8872 arosenberg: Fix a crash that was occurring with XCode 3.2.5 / apple gcc 4.2 on Mac in ~ContentsFactoryBase() where multiple instances of the same Contents being registered would crash in the atexit functions. We need to check that the iterator being returned from the find call is valid before calling erase() on it. This only seems to crash on Mac
,
svn
[reSIProcate-commit] resiprocate 8873 kwhite: Add gitignore file (git equiv if svnignores)
,
svn
[reSIProcate-commit] resiprocate 8874 kwhite: Add NOBIND option for outbound-only transports
,
svn
[reSIProcate-commit] resiprocate 8875 kwhite: Add force-pic to ./configure and build/Makefile.osarch
,
svn
[reSIProcate-commit] resiprocate 8876 kwhite: Fix compiler warning & optimize SelectorInterrupt reader
,
svn
[reSIProcate-commit] resiprocate 8877 kwhite: fix compiler warning
,
svn
[reSIProcate-commit] resiprocate 8878 kwhite: update gitignore
,
svn
[reSIProcate-commit] resiprocate 8879 kwhite: bulk merge lastest epoll changes
,
svn
[reSIProcate-commit] resiprocate 8880 kwhite: import changes from HEAD
,
svn
[reSIProcate-commit] resiprocate 8881 sgodin: -fixed windows build issues
,
svn
[reSIProcate-commit] resiprocate 8882 sgodin: -re-formatted source code to more closely follow resip coding style
,
svn
[reSIProcate-commit] resiprocate 8883 kwhite: Minor feature extensions to repro
,
svn
[reSIProcate-commit] resiprocate 8884 kwhite: Hide repro --poll option if no compile-time support
,
svn
[reSIProcate-commit] resiprocate 8885 kwhite: remove extra AUTOHELP
,
svn
[reSIProcate-commit] resiprocate 8886 kwhite: Add PtrLock class that handles pointer to Lockable
,
svn
[reSIProcate-commit] resiprocate 8887 kwhite: honor via header for TCP requests in TransportSelector
,
svn
[reSIProcate-commit] resiprocate 8888 kwhite: Add new files related to epoll support
,
svn
[reSIProcate-commit] resiprocate 8889 kwhite: Better handle edge cases in Via transport selection
,
svn
[reSIProcate-commit] resiprocate 8890 kwhite: Fix missing hash-bang
,
svn
[reSIProcate-commit] resiprocate 8893 kwhite: Basic epoll support for resip stack
,
svn
[reSIProcate-commit] resiprocate 8894 kwhite: Changes from Scott for epoll
,
svn
[reSIProcate-commit] resiprocate 8895 kwhite: fix whitespace errors
,
svn
[reSIProcate-commit] resiprocate 8896 kwhite: resolve epoll-merge issues
,
svn
[reSIProcate-commit] resiprocate 8897 kwhite: Extend error repro popt error reporting
,
svn
[reSIProcate-commit] resiprocate 8898 kwhite: Add /usr/include to configure's db4 search path (for ubuntu)
,
svn
[reSIProcate-commit] resiprocate 8899 kwhite: restore lost isLookback predicate in transport selector
,
svn
[reSIProcate-commit] resiprocate 8900 kwhite: hide repro --poll option when not supported
,
svn
[reSIProcate-commit] resiprocate 8901 kwhite: update git ignore file
,
svn
[reSIProcate-commit] resiprocate 8902 kwhite: fix coding style (brace location)
,
svn
[reSIProcate-commit] resiprocate 8903 fjoanis: Created branch to implement caching of the last outgoing NIT request (and/or its Contents) so that we can easily match outgoing NIT requests to incoming responses.
,
svn
[reSIProcate-commit] resiprocate 8904 fjoanis: First attempt at caching the last sent NIT request from an InviteSession. Also updated BasicCall.cxx with code that tests it.
,
svn
[reSIProcate-commit] resiprocate 8905 fjoanis: Renamed 'lastNITRequest' to 'lastSentNITRequest' to avoid confusion
,
svn
[reSIProcate-commit] resiprocate 8906 fjoanis: Added missing set for mLastSentNITRequest when sending REFER
,
svn
[reSIProcate-commit] resiprocate 8907 fjoanis: Fixed a little indentation screw-up I had made...
,
svn
[reSIProcate-commit] resiprocate 8908 fjoanis: Merge work from b-nit-contents-20101209
,
svn
[reSIProcate-commit] resiprocate 8909 arosenberg: Add missing FdPoll.cxx/hxx to the Mac XCode project file
,
svn
[reSIProcate-commit] resiprocate 8910 sgodin: -add "BroadcastOnly" conversation types - where all participants are considered on hold,
,
svn
[reSIProcate-commit] resiprocate 8911 sgodin: -re-architect sipX Notification flow to be able to handle a Media Interface per Conversation
,
svn
[reSIProcate-commit] resiprocate 8912 bcampen: Various fixes to TransactionState; plugging various (potential) leaks,
,
svn
[reSIProcate-commit] resiprocate 8913 bcampen: Various and sundry tfm enchancements/fixes. Some new tests too.
,
svn
[reSIProcate-commit] resiprocate 8914 sgodin: -created a new Media Interface architecture mode
,
svn
[reSIProcate-commit] resiprocate 8915 sgodin: -added VS2008 compilation settings to build recon without requiring OpenSSL
,
svn
[reSIProcate-commit] resiprocate 8916 sgodin: -cleaned up confusing sipX notification dispatching
,
svn
[reSIProcate-commit] resiprocate 8917 sgodin: -start of Music-On-Hold and Park server - MOH portion is currently implemented, park server not started yet
,
svn
[reSIProcate-commit] resiprocate 8918 sgodin: -corrected buffer length check - since there are two extra bytes in StunAtrError struct that are not
,
svn
[reSIProcate-commit] resiprocate 8919 sgodin: -fix bug in handling of OOD Refer requests in recon
,
svn
[reSIProcate-commit] resiprocate 8920 jmatthewsr: Fix possible memory corruption and resulting dump/crash in asynchronous DNS handler. Occurs when calling reject() while processing a ServerRegistrationHandler::async* handler function. Also fixes an issue if the async code is used in a non-asynchronous way (ie calling ServerRegistration::asyncProvideContacts() from a handler).
,
svn
< Previous Page
(to Date Index)
Next Page >
Mail converted by
MHonArc
webmaster AT resiprocate DOT org
reSIProcate Privacy Policy