📄 changelog
字号:
* DnsResolver.cxx: avoide temporary Data in +
2003-08-13 13:06 davidb
* TransactionMap.cxx: remove include Inserter
2003-08-13 13:05 davidb
* Security.cxx: commented out reference to SSL_ERROR_WANT_ACCEPT
2003-08-13 13:05 davidb
* SdpContents.hxx: defined getMediumConnectionsm getEncryption
2003-08-13 13:04 davidb
* SdpContents.cxx: defined getConnections
2003-08-13 13:03 davidb
* Helper.cxx: check header exists
2003-08-13 12:22 jason
* Dialog.cxx, Dialog.hxx: added makeRequest
2003-08-13 11:01 fluffy
* os/DnsUtil.cxx: compile on Mac OSX
2003-08-13 10:34 fluffy
* Security.cxx: better error generation
2003-08-13 10:33 fluffy
* TlsTransport.cxx: added output of who peer is
2003-08-13 10:32 fluffy
* Contents.cxx: removed second content transfer encoding output
2003-08-13 09:49 fluffy
* test/.cvsignore: updated
2003-08-13 09:49 fluffy
* os/: Socket.cxx, Socket.hxx: added call no make blocking
2003-08-13 09:45 fluffy
* test/Makefile: [no log message]
2003-08-13 08:38 jason
* Uri.cxx, ParserCategories.cxx: better debug on parse fail
2003-08-13 08:38 jason
* X_msMsgsInvite.cxx: fix bug in parsing of X_msMsgsInvite
2003-08-12 11:39 jason
* SipStack.cxx: optimization of isMyDomain
2003-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)
2003-08-09 14:19 jason
* os/: Log.cxx, Log.hxx, Logger.hxx: added simple file-based
logging
2003-08-08 19:04 wensong
* ChangeLog, Makefile.am, config.hxx.in: [no log message]
2003-08-08 01:33 wensong
* Makefile.am: [no log message]
2003-08-08 01:00 wensong
* ChangeLog, Makefile.am: [no log message]
2003-08-07 23:15 wensong
* Makefile.am: [no log message]
2003-08-07 22:53 wensong
* ChangeLog, Makefile.am: [no log message]
2003-08-07 13:50 jason
* Makefile, os/DnsUtil.cxx, os/DnsUtil.hxx: added simple DnsUtil
class
2003-08-07 09:20 jason
* os/HashMap.hxx: define a simple hash function for pointers
2003-08-07 09:19 jason
* UdpTransport.cxx: added debug in error case
2003-08-07 09:18 jason
* TcpTransport.cxx: reindent
2003-08-07 09:18 jason
* SipStack.hxx: make some virtual functions
2003-08-07 01:17 wensong
* ChangeLog, TcpTransport.cxx: [no log message]
2003-08-06 09:25 jason
* Executive.cxx, Makefile, SipStack.cxx, SipStack.hxx,
StatelessHandler.cxx: added support for stateless proxies
2003-08-06 09:15 jason
* SipMessage.hxx: add support for getDestination setDestination
2003-08-05 08:48 jason
* TransportSelector.cxx: don't pop the route in the
TransportSelector - this is a TU function
2003-08-05 08:47 jason
* GenericContents.cxx: fix assignment
2003-08-01 01:17 wensong
* ChangeLog, Makefile.am: [no log message]
2003-07-28 19:29 jason
* os/Log.hxx: [no log message]
2003-07-28 19:29 jason
* os/Log.cxx: added toType
2003-07-28 18:55 jason
* os/.cvsignore: [no log message]
2003-07-28 18:55 jason
* UdpTransport.cxx: add debug
2003-07-28 18:53 jason
* SipStack.cxx: make it more eficient
2003-07-28 03:50 jason
* DnsResolver.cxx: reindent but minor fix for stateless proxy
removed dependency on TransactionState
2003-07-28 03:45 davidb
* Contents.cxx, Contents.hxx, GenericContents.cxx,
GenericContents.hxx, Makefile, X_msMsgsInvite.cxx,
X_msMsgsInvite.hxx: generic contents
2003-07-28 03:43 davidb
* SdpContents.hxx, SipStack.hxx: [no log message]
2003-07-28 03:05 wensong
* Security.hxx: [no log message]
2003-07-27 21:55 wensong
* ChangeLog, Security.cxx, Security.hxx: [no log message]
2003-07-27 19:43 jason
* StatelessHandler.cxx, StatelessHandler.hxx: for stateless proxies
2003-07-27 19:35 jason
* Makefile.am: add support for redhat-9.0
2003-07-16 14:04 davidb
* test/torture-test.txt: fixed some whitespace
2003-07-16 14:04 davidb
* test/testSpeed.cxx: don't over ride logging level
2003-07-16 14:03 davidb
* test/testParserCategories.cxx: added test for quoted and
non-quoted display name in NameAddr. don't like how it works...
2003-07-16 14:03 davidb
* test/testData.cxx: test preallocated append
2003-07-16 14:01 davidb
* test/SipTortureTests.cxx: empty header still exists
2003-07-16 14:01 davidb
* Uri.cxx: comment
2003-07-16 14:00 davidb
* Dialog.cxx: copy Routes only if they exist
2003-07-16 13:59 davidb
* os/Data.cxx: removed gratuitous assignments to 0 after delete
2003-07-14 15:49 davidb
* test/testSdp.cxx: added test with missing colon in bandwidth (b=)
2003-07-14 15:48 davidb
* os/ParseBuffer.cxx: added [CRLF] to escapeAndAnnotate for
readability through syslog
2003-07-14 15:47 davidb
* SdpContents.cxx: fail on bad bandwith line rather than scan past
end of line (e.g. missing colon)
2003-07-14 13:52 davidb
* TransportSelector.cxx: check for Route existance before checking
if empty
2003-07-07 20:36 ryker
* Makefile.am: Fix hash generation when the source directory is not
the build directory.
2003-07-07 15:27 davidb
* test/testSipMessage.cxx: comma encoding, cleaned up branch
parameters
2003-07-07 15:23 davidb
* test/testDataPerformance.cxx: added characater and char* to test
2003-07-07 15:22 davidb
* os/ParseBuffer.cxx, test/testData.cxx: replaced a few asserts
with fails
2003-07-07 15:22 davidb
* os/Data.cxx: use append for all operator+= adeed invariant assert
to append
2003-07-07 15:20 davidb
* SipMessage.cxx: replaced const access throws with asserts
factored HeaderFieldValueList encode calls
2003-07-07 15:19 davidb
* ParserContainer.hxx: comma encoding
2003-07-07 15:16 davidb
* ParserCategory.hxx: comma encoding const enforcing
2003-07-07 15:16 davidb
* ParserCategory.cxx: const enforcing
2003-07-07 15:16 davidb
* ParserCategories.hxx: comma encoding StringCategory constructor
against Data
2003-07-07 15:15 davidb
* ParserCategories.cxx: StringCategory constructor against Data
2003-07-07 15:14 davidb
* HeaderTypes.hxx, Headers.cxx: added comma encoding
2003-07-07 15:14 davidb
* HeaderHash.gperf: shortform of Supported
2003-07-07 15:14 davidb
* HeaderFieldValueList.cxx, HeaderFieldValueList.hxx: allow
valueless header encode
2003-07-05 19:28 ryker
* test/: testEmbedded.cxx, testEmptyHeader.cxx, testSipMessage.cxx:
Fix some clientData in Via headers.
2003-07-03 14:10 ryker
* BranchParameter.cxx, BranchParameter.hxx: Implement a const
version of clientData().
2003-07-03 13:11 ryker
* Makefile.am: Teach the new build system how to generate the gperf
hashes.
2003-07-03 12:07 ryker
* os/Data.hxx: Document invariant for Data objects with !mMine.
2003-07-03 09:25 ryker
* os/Data.cxx: Fix Data mCapacity tracking in two places.
2003-06-30 16:28 jason
* TransactionMap.cxx, SipStack.cxx, DnsResolver.cxx: [no log
message]
2003-06-30 16:27 jason
* TransactionState.cxx: don't pass ACK to TU again
2003-06-30 15:00 ryker
* TransactionState.cxx: Fix two crashes that could happen during an
extremely coordinated attack on a reSIProcate-based SIP element.
2003-06-30 09:55 ryker
* torture.txt: torture.txt does not belong in the sources
directory. It is indirectly already in reSIProcate as
resiprocate/test/SipTortureTests.cxx.
2003-06-26 18:38 ryker
* test/.cvsignore: Ignore more.
2003-06-26 18:08 ryker
* TransactionState.cxx: Fix a crash that happens when a final
response retransmission is received at the INVITE client
transaction *after* the ACK has been sent.
2003-06-24 18:02 jason
* TransactionMap.cxx, TransactionState.cxx, TransactionState.hxx:
ryan's memory leak fixes merged in also fixed a problem with CANCEL
transaction cleanup on stack shutdown
2003-06-24 18:01 jason
* ShutdownMessage.hxx, SipStack.cxx, SipStack.hxx: simple shutdown
method (not finished yet, but tested)
2003-06-24 17:56 davidb
* test/testParserCategories.cxx: test added user param to set of
parameters that are moved to Uri for NameAddr
2003-06-24 17:56 davidb
* ParserCategories.cxx: added user param to set of parameters that
are moved to Uri for NameAddr
2003-06-24 14:11 ryker
* test/.cvsignore: Ignore more.
2003-06-24 12:20 ryker
* TransactionState.cxx: Respond to the TU with a 481 if a CANCEL is
sent down when no corresponding INVITE transaction is known about.
2003-06-23 10:35 jason
* Helper.cxx: remove call-id from nonce
2003-06-23 10:34 jason
* ParserCategory.cxx: fix initializer
2003-06-19 19:48 ryker
* TransactionState.cxx: Fix a large number of stack leaks.
2003-06-19 09:40 ryker
* test/: limpc.cxx, testApplicationSip.cxx, testData.cxx,
testDataPerformance.cxx, testDigestAuthentication.cxx,
testEmbedded.cxx, testEmptyHeader.cxx, testLogger.cxx,
testMessageWaiting.cxx, testMultipartMixedContents.cxx,
testParseBuffer.cxx, testPlainContents.cxx, testRandomHex.cxx,
testSdp.cxx, testServer.cxx, testSipFrag.cxx, testSipMessage.cxx,
testSipMessageMemory.cxx, testTcpTransport.cxx, testTimer.cxx,
testUri.cxx: Make sure tests return 0 on successful completion.
2003-06-19 09:27 ryker
* test/Makefile.am: Arrange for all tests to be run. Remove tests
appearing to be bogus (note: revisit these).
2003-06-19 09:07 ryker
* test/Makefile.am: Define first test to automagically run as an
example of how to do this.
2003-06-19 09:07 ryker
* test/testParserCategories.cxx: Return 0 from this test on
completion.
2003-06-18 17:20 ryker
* Makefile.am, test/Makefile.am: Get tests working under autoconf.
2003-06-18 16:08 ryker
* test/SipTortureTests.cxx: Make this compile.
2003-06-18 15:50 ryker
* UnknownHeaderType.cxx, UnknownHeaderType.hxx: Allow creation from
Data in addition to char*.
2003-06-18 15:46 ryker
* UdpTransport.cxx: Change log level of message to be consistent
with the TCP transport.
2003-06-18 15:42 ryker
* DnsResolver.cxx, TransactionState.cxx: Plug memory leaks.
2003-06-18 13:26 ryker
* test/testParserCategories.cxx: Test clientData which was put back
in the branch.
2003-06-18 13:26 ryker
* BranchParameter.cxx, BranchParameter.hxx: Put clientData back in
the branch.
2003-06-17 18:10 davidb
* Uri.cxx, test/testUri.cxx: GreaterQ correct
2003-06-17 17:59 davidb
* SdpContents.cxx: allow codec parse failure -- discard bad codec
2003-06-17 17:57 davidb
* Uri.hxx: GreaterQ
2003-06-17 17:53 davidb
* Uri.cxx, test/testSdp.cxx: allow codec parse failures -- discard
codec
2003-06-17 16:17 davidb
* os/: Data.cxx, Data.hxx: operator<=, operator>=
2003-06-12 18:40 alan
* TlsTransport.cxx: Oops forgot to check in USE_SSL changes here.
2003-06-12 17:07 alan
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -