⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 一个著名的SIP协议栈
💻
📖 第 1 页 / 共 5 页
字号:
	* os/Tuple.cxx: fixed bug with not converting port from host to
	network

2003-09-27 09:52  jason

	* os/: DnsUtil.cxx, DnsUtil.hxx: added capability to get local ip
	address also added capability to find ip address for a named
	interface

2003-09-26 18:49  jason

	* ConnectionManager.cxx, DnsResult.cxx, Helper.cxx,
	StatelessHandler.cxx, TcpBaseTransport.cxx, TransactionState.cxx,
	Transport.cxx, Transport.hxx, TransportSelector.cxx,
	UdpTransport.cxx, os/DnsUtil.cxx, os/DnsUtil.hxx, os/Tuple.cxx,
	os/Tuple.hxx: refactored the Tuple required interface changes to
	the Tuple store network address in a sockaddr structure to be
	generic for v4 and v6 fixed a bug in Tuple::operator<

2003-09-26 18:44  alan

	* TcpBaseTransport.cxx, Transport.cxx, Transport.hxx,
	TransportSelector.cxx, UdpTransport.cxx, config.hxx.in,
	os/Tuple.cxx, test/testUdp.cxx: Safety check-in so I can work on
	the w/e on the Mac.   Modified Files:	 Tag: b-dev-ah-20030925-ts 
	     TcpBaseTransport.cxx Transport.cxx Transport.hxx	    
	TransportSelector.cxx UdpTransport.cxx config.hxx.in   
	os/Tuple.cxx test/testUdp.cxx

2003-09-26 09:47  jason

	* TcpBaseTransport.cxx, Transport.cxx, Transport.hxx,
	UdpTransport.cxx: added a method Transport::bind to replace the
	static so we can store the bound sockaddr in the Transport for use
	by TransportSelector

2003-09-25 19:14  alan

	* Makefile.am, TransportSelector.cxx, TransportSelector.hxx,
	test/Makefile.am, test/testStack.cxx: Not ready for prime-time --
	personal integration branch.   Modified Files:	  Tag:
	b-dev-ah-20030925-ts	  configure.ac aclocal.m4
	resiprocate/Makefile.am 	resiprocate/TransportSelector.cxx  
	    resiprocate/TransportSelector.hxx resiprocate/test/Makefile.am 
		resiprocate/test/testStack.cxx

2003-09-25 17:50  jason

	* test/testStack.cxx: combine message creation with sends

2003-09-25 14:42  jason

	* test/testStack.cxx: use dns

2003-09-25 14:30  jason

	* test/: Makefile, testStack.cxx: added a new performance test for
	the stack

2003-09-25 14:30  jason

	* TransactionState.cxx: fix some memory issues with delete this

2003-09-25 10:47  jason

	* test/: testTcp.cxx, testUdp.cxx, Makefile: added command line
	args using popt

2003-09-25 10:47  jason

	* test/testDns.cxx: delete DnsResults

2003-09-25 10:46  jason

	* os/: Log.cxx, Log.hxx: added Log::initialize that takes char* for
	command line arg ease of use

2003-09-25 10:46  jason

	* DnsInterface.cxx: fix memory leak with ares

2003-09-25 10:45  jason

	* DnsResult.cxx: change to LOG_DEBUG

2003-09-24 14:31  alan

	* Connection.cxx, Connection.hxx, ConnectionMap.cxx,
	ConnectionMap.hxx: removing obsolete files and references to them

2003-09-24 13:33  alan

	* test/testTcp.cxx: dummy use for err

2003-09-24 13:33  alan

	* config.hxx.in: missing USE options

2003-09-24 11:07  davidb

	* test/testUri.cxx: test IPV6 handling

2003-09-24 11:06  davidb

	* test/testSipFrag.cxx: added test for tricky end of SipFrag

2003-09-24 11:05  davidb

	* os/ParseBuffer.cxx: added file name to logging on failure -- how
	helpful

2003-09-24 11:04  davidb

	* os/: DnsUtil.cxx, DnsUtil.hxx: IPV6 mods

2003-09-24 11:04  davidb

	* os/: AbstractFifo.cxx, AbstractFifo.hxx, FiniteFifo.hxx:
	refactored fifo for finite length -- returns false if can't push
	(how will this interact with priorty queue?) (do timers ever go
	into finite queues?)

2003-09-24 10:59  davidb

	* Uri.cxx, Uri.hxx: allow IP6 hosts -- includes comparison

2003-09-24 10:58  davidb

	* SipFrag.cxx: hacked SipFrag to allow MsgHeaderScanner to be
	unhappy with how the fragment ends -- probably wrong

2003-09-23 13:25  jason

	* Connection.cxx, TcpBaseTransport.cxx, TcpConnection.cxx,
	Transport.cxx, Transport.hxx: [no log message]

2003-09-22 00:05  jason

	* Connection.cxx, ConnectionManager.cxx, TcpBaseTransport.cxx,
	TcpConnection.cxx: fix some problems with cleanup when delete
	TcpTransport and/or Connection

2003-09-19 17:33  davidb

	* test/testIntrusiveList.cxx: use static makeList

2003-09-19 17:32  davidb

	* os/IntrusiveListElement.hxx: valiant attempt to synch comments
	with code

2003-09-19 17:32  davidb

	* ConnectionManager.cxx, ConnectionManager.hxx: using a single
	Connection for all list heads; fixed iterator validation

2003-09-19 16:30  davidb

	* test/testTcp.cxx: spelling in output

2003-09-19 16:29  davidb

	* os/Data.cxx: fixed weird cast bug in hash

2003-09-19 16:29  davidb

	* Connection.cxx, Connection.hxx, ConnectionManager.cxx,
	ConnectionManager.hxx: converted Connection lists (read, write,
	least recently used) to intrusive

2003-09-19 16:28  davidb

	* os/IntrusiveListElement.hxx: rationalized initialization, added
	some paranoid asserts

2003-09-19 14:51  davidb

	* os/IntrusiveListElement.hxx, test/testIntrusiveList.cxx: [no log
	message]

2003-09-18 14:10  davidb

	* ConnectionManager.cxx: [no log message]

2003-09-18 14:08  jason

	* Makefile: added new files to old build system

2003-09-18 10:15  davidb

	* Connection.cxx, Connection.hxx, ConnectionManager.cxx,
	ConnectionManager.hxx, ConnectionMap.cxx, DnsResult.cxx,
	Makefile.am, Security.cxx, Security.hxx, SipStack.cxx,
	SipStack.hxx, TcpBaseTransport.cxx, TcpBaseTransport.hxx,
	TcpConnection.cxx, TcpConnection.hxx, TcpTransport.cxx,
	TcpTransport.hxx, TlsConnection.cxx, TlsConnection.hxx,
	TlsTransport.cxx, TlsTransport.hxx, TransactionController.cxx,
	TransactionController.hxx, Transport.cxx, Transport.hxx,
	TransportSelector.cxx, TransportSelector.hxx, UdpTransport.cxx,
	os/DnsUtil.cxx, os/DnsUtil.hxx, os/Socket.cxx, os/Tuple.cxx,
	os/Tuple.hxx, test/Makefile.am, test/Transceiver.cxx,
	test/testTcp.cxx, test/testUdp.cxx: refactored tcp code refactored
	tls code full support for tcpv6 with more general use support for
	binding to specific interfaces added many new DnsUtil and utilities
	in Tuple class

2003-09-16 08:22  jason

	* MethodHash.cxx: fix cullen's erasure of this file

2003-09-16 06:55  fluffy

	* os/: RandomHex.cxx, RandomHex.hxx: no longe used

2003-09-16 06:53  fluffy

	* .cvsignore, os/.cvsignore, test/.cvsignore: ignore goofy stuff

2003-09-16 06:50  fluffy

	* PreparseDiagnostic.cxx, PreparseInlines.cxx, SdpContents.cxx,
	ShutdownMessage.hxx, SipFrag.cxx, StatelessHandler.cxx,
	StatelessHandler.hxx, TransactionController.cxx,
	TransactionController.hxx, TransactionTerminated.hxx, TuShim.cxx,
	UnknownHeaderType.cxx, UnknownParameterType.cxx, XMLCursor.cxx,
	XPidf.cxx, X_msMsgsInvite.cxx, libSipImp.cxx, os/Coders.cxx,
	os/Coders.hxx, os/CountStream.cxx, os/DataStream.cxx,
	os/DnsUtil.hxx, os/MD5Stream.cxx, os/MD5Stream.hxx, os/Tuple.cxx,
	os/Tuple.hxx, test/InviteClient.cxx, test/InviteClient.hxx,
	test/InviteServer.cxx, test/InviteServer.hxx, test/Register.cxx,
	test/Register.hxx, test/Registrar.cxx, test/Registrar.hxx,
	test/Resolver.cxx, test/TestSupport.cxx, test/TestSupport.hxx,
	test/Transceiver.cxx, test/Transceiver.hxx, test/digcalc.hxx,
	test/lg.cxx, test/limpc.cxx, test/md5.cxx, test/md5.hxx,
	test/test1.cxx, test/test2.cxx, test/testBlast.cxx,
	test/testClient.cxx, test/testCoders.cxx, test/testCountStream.cxx,
	test/testData.cxx, test/testDataPerformance.cxx,
	test/testDataStream.cxx, test/testDigestAuthentication.cxx,
	test/testDns.cxx, test/testDnsResolver.cxx, test/testEmbedded.cxx,
	test/testEmptyHeader.cxx, test/testIM.cxx, test/testIM.hxx,
	test/testLockStep.cxx, test/testLogger.cxx,
	test/testMessageWaiting.cxx, test/testMultipartMixedContents.cxx,
	test/testNameAddrParamExclusions.cxx,
	test/testNonInviteClientTx.cxx, test/testNonInviteServerTx.cxx,
	test/testParseUtil.cxx, test/testPlainContents.cxx,
	test/testRandomHex.cxx, test/testSdp.cxx, test/testSelect.cxx,
	test/testServer.cxx, test/testSimpleLeak.cxx,
	test/testSipStackInvite.cxx, test/testSource.cxx,
	test/testSpeed.cxx, test/testTcpTransport.cxx,
	test/testThreadIf.cxx, test/testTlsConnection.cxx,
	test/testTransactionFSM.cxx, test/testUdp.cxx, test/testUri.cxx,
	test/testXMLCursor.cxx, ApplicationSip.cxx, Connection.cxx,
	Connection.hxx, ConnectionMap.cxx, Contents.cxx, DnsHandler.hxx,
	DnsResolver.cxx, Embedded.cxx, GenericContents.cxx, HeaderHash.cxx,
	HeaderHash.hxx, LazyParser.cxx, MessageWaitingContents.cxx,
	MethodHash.cxx, MethodHash.hxx, MsgHeaderScanner.cxx,
	MsgHeaderScanner.hxx, MultipartMixedContents.cxx,
	MultipartSignedContents.cxx, OctetContents.cxx, ParameterHash.cxx,
	ParameterHash.hxx, ParseUtil.hxx, Pidf.cxx, Pkcs7Contents.cxx,
	PlainContents.cxx: fixed up license text

2003-09-16 06:48  fluffy

	* os/DnsUtil.cxx: made to compile on mac

2003-09-15 20:54  davidb

	* UnknownParameter.cxx: should initialize mIsQuoted

2003-09-15 20:04  fluffy

	* UdpTransport.cxx: update error codes

2003-09-15 20:04  fluffy

	* test/test.vcproj: no message

2003-09-15 12:35  alan

	* Transport.cxx: added initialisation of mV4 member.

2003-09-15 12:00  jason

	* StatelessHandler.cxx, Transport.cxx, Transport.hxx,
	TransportSelector.cxx, os/DnsUtil.cxx, os/DnsUtil.hxx,
	os/Tuple.cxx: [no log message]

2003-09-14 22:07  alan

	* test/testSource.cxx: sockaddr_t fixes

2003-09-14 21:08  alan

	* TransportSelector.cxx: initial ipv6 via support

2003-09-14 19:49  fluffy

	* os/Socket.hxx: add assert

2003-09-14 19:48  fluffy

	* test/testBlast.cxx: does not work yet

2003-09-14 19:27  fluffy

	* UdpTransport.cxx, os/DnsUtil.cxx: update

2003-09-14 19:24  fluffy

	* test/: test.vcproj, limpc.cxx: update

2003-09-14 16:45  alan

	* TransportSelector.cxx: type repair for Linux

2003-09-14 16:40  davidb

	* os/Data.cxx: new hash fn

2003-09-14 16:39  jason

	* SipStack.cxx, SipStack.hxx, TransactionController.cxx,
	TransactionController.hxx, Transport.cxx, Transport.hxx,
	TransportSelector.cxx, TransportSelector.hxx, UdpTransport.cxx:
	added multi-threading for transports

2003-09-14 16:35  jason

	* test/: .cvsignore, Makefile.am: [no log message]

2003-09-14 16:35  jason

	* test/testUdp.cxx: added a speed test for udp

2003-09-14 14:05  alan

	* Connection.hxx, MsgHeaderScanner.cxx, MsgHeaderScanner.hxx,
	SipFrag.cxx, SipMessage.cxx, TransactionState.cxx,
	TransportSelector.cxx, TransportSelector.hxx, test/Makefile.am,
	test/testSource.cxx: Added via: setting to TransportSelector.cxx
	Fixed includes in MsgScanner Added some flags for configure: 
	--enable-ipv6	--enable-scanner	--with-ares    
	--with-openssl
	
	modified Files: 	configure.ac resiprocate/Connection.hxx    
	    resiprocate/MsgHeaderScanner.cxx	   
	resiprocate/MsgHeaderScanner.hxx resiprocate/SipFrag.cxx       
	resiprocate/SipMessage.cxx resiprocate/TransactionState.cxx    
	resiprocate/TransportSelector.cxx      
	resiprocate/TransportSelector.hxx resiprocate/test/Makefile.am 
	Added Files:	resiprocate/test/testSource.cxx

2003-09-14 13:42  fluffy

	* test/: Makefile, testSelect.cxx: added testSelect

2003-09-14 01:42  fluffy

	* Security.cxx: fix error for earlier version of SSL

2003-09-14 01:39  fluffy

	* Security.cxx: try to stop overwrite of certs

2003-09-14 01:37  jason

	* TransactionState.cxx: fix bugs

2003-09-14 01:31  fluffy

	* test/: Makefile, limpc.cxx: [no log message]

2003-09-14 01:27  jason

	* Makefile, test/Makefile: [no log message]

2003-09-14 00:54  fluffy

	* os/: DnsUtil.cxx, Tuple.cxx, Tuple.hxx: fixed for windows

2003-09-14 00:53  fluffy

	* resiprocate.vcproj: added ares - does not link

2003-09-14 00:22  rjsparks

	* DnsResult.cxx, DnsResult.hxx: Added queries for AAAA records

2003-09-14 00:21  jason

	* test/testDns.cxx: fix recursive lock error on debug

2003-09-14 00:10  fluffy

	* DnsResolver.cxx, DnsResult.cxx, TlsTransport.cxx,
	TlsTransport.hxx, TransactionState.cxx, Transport.hxx,
	UdpTransport.cxx, UdpTransport.hxx: compile under windows

2003-09-14 00:09  fluffy

	* resiprocate.vcproj: add ares

2003-09-13 23:30  jason

	* test/: test2.cxx, testClient.cxx, testDnsResolver.cxx,
	testLockStep.cxx, testNonInviteClientTx.cxx,
	testNonInviteServerTx.cxx, testServer.cxx, testSipStackInvite.cxx,
	testSpeed.cxx, testTcpTransport.cxx, testTransactionFSM.cxx: fix
	Transport -> Tuple stuff

2003-09-13 23:25  jason

	* test/Makefile.am: added files

2003-09-13 23:18  jason

	* os/Tuple.cxx: fix compile

2003-09-13 22:46  jason

	* Makefile.am: added files

2003-09-13 22:41  jason

	* test/: Makefile.am, limpc.cxx: [no log message]

2003-09-13 22:25  jason

	* Connection.cxx, Connection.hxx, ConnectionMap.cxx,
	ConnectionMap.hxx, DnsInterface.hxx, DnsResolver.cxx,
	DnsResolver.hxx, DnsResult.cxx, DnsResult.hxx, Makefile.am,
	SipMessage.hxx, SipStack.cxx, SipStack.hxx, StatelessHandler.cxx,
	TcpTransport.cxx, TcpTransport.hxx, TlsTransport.cxx,
	TlsTransport.hxx, TransactionController.cxx,
	TransactionController.hxx, TransactionState.cxx,
	TransactionState.hxx, Transport.cxx, Transport.hxx,
	TransportSelector.cxx, TransportSelector.hxx, TuIM.cxx, TuIM.hxx,
	UdpTransport.cxx, UdpTransport.hxx, libSipImp.cxx, os/DnsUtil.cxx,
	os/DnsUtil.hxx, os/Socket.hxx, test/Resolver.cxx,
	test/Resolver.hxx, test/Transceiver.cxx, test/test1.cxx,
	test/testClient.cxx, test/testServer.cxx: moved Tuple out of
	Transport added preliminary ipv6 support

2003-09-13 22:20  davidb

	* TransactionState.cxx: removed crazy TimerCleanup that causes
	strange crash

2003-09-13 21:58  davidb

	* os/Timer.cxx: fix error on display of timer

2003-09-13 21:17  fluffy

	* MethodHash.cxx: remvoed std

2003-09-13 21:15  fluffy

	* ApplicationSip.cxx, BranchParameter.cxx, Connection.cxx,
	ConnectionMap.cxx, Contents.cxx, DataParameter.cxx, Dialog.cxx,
	Dialog2.cxx, DialogSet.cxx, Embedded.cxx, Executive.cxx,
	ExistsParameter.cxx, FloatParameter.cxx, GenericContents.cxx,
	HeaderFieldValue.cxx, HeaderFieldValueList.cxx, HeaderHash.cxx,
	HeaderTypes.cxx, Headers.cxx, Helper.cxx, IntegerParameter.cxx,
	LazyParser.cxx, Message.cxx, MessageWaitingContents.cxx,
	MethodTypes.cxx, MsgHeaderScanner.cxx, MultipartMixedContents.cxx,
	MultipartSignedContents.cxx, OctetContents.cxx, Parameter.cxx,
	ParameterHash.cxx, ParameterTypes.cxx, ParseUtil.cxx,
	ParserCategories.cxx, ParserCategory.cxx, Pidf.cxx,
	Pkcs7Contents.cxx, PlainContents.cxx, Preparse.cxx,
	PreparseDiagnostic.cxx, PreparseInlines.cxx, QopParameter.cxx,
	QuotedDataParameter.cxx, Registration.cxx, RportParameter.cxx,
	SdpContents.cxx, SendingMessage.cxx, SipFrag.cxx, SipMessage.cxx,
	SipMessageExplicit.cxx, SipSession.cxx, StatelessHandler.cxx,
	Subscription.cxx, Symbols.cxx, TcpTransport.cxx, TimerMessage.cxx,
	TimerQueue.cxx, TlsTransport.cxx, TransactionController.cxx,
	TransactionMap.cxx, TransactionState.cxx, Transport.cxx,
	TuShim.cxx, UdpTransport.cxx, UnknownHeaderType.cxx,
	UnknownParameter.cxx, UnknownParameterType.cxx, Uri.cxx,
	XMLCursor.cxx, XPidf.cxx, X_msMsgsInvite.cxx: added the config.h
	include in

2003-09-13 21:12  fluffy

	* MethodHash-raw.cxx: remove std namespace - not used

2003-09-13 21:03  fluffy

	* DnsResult.hxx: interface is reserve work in windows

2003-09-13 21:02  fluffy

	* MethodHash.cxx, SipMessage.cxx: fix windows warnings

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -