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

📄 changelog

📁 这是国外的resip协议栈
💻
📖 第 1 页 / 共 5 页
字号:
2003-09-13 12:47  jason	* DnsHandler.hxx, DnsInterface.cxx, DnsInterface.hxx,	DnsResult.cxx, DnsResult.hxx: working new version of dns resolver2003-09-13 10:47  davidb	* SdpContents.cxx, SdpContents.hxx: change int&2003-09-11 21:45  fluffy	* Headers.cxx, ParserCategories.cxx, SdpContents.cxx: fixed compile	warnings on windows2003-09-11 21:38  fluffy	* resiprocate.vcproj, os/DnsUtil.cxx: fixed to compile on windows	again2003-09-11 10:17  alan	* Makefile.am: added RPM stuff to autotools manifests2003-09-08 19:04  jason	* test/Makefile: remove some tests that aren't building at the	moment2003-09-08 15:56  davidb	* test/testUri.cxx: more tests, test missing scheme failure2003-09-08 15:56  davidb	* test/testSipMessage.cxx: slight fix to test2003-09-08 15:55  davidb	* Uri.cxx: complain if give an uri with a @ and no scheme2003-09-08 15:54  davidb	* UdpTransport.cxx: typo in debug2003-09-08 15:54  davidb	* SipMessage.cxx: type agreement in comparison2003-09-08 15:53  davidb	* HeaderTypes.hxx, Headers.cxx, Headers.hxx, MethodTypes.cxx,	MethodTypes.hxx, ParameterTypeEnums.hxx: unified macros in	preparation for auto generating gperf files2003-09-08 15:00  jason	* os/Fifo.hxx: remove reference to Inserter in Fifo2003-09-08 14:43  jason	* os/Inserter.hxx: change inserter to only comment out code under	windows2003-09-05 21:38  fluffy	* os/Fifo.hxx, os/Inserter.hxx, DnsInterface.cxx, DnsResult.hxx,	MethodHash.cxx, StatelessHandler.cxx, TransportSelector.cxx,	Uri.cxx, resiprocate.vcproj: compile under windows2003-09-04 11:20  jason	* test/.cvsignore: allow addition of new tests2003-09-04 11:20  jason	* test/: testDns.cxx, Makefile: simple test code for new Dns	resolver2003-09-04 11:19  jason	* DnsResult.cxx: added code to handle case where SRV or A records	are not in additional section of dns record2003-09-03 15:08  jason	* HeaderHash.cxx, MethodHash.cxx, MethodHash.gperf: added PRACK and	PUBLISH rebuild the gperf stuff2003-09-01 22:00  jason	* DnsResult.cxx: NAPTR processing seems better now. If no NAPTR,	the algorithm to pick from multiple SRV results is not right - need	clarification2003-09-01 21:38  jason	* DnsInterface.cxx, DnsInterface.hxx, DnsResult.cxx, DnsResult.hxx:	closer to implementation of rfc2782, rfc2915 and rfc3263 (still not	ready for public consumption)2003-08-31 18:54  jason	* DnsInterface.cxx, DnsInterface.hxx, DnsResult.cxx: fixed some	bugs, not for public use yet. interface may still change2003-08-31 17:40  jason	* DnsInterface.cxx, DnsInterface.hxx, DnsResult.cxx, DnsResult.hxx:	fix some link errors2003-08-31 16:49  jason	* os/: Subsystem.cxx, Subsystem.hxx: added DNS subsystem sorted	entries2003-08-31 16:49  jason	* os/: DnsUtil.cxx, DnsUtil.hxx: added some calls for isIpAddress	(v4 & v6) v6 not implemented2003-08-31 16:48  jason	* DnsInterface.cxx, DnsInterface.hxx, DnsResult.cxx, DnsResult.hxx:	first cut at a new set of DNS interfaces/implementation complete	rewrite of DnsResolver class2003-08-31 16:43  jason	* ParserCategories.hxx: add rport parameter by default on Via2003-08-29 13:33  ryker	* MethodHash.gperf: Get some s/sip2/resiprocate/ out of my local	tree.2003-08-29 13:33  ryker	* MethodHash.hxx: Make macro guards consistent.2003-08-29 13:27  ryker	* HeaderHash.gperf, HeaderHash.hxx: Get some s/sip2/resiprocate/	out of my tree.2003-08-26 21:58  fluffy	* Helper.cxx, TuIM.cxx, TuIM.hxx, test/limpc.cxx: fixed bugs with	TCP2003-08-26 20:48  fluffy	* os/vmd5.cxx: fixed endina bug that caused digest auth to fail on	MAC2003-08-26 19:45  wensong	* os/DnsUtil.cxx: [no log message]2003-08-26 17:51  jason	* TcpTransport.cxx: temporary fix to problem with	blocking/non-blocking creation of tcp socket needs more work2003-08-26 17:50  jason	* ConnectionMap.cxx: remove the delete of connection to avoid a	crash in TCP/TLS2003-08-26 17:50  jason	* Helper.cxx: only add record-route to response if 180 -- 2xx2003-08-26 17:49  jason	* TODO: [no log message]2003-08-26 17:49  jason	* TlsTransport.cxx: fix bug related to using an existing connection	with TLS2003-08-26 17:49  jason	* Transport.cxx: added some debug to operator<<2003-08-26 17:48  jason	* TransportSelector.cxx: added a comment2003-08-26 17:48  jason	* os/Fifo.hxx: added asserts2003-08-26 15:04  fluffy	* SipStack.cxx, SipStack.hxx, libSipImp.cxx, test/limpc.cxx: change	order of addTlsTransport2003-08-26 15:03  fluffy	* TransactionState.cxx: fix compile warning2003-08-26 14:03  fluffy	* os/DnsUtil.cxx: fix for MAC2003-08-25 20:21  wensong	* Makefile.am: [no log message]2003-08-21 06:28  jason	* TransactionState.cxx: when reliability message comes back from	transports, set mIsReliable flag in transaction so retransmissions	don't occur on reliable transports2003-08-20 13:47  jason	* MethodTypes.cxx, MethodTypes.hxx: added PRACK and PUBLISH2003-08-20 08:56  jason	* ParserCategories.cxx, ParserCategory.cxx: Unknown parameters call2003-08-20 08:16  jason	* UnknownParameter.cxx, UnknownParameter.hxx: deal with exists	style unknown parameters2003-08-20 08:10  jason	* SipMessage.cxx: fix brie for UNKNOWN method2003-08-20 07:07  ryker	* TcpTransport.cxx: Fix the comment so that I can understand it	better.2003-08-19 16:11  jason	* HeaderFieldValueList.cxx, ParserContainer.hxx: don't allow empty	headers  (still requires support for special multi headers that can	be empty) fix bug in multi output on separate lines2003-08-19 16:10  jason	* TransportSelector.cxx: debug output2003-08-19 16:10  jason	* TransactionState.cxx, TransactionState.hxx: fix handling of dns	errors and running out of dns entries - send a 480 to TU2003-08-19 16:09  jason	* TlsTransport.cxx: return when error occurs to avoid seg fault2003-08-19 16:08  jason	* DnsResolver.cxx, DnsResolver.hxx: when dns error occurs, set	final = true2003-08-19 09:56  jason	* test/: testParserCategories.cxx, testSipMessage.cxx: add exists	style unknown parameters2003-08-19 08:17  jason	* TransportSelector.cxx: include TlsTransports in all process	calls. temporary solution2003-08-19 08:17  jason	* TlsTransport.cxx: handle case where 0 bytes received2003-08-19 08:17  jason	* Connection.cxx: stampReceived not called in one case2003-08-19 01:30  wensong	* ChangeLog, Makefile.am, TcpTransport.cxx, TlsTransport.cxx: [no	log message]2003-08-18 15:41  jason	* Headers.cxx, ParserCategories.hxx, ParserCategory.hxx: rename	wierd comma enums fix bug in output of multi headers on separate	lines2003-08-18 07:48  ryker	* ExistsParameter.cxx: When we parse "exists" parameters, be	accepting of a right hand side (e.g. ;lr=1 instead of plain ;lr). 	In this case, eat the right hand side so we can continue parsing	normally.2003-08-16 18:43  jason	* Transport.cxx: init to -12003-08-16 18:43  jason	* TcpTransport.cxx: handle shutting down the TcpTransport if stuff	is still in the fifo.  not correct behavior. shut drain the	transport2003-08-16 18:42  jason	* Connection.cxx, Connection.hxx, ConnectionMap.cxx: fixed a bug in	the Connection where it was deleting some dummy Connections	resulting in closing file descriptor 02003-08-16 18:17  jason	* SipStack.cxx: [no log message]2003-08-15 16:28  davidb	* Connection.cxx, Connection.hxx, Makefile, MsgHeaderScanner.cxx,	SipFrag.cxx, SipMessage.cxx, SipMessage.hxx, TcpTransport.cxx,	UdpTransport.cxx, UdpTransport.hxx, test/SipTortureTests.cxx,	test/TestSupport.cxx, test/testMultipartMixedContents.cxx,	test/testTcpTransport.cxx: support both Preparser and	MsgHeaderScanner2003-08-14 22:05  davidb	* os/DnsUtil.cxx: include2003-08-14 22:05  davidb	* os/RecursiveMutex.cxx: indent2003-08-14 22:03  davidb	* Transport.cxx: fixed hash function for tuple2003-08-14 22:03  davidb	* Transport.hxx: added warning comment2003-08-14 22:03  davidb	* MsgHeaderScanner.cxx, MsgHeaderScanner.hxx: new style message	scanner (alternative for preparser)2003-08-14 22:02  davidb	* ConnectionMap.cxx: minor change to assertion2003-08-14 21:28  wensong	* Makefile.am: [no log message]2003-08-13 22:49  jason	* Connection.cxx, SipStack.hxx, TcpTransport.cxx, TlsTransport.cxx,	TlsTransport.hxx, Transport.hxx: tweaks to the TLS stuff so that it	sets the tls domainname when a message is received on a TLS	transport2003-08-13 22:48  jason	* TransportSelector.cxx, TransportSelector.hxx: use the only TLS	transport if there is only one and no TLS domainname specified2003-08-13 22:47  jason	* os/: DnsUtil.cxx, DnsUtil.hxx: added getLocalDomainName2003-08-13 20:21  wensong	* test/Makefile.am: [no log message]2003-08-13 19:26  jason	* Connection.cxx, SipMessage.cxx, SipMessage.hxx, SipStack.cxx,	SipStack.hxx, TlsTransport.cxx, TlsTransport.hxx,	TransportSelector.cxx, TransportSelector.hxx, UdpTransport.cxx,	test/TestSupport.cxx, test/testPreparse.cxx: TLS interface changes	to support one Security object per TlsTransport Change to how	SipMessage is constructed to provide access to the Transport* if it	came from the wire2003-08-13 19:18  jason	* os/: DnsUtil.cxx, DnsUtil.hxx: added an interface to return SRV	records2003-08-13 19:17  jason	* Security.cxx, Security.hxx: make initialize thread-safe2003-08-13 19:17  jason	* DnsResolver.hxx: indentation2003-08-13 13:36  davidb	* test/testSipMessage.cxx: header remove tests2003-08-13 13:35  davidb	* os/MD5Stream.cxx, test/testData.cxx: use Data::Share interface	for overlay2003-08-13 13:34  davidb	* os/: Data.cxx, Data.hxx: depracate bool overlay interface, add	Data::Share interface for overlay2003-08-13 13:33  davidb	* Uri.cxx: share default scheme, avoid temporary Data in +2003-08-13 13:33  davidb	* TransportSelector.cxx: use clear rather than "" assign2003-08-13 13:33  davidb	* Transport.cxx: check Via exists2003-08-13 13:32  davidb	* TimerQueue.cxx: remove Inserter include2003-08-13 13:32  davidb	* SipStack.hxx: comment fix2003-08-13 13:32  davidb	* SipMessage.cxx: check Vias exists2003-08-13 13:31  davidb	* HeaderTypes.hxx: cosmetic2003-08-13 13:31  davidb	* DnsResolver.cxx: avoide temporary Data in +2003-08-13 13:06  davidb	* TransactionMap.cxx: remove include Inserter2003-08-13 13:05  davidb	* Security.cxx: commented out reference to SSL_ERROR_WANT_ACCEPT2003-08-13 13:05  davidb	* SdpContents.hxx: defined getMediumConnectionsm getEncryption2003-08-13 13:04  davidb	* SdpContents.cxx: defined getConnections2003-08-13 13:03  davidb	* Helper.cxx: check header exists2003-08-13 12:22  jason	* Dialog.cxx, Dialog.hxx: added makeRequest2003-08-13 11:01  fluffy	* os/DnsUtil.cxx: compile on Mac OSX2003-08-13 10:34  fluffy	* Security.cxx: better error generation2003-08-13 10:33  fluffy	* TlsTransport.cxx: added output of who peer is2003-08-13 10:32  fluffy	* Contents.cxx: removed second content transfer encoding output2003-08-13 09:49  fluffy	* test/.cvsignore: updated2003-08-13 09:49  fluffy	* os/: Socket.cxx, Socket.hxx: added call no make blocking2003-08-13 09:45  fluffy	* test/Makefile: [no log message]2003-08-13 08:38  jason	* Uri.cxx, ParserCategories.cxx: better debug on parse fail2003-08-13 08:38  jason	* X_msMsgsInvite.cxx: fix bug in parsing of X_msMsgsInvite2003-08-12 11:39  jason	* SipStack.cxx: optimization of isMyDomain2003-08-10 03:21  wensong	* ChangeLog, Makefile.am: [no log message]2003-08-09 14:27  jason	* StatelessHandler.cxx: delete before invalidating iterator (fixed	crash on win32)

⌨️ 快捷键说明

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