changelog

来自「这是国外的resip协议栈」· 代码 · 共 2,587 行 · 第 1/5 页

TXT
2,587
字号
	namespace conflicts.2003-06-02 13:23  ryker	* DnsResolver.cxx: Fix Sun macro guard so as to compile with the	GNU toolchain too.2003-06-02 13:03  ryker	* Parameter.hxx, ParameterTypeEnums.hxx, ParameterTypes.hxx,	ParseException.hxx, ParserCategories.hxx, ParserCategory.hxx,	ParserContainer.hxx, ParserContainerBase.hxx, Pidf.hxx,	Pkcs7Contents.hxx, PlainContents.hxx, Preparse.hxx,	QopParameter.hxx, QuotedDataParameter.hxx, Registration.hxx,	ReliabilityMessage.hxx, RportParameter.hxx: Fix include guards to	avoid macro namespace conflicts.2003-06-02 12:29  ryker	* Message.hxx, MessageWaitingContents.hxx, MethodTypes.hxx,	MultipartMixedContents.hxx, MultipartSignedContents.hxx: Fix	include guards to avoid macro namespace conflicts.2003-06-02 12:23  ryker	* Executive.hxx, ExistsParameter.hxx, FloatParameter.hxx,	HeaderFieldValue.hxx, HeaderFieldValueList.hxx, HeaderTypes.hxx,	Headers.hxx, Helper.hxx, IntegerParameter.hxx, LazyParser.hxx: Fix	include guards to avoid macro namespace conflicts.2003-06-02 12:23  ryker	* Embedded.hxx: Fix include guards to avoid macro namespace	conflicts.  Add license.2003-06-02 12:22  ryker	* DnsResolver.hxx: Add license.2003-06-02 12:22  ryker	* Dialog.hxx: Fix include guards to avoid macro namespace	conflicts.  Move license.2003-06-02 12:19  ryker	* ApplicationSip.hxx, BranchParameter.hxx, Connection.hxx,	ConnectionMap.hxx, Contents.hxx, DataParameter.hxx, Dialog2.hxx,	DialogSet.hxx: Fix include guards to avoid macro namespace	conflicts.2003-06-02 12:14  ryker	* Transport.cxx: Make array index const to placate the	Solaris/Forte compiler.2003-06-02 12:12  ryker	* ParserCategory.cxx: Turn a const_iterator into a plain iterator	as the code that followed wasn't really preserving const-ness. 	Fixes compile on Solaris/Forte.2003-06-02 11:55  ryker	* SipMessage.hxx: Remove extra trailing semi-colon.  Causes a	warning on Solaris/Forte.2003-06-02 11:54  ryker	* ParserCategories.cxx: Quick Solaris portability hack.  The right	thing to do, I think, is #if defined(__sun), #define __EXTENSIONS__	right before #include <time.h>.2003-06-02 09:23  ryker	* os/RecursiveMutex.cxx: Conditionalise linux-isms to fix	portability to Solaris and OpenBSD.2003-06-02 09:22  ryker	* TransportSelector.cxx, TuIM.cxx, libSipImp.cxx, os/Random.cxx,	test/limpc.cxx, test/testTlsConnection.cxx: Pull in build	configuration header.2003-06-02 09:22  ryker	* Transport.cxx: Fix Solaris port by #including necessary headers.2003-06-02 09:18  ryker	* DnsResolver.cxx, DnsResolver.hxx, Security.cxx, Security.hxx,	SipStack.cxx, SipStack.hxx, TlsTransport.cxx: Pull in build	configuration header.2003-06-02 09:15  ryker	* config.hxx.in: Add guard.2003-06-02 09:08  ryker	* .cvsignore: Ignore more.  Sort too.2003-06-02 09:06  ryker	* .cvsignore: Ignore more.2003-06-02 09:04  ryker	* Makefile.am, config.hxx.in: Impound autotools-based build system.2003-05-23 15:20  fluffy	* sipstack.vcproj: gone2003-05-23 14:20  fluffy	* Dialog.cxx, Dialog.hxx, TuIM.cxx: fix bug with dialogs and	registration2003-05-23 14:20  fluffy	* os/Coders.cxx: comopile on windows2003-05-23 12:23  fluffy	* resiprocate.vcproj: gone2003-05-23 12:12  fluffy	* .cvsignore: update2003-05-23 12:05  fluffy	* os/Logger.cxx: compile on windows2003-05-23 12:05  fluffy	* sipstack.vcproj: no message2003-05-23 11:50  fluffy	* Security.cxx, TimerMessage.cxx, TlsTransport.cxx, Transport.cxx,	sipstack.vcproj: compile on windows2003-05-20 16:36  ryker	* test/.cvsignore: Tidy up the .cvsignore file and make it catch	all architectures.2003-05-18 18:58  fluffy	* libSipImp.cxx: compile on mac2003-05-16 15:23  jason	* TransactionState.cxx: debug2003-05-16 15:23  jason	* SipMessage.cxx: throw when trying to compute a tid for a response2003-05-08 11:04  davidb	* BranchParameter.cxx, BranchParameter.hxx, DnsResolver.cxx,	ParserCategory.cxx, ParserCategory.hxx, ParserContainer.hxx,	ParserContainerBase.hxx, RportParameter.hxx, SipMessage.cxx,	SipMessage.hxx: const header accessors - throw if header doesn't	exist, return const header2003-05-08 10:49  davidb	* IntegerParameter.hxx, QuotedDataParameter.hxx,	UnknownParameter.hxx: explicit2003-05-08 10:48  davidb	* HeaderFieldValueList.cxx, HeaderFieldValueList.hxx: added	parsedEmpty -- header field value list may be empty but have parsed	elements2003-05-08 10:45  davidb	* DataParameter.hxx, ExistsParameter.hxx, FloatParameter.hxx:	explicit2003-05-07 11:38  jason	* Dialog.cxx: [no log message]2003-05-07 11:14  jason	* test/testSipMessage.cxx: fix case2003-05-07 11:13  jason	* test/InviteClient.cxx: changed interface2003-05-07 11:13  jason	* Registration.cxx, Registration.hxx, SipSession.cxx,	SipSession.hxx: fix copyright2003-05-07 11:12  jason	* Dialog.cxx, Dialog.hxx: remove interface to	createDialogAsUAC(request, response) fix problems referencing tags	which don't exist throw when no contact2003-05-07 11:10  jason	* Dialog2.hxx: indent2003-05-04 20:19  fluffy	* Security.cxx: fixed include for compile2003-05-04 18:45  fluffy	* libSipImp.cxx: [no log message]2003-05-04 18:39  fluffy	* TuIM.cxx, TuIM.hxx: added support for 200 response to a register2003-05-04 18:39  fluffy	* test/Makefile: SSL debug stuff2003-05-04 17:25  fluffy	* Makefile: add libSipImp2003-05-04 17:24  fluffy	* test/limpc.cxx: more updates2003-05-04 17:24  fluffy	* .cvsignore: mac stuff2003-05-04 17:21  fluffy	* libSipImp.cxx, libSipImp.h: first cut - don't work yet2003-05-02 17:55  jason	* Transport.cxx: probably broke mac again2003-05-02 17:54  jason	* TransportSelector.cxx: fixed bug where topmost route wasn't being	popped before sending2003-05-01 14:57  fluffy	* Security.cxx, Security.hxx, SipStack.cxx, test/limpc.cxx: added	SSL options for security2003-05-01 14:19  fluffy	* Makefile: [no log message]2003-05-01 14:18  fluffy	* os/RecursiveMutex.cxx: compile on mac2003-05-01 14:18  rohan	* Makefile: unf*cked the Makefile  (sorry) -r2003-05-01 14:14  fluffy	* Security.cxx, Security.hxx, SipStack.cxx, SipStack.hxx,	test/limpc.cxx: added option to make tls server or client2003-05-01 13:44  rohan	* Makefile: comment out RecursiveMutex.cxx from the Makefile as it	will not compile.2003-05-01 12:11  fluffy	* Security.cxx: [no log message]2003-05-01 10:43  fluffy	* ParserCategory.cxx: changed to not add a tag if the tag is empty2003-05-01 08:20  fluffy	* test/.cvsignore: [no log message]2003-05-01 08:19  fluffy	* ParserCategory.cxx: fixed problem with responses that have no tag2003-05-01 07:25  fluffy	* Transport.cxx: compile on MAC - may have broken on linux2003-04-30 21:55  jason	* Transport.cxx, Transport.hxx: added support for finding ip	address for interface2003-04-30 21:54  jason	* Helper.cxx: remove debug2003-04-30 21:54  jason	* Dialog.cxx, Dialog.hxx: store the dialogId including totag and	fromtag2003-04-30 19:04  ryker	* Makefile: Don't add OctetContents.cxx twice.2003-04-30 16:57  fluffy	* Security.cxx, TransportSelector.cxx: updated2003-04-30 16:57  fluffy	* XPidf.cxx, XPidf.hxx: does not work yet2003-04-30 13:35  fluffy	* Security.cxx, TlsTransport.cxx: fixed some TLS stuff2003-04-30 13:10  rjsparks	* Makefile: Added Ryan's OctetContents2003-04-30 13:10  rjsparks	* SipMessage.cxx: repaired literal string that wasn't terminated2003-04-30 12:32  ryker	* SipMessage.cxx: Only extract contents if contents are available	to be extracted.2003-04-30 12:32  ryker	* Makefile: Build OctetContents.2003-04-30 11:32  ryker	* OctetContents.cxx, OctetContents.hxx, SipMessage.cxx: Return	application/octet-stream instead of NULL pointer when we don't have	a Content-Type defined.2003-04-30 08:53  alan	* TcpTransport.cxx, TlsTransport.cxx, os/Data.cxx, os/Data.hxx,	os/compat.hxx: removed vocal2 references, added T_NAPTR and T_SRV	defines if missing2003-04-30 08:03  davidb	* os/: Logger.cxx, Logger.hxx: fix to new recursive mutex2003-04-30 08:02  davidb	* os/: RecursiveMutex.cxx, RecursiveMutex.hxx: [no log message]2003-04-30 06:57  fluffy	* PlainContents.cxx, Security.cxx, TcpTransport.cxx,	TlsTransport.cxx, os/Log.cxx, test/limpc.cxx: updatged debuggging	info2003-04-29 13:22  davidb	* Makefile, os/Logger.cxx, os/Logger.hxx, test/testLogger.cxx: use	recursive mutex for !NO_DEBUG2003-04-29 13:15  davidb	* os/Mutex.hxx: removed VOCAL comment2003-04-26 21:09  fluffy	* os/Timer.cxx: tried to add mac timer stuff - does not work yet2003-04-26 17:35  fluffy	* DnsResolver.cxx: fixed for symbol being char*2003-04-26 17:30  fluffy	* test/limpc.cxx: no real changes2003-04-26 17:30  fluffy	* os/Socket.hxx: Support for mac2003-04-26 17:29  fluffy	* Symbols.cxx, Symbols.hxx: Changed from Data to char* (Again)	because otherwise have static intializaiton order problems2003-04-26 17:28  fluffy	* test/testSpeed.cxx: [no log message]2003-04-26 16:52  fluffy	* test/limpc.cxx: fix ~ bug2003-04-26 16:52  fluffy	* Security.cxx: added more debug2003-04-26 12:30  fluffy	* test/: Makefile, limpc.cxx: added limpc back in2003-04-26 10:16  davidb	* test/testLogger.cxx: test recursive logging2003-04-26 10:15  davidb	* os/: ThreadIf.cxx, ThreadIf.hxx: typedef thread identifier type2003-04-26 10:15  davidb	* os/: Logger.cxx, Logger.hxx: allow recursive DebugLogs; detect	deadlock in other logs when debug on2003-04-26 10:13  davidb	* os/Log.hxx: indent2003-04-25 18:03  davidb	* test/testSipMessage.cxx: add tests for brief() and auto_ptr a	leak or two2003-04-25 18:02  davidb	* Uri.cxx: pre-allocate Data for getAor()2003-04-25 18:01  davidb	* SipMessage.cxx: pre-allocate Data for brief()2003-04-25 18:01  davidb	* Helper.cxx: pre-allocate a few Data2003-04-25 18:00  davidb	* DnsResolver.cxx: pre-allocate a Data2003-04-24 15:02  ryker	* DnsResolver.cxx: #include <memory> for std::auto_ptr.2003-04-24 10:43  davidb	* test/testEmbedded.cxx: passes2003-04-24 10:42  davidb	* Uri.cxx, test/testParserCategories.cxx: canonicalize host in	Uri::getAor()2003-04-21 16:03  jason	* Uri.cxx, test/testParserCategories.cxx: aor for tel uri fixed	parse for tel uri in requri fixed2003-04-21 15:44  jason	* ParserCategories.cxx, Uri.cxx, test/testParserCategories.cxx:	more fixes for tel uri related stuff2003-04-21 14:25  jason	* test/testUri.cxx: added some more tel uri tests2003-04-21 14:25  jason	* Uri.cxx, Uri.hxx: fixed a bug with tel uri parsing, url	comparisons, fromTel fixed again2003-04-17 15:20  davidb	* test/testSipMessage.cxx: corrected empty header tests2003-04-17 15:20  davidb	* SipMessage.cxx: handle empty headers (more or less) gracefully2003-04-17 15:18  davidb	* ParameterTypes.hxx, ParserCategories.hxx: Token is comma	tokenizing2003-04-17 13:17  jason	* TransactionState.cxx: added some debug2003-04-17 13:12  alan	* Preparse.cxx: fixed empty header data handling at end of message2003-04-17 13:12  alan	* test/testSipMessage.cxx: made pretty2003-04-17 12:19

⌨️ 快捷键说明

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