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

📄 changelog

📁 这是国外的resip协议栈
💻
📖 第 1 页 / 共 5 页
字号:
	     TcpBaseTransport.cxx Transport.cxx Transport.hxx	    	TransportSelector.cxx UdpTransport.cxx config.hxx.in   	os/Tuple.cxx test/testUdp.cxx2003-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 TransportSelector2003-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.cxx2003-09-25 17:50  jason	* test/testStack.cxx: combine message creation with sends2003-09-25 14:42  jason	* test/testStack.cxx: use dns2003-09-25 14:30  jason	* test/: Makefile, testStack.cxx: added a new performance test for	the stack2003-09-25 14:30  jason	* TransactionState.cxx: fix some memory issues with delete this2003-09-25 10:47  jason	* test/: testTcp.cxx, testUdp.cxx, Makefile: added command line	args using popt2003-09-25 10:47  jason	* test/testDns.cxx: delete DnsResults2003-09-25 10:46  jason	* os/: Log.cxx, Log.hxx: added Log::initialize that takes char* for	command line arg ease of use2003-09-25 10:46  jason	* DnsInterface.cxx: fix memory leak with ares2003-09-25 10:45  jason	* DnsResult.cxx: change to LOG_DEBUG2003-09-24 14:31  alan	* Connection.cxx, Connection.hxx, ConnectionMap.cxx,	ConnectionMap.hxx: removing obsolete files and references to them2003-09-24 13:33  alan	* test/testTcp.cxx: dummy use for err2003-09-24 13:33  alan	* config.hxx.in: missing USE options2003-09-24 11:07  davidb	* test/testUri.cxx: test IPV6 handling2003-09-24 11:06  davidb	* test/testSipFrag.cxx: added test for tricky end of SipFrag2003-09-24 11:05  davidb	* os/ParseBuffer.cxx: added file name to logging on failure -- how	helpful2003-09-24 11:04  davidb	* os/: DnsUtil.cxx, DnsUtil.hxx: IPV6 mods2003-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 comparison2003-09-24 10:58  davidb	* SipFrag.cxx: hacked SipFrag to allow MsgHeaderScanner to be	unhappy with how the fragment ends -- probably wrong2003-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 Connection2003-09-19 17:33  davidb	* test/testIntrusiveList.cxx: use static makeList2003-09-19 17:32  davidb	* os/IntrusiveListElement.hxx: valiant attempt to synch comments	with code2003-09-19 17:32  davidb	* ConnectionManager.cxx, ConnectionManager.hxx: using a single	Connection for all list heads; fixed iterator validation2003-09-19 16:30  davidb	* test/testTcp.cxx: spelling in output2003-09-19 16:29  davidb	* os/Data.cxx: fixed weird cast bug in hash2003-09-19 16:29  davidb	* Connection.cxx, Connection.hxx, ConnectionManager.cxx,	ConnectionManager.hxx: converted Connection lists (read, write,	least recently used) to intrusive2003-09-19 16:28  davidb	* os/IntrusiveListElement.hxx: rationalized initialization, added	some paranoid asserts2003-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 system2003-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 class2003-09-16 08:22  jason	* MethodHash.cxx: fix cullen's erasure of this file2003-09-16 06:55  fluffy	* os/: RandomHex.cxx, RandomHex.hxx: no longe used2003-09-16 06:53  fluffy	* .cvsignore, os/.cvsignore, test/.cvsignore: ignore goofy stuff2003-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 text2003-09-16 06:48  fluffy	* os/DnsUtil.cxx: made to compile on mac2003-09-15 20:54  davidb	* UnknownParameter.cxx: should initialize mIsQuoted2003-09-15 20:04  fluffy	* UdpTransport.cxx: update error codes2003-09-15 20:04  fluffy	* test/test.vcproj: no message2003-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 fixes2003-09-14 21:08  alan	* TransportSelector.cxx: initial ipv6 via support2003-09-14 19:49  fluffy	* os/Socket.hxx: add assert2003-09-14 19:48  fluffy	* test/testBlast.cxx: does not work yet2003-09-14 19:27  fluffy	* UdpTransport.cxx, os/DnsUtil.cxx: update2003-09-14 19:24  fluffy	* test/: test.vcproj, limpc.cxx: update2003-09-14 16:45  alan	* TransportSelector.cxx: type repair for Linux2003-09-14 16:40  davidb	* os/Data.cxx: new hash fn2003-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 transports2003-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 udp2003-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.cxx2003-09-14 13:42  fluffy	* test/: Makefile, testSelect.cxx: added testSelect2003-09-14 01:42  fluffy	* Security.cxx: fix error for earlier version of SSL2003-09-14 01:39  fluffy	* Security.cxx: try to stop overwrite of certs2003-09-14 01:37  jason	* TransactionState.cxx: fix bugs2003-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 windows2003-09-14 00:53  fluffy	* resiprocate.vcproj: added ares - does not link2003-09-14 00:22  rjsparks	* DnsResult.cxx, DnsResult.hxx: Added queries for AAAA records2003-09-14 00:21  jason	* test/testDns.cxx: fix recursive lock error on debug2003-09-14 00:10  fluffy	* DnsResolver.cxx, DnsResult.cxx, TlsTransport.cxx,	TlsTransport.hxx, TransactionState.cxx, Transport.hxx,	UdpTransport.cxx, UdpTransport.hxx: compile under windows2003-09-14 00:09  fluffy	* resiprocate.vcproj: add ares2003-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 stuff2003-09-13 23:25  jason	* test/Makefile.am: added files2003-09-13 23:18  jason	* os/Tuple.cxx: fix compile2003-09-13 22:46  jason	* Makefile.am: added files2003-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 support2003-09-13 22:20  davidb	* TransactionState.cxx: removed crazy TimerCleanup that causes	strange crash2003-09-13 21:58  davidb	* os/Timer.cxx: fix error on display of timer2003-09-13 21:17  fluffy	* MethodHash.cxx: remvoed std2003-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 in2003-09-13 21:12  fluffy	* MethodHash-raw.cxx: remove std namespace - not used2003-09-13 21:03  fluffy	* DnsResult.hxx: interface is reserve work in windows2003-09-13 21:02  fluffy	* MethodHash.cxx, SipMessage.cxx: fix windows warnings2003-09-13 20:42  jason	* os/: Tuple.cxx, Tuple.hxx: moved out of Transport2003-09-13 20:40  davidb	* Makefile, MethodHash-raw.cxx: fix hash for old build stuff2003-09-13 20:33  fluffy	* Security.cxx, Security.hxx: made path function public instead of	private2003-09-13 20:31  fluffy	* Makefile: removed old gperf generation stuff2003-09-13 18:41  davidb	* test/testParseUtil.cxx: [no log message]2003-09-13 18:41  davidb	* Makefile, MethodHash.cxx, ParseUtil.cxx, ParseUtil.hxx, Uri.cxx,	os/DnsUtil.cxx, os/DnsUtil.hxx, test/Makefile,	test/testParserCategories.cxx, test/testUri.cxx,	ParserCategories.cxx: first pass at IPV6 syntax2003-09-13 14:23  rjsparks	* os/compat.hxx: Added a definition for the DNS AAAA record type	T_AAAA == 282003-09-13 13:16  jason	* DnsInterface.hxx, Makefile.am: fix build for ares and new dns2003-09-13 12:57  jason	* DnsResolver.cxx, DnsResolver.hxx, Executive.cxx, Executive.hxx,	Makefile, Security.cxx, Security.hxx, SipStack.cxx, SipStack.hxx,	StatelessHandler.cxx, StatelessHandler.hxx, TcpTransport.cxx,	TimerMessage.cxx, TlsTransport.cxx, TransactionController.cxx,	TransactionController.hxx, TransactionState.cxx,	TransactionState.hxx, TransportSelector.cxx, TransportSelector.hxx,	TuIM.hxx, UdpTransport.cxx, os/Timer.hxx, test/testDns.cxx,	SipMessage.hxx: working new version of dns resolver using a	TransactionController now no ok() methods in Transports callback	for dns results instead of event

⌨️ 快捷键说明

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