📄 changelog
字号:
2003-09-13 20:42 jason
* os/: Tuple.cxx, Tuple.hxx: moved out of Transport
2003-09-13 20:40 davidb
* Makefile, MethodHash-raw.cxx: fix hash for old build stuff
2003-09-13 20:33 fluffy
* Security.cxx, Security.hxx: made path function public instead of
private
2003-09-13 20:31 fluffy
* Makefile: removed old gperf generation stuff
2003-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 syntax
2003-09-13 14:23 rjsparks
* os/compat.hxx: Added a definition for the DNS AAAA record type
T_AAAA == 28
2003-09-13 13:16 jason
* DnsInterface.hxx, Makefile.am: fix build for ares and new dns
2003-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
2003-09-13 12:47 jason
* DnsHandler.hxx, DnsInterface.cxx, DnsInterface.hxx,
DnsResult.cxx, DnsResult.hxx: working new version of dns resolver
2003-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 windows
2003-09-11 21:38 fluffy
* resiprocate.vcproj, os/DnsUtil.cxx: fixed to compile on windows
again
2003-09-11 10:17 alan
* Makefile.am: added RPM stuff to autotools manifests
2003-09-08 19:04 jason
* test/Makefile: remove some tests that aren't building at the
moment
2003-09-08 15:56 davidb
* test/testUri.cxx: more tests, test missing scheme failure
2003-09-08 15:56 davidb
* test/testSipMessage.cxx: slight fix to test
2003-09-08 15:55 davidb
* Uri.cxx: complain if give an uri with a @ and no scheme
2003-09-08 15:54 davidb
* UdpTransport.cxx: typo in debug
2003-09-08 15:54 davidb
* SipMessage.cxx: type agreement in comparison
2003-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 files
2003-09-08 15:00 jason
* os/Fifo.hxx: remove reference to Inserter in Fifo
2003-09-08 14:43 jason
* os/Inserter.hxx: change inserter to only comment out code under
windows
2003-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 windows
2003-09-04 11:20 jason
* test/.cvsignore: allow addition of new tests
2003-09-04 11:20 jason
* test/: testDns.cxx, Makefile: simple test code for new Dns
resolver
2003-09-04 11:19 jason
* DnsResult.cxx: added code to handle case where SRV or A records
are not in additional section of dns record
2003-09-03 15:08 jason
* HeaderHash.cxx, MethodHash.cxx, MethodHash.gperf: added PRACK and
PUBLISH rebuild the gperf stuff
2003-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
clarification
2003-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 change
2003-08-31 17:40 jason
* DnsInterface.cxx, DnsInterface.hxx, DnsResult.cxx, DnsResult.hxx:
fix some link errors
2003-08-31 16:49 jason
* os/: Subsystem.cxx, Subsystem.hxx: added DNS subsystem sorted
entries
2003-08-31 16:49 jason
* os/: DnsUtil.cxx, DnsUtil.hxx: added some calls for isIpAddress
(v4 & v6) v6 not implemented
2003-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 class
2003-08-31 16:43 jason
* ParserCategories.hxx: add rport parameter by default on Via
2003-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
TCP
2003-08-26 20:48 fluffy
* os/vmd5.cxx: fixed endina bug that caused digest auth to fail on
MAC
2003-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 work
2003-08-26 17:50 jason
* ConnectionMap.cxx: remove the delete of connection to avoid a
crash in TCP/TLS
2003-08-26 17:50 jason
* Helper.cxx: only add record-route to response if 180 -- 2xx
2003-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 TLS
2003-08-26 17:49 jason
* Transport.cxx: added some debug to operator<<
2003-08-26 17:48 jason
* TransportSelector.cxx: added a comment
2003-08-26 17:48 jason
* os/Fifo.hxx: added asserts
2003-08-26 15:04 fluffy
* SipStack.cxx, SipStack.hxx, libSipImp.cxx, test/limpc.cxx: change
order of addTlsTransport
2003-08-26 15:03 fluffy
* TransactionState.cxx: fix compile warning
2003-08-26 14:03 fluffy
* os/DnsUtil.cxx: fix for MAC
2003-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 transports
2003-08-20 13:47 jason
* MethodTypes.cxx, MethodTypes.hxx: added PRACK and PUBLISH
2003-08-20 08:56 jason
* ParserCategories.cxx, ParserCategory.cxx: Unknown parameters call
2003-08-20 08:16 jason
* UnknownParameter.cxx, UnknownParameter.hxx: deal with exists
style unknown parameters
2003-08-20 08:10 jason
* SipMessage.cxx: fix brie for UNKNOWN method
2003-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 lines
2003-08-19 16:10 jason
* TransportSelector.cxx: debug output
2003-08-19 16:10 jason
* TransactionState.cxx, TransactionState.hxx: fix handling of dns
errors and running out of dns entries - send a 480 to TU
2003-08-19 16:09 jason
* TlsTransport.cxx: return when error occurs to avoid seg fault
2003-08-19 16:08 jason
* DnsResolver.cxx, DnsResolver.hxx: when dns error occurs, set
final = true
2003-08-19 09:56 jason
* test/: testParserCategories.cxx, testSipMessage.cxx: add exists
style unknown parameters
2003-08-19 08:17 jason
* TransportSelector.cxx: include TlsTransports in all process
calls. temporary solution
2003-08-19 08:17 jason
* TlsTransport.cxx: handle case where 0 bytes received
2003-08-19 08:17 jason
* Connection.cxx: stampReceived not called in one case
2003-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
lines
2003-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 -1
2003-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
transport
2003-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 0
2003-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
MsgHeaderScanner
2003-08-14 22:05 davidb
* os/DnsUtil.cxx: include
2003-08-14 22:05 davidb
* os/RecursiveMutex.cxx: indent
2003-08-14 22:03 davidb
* Transport.cxx: fixed hash function for tuple
2003-08-14 22:03 davidb
* Transport.hxx: added warning comment
2003-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 assertion
2003-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
transport
2003-08-13 22:48 jason
* TransportSelector.cxx, TransportSelector.hxx: use the only TLS
transport if there is only one and no TLS domainname specified
2003-08-13 22:47 jason
* os/: DnsUtil.cxx, DnsUtil.hxx: added getLocalDomainName
2003-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 wire
2003-08-13 19:18 jason
* os/: DnsUtil.cxx, DnsUtil.hxx: added an interface to return SRV
records
2003-08-13 19:17 jason
* Security.cxx, Security.hxx: make initialize thread-safe
2003-08-13 19:17 jason
* DnsResolver.hxx: indentation
2003-08-13 13:36 davidb
* test/testSipMessage.cxx: header remove tests
2003-08-13 13:35 davidb
* os/MD5Stream.cxx, test/testData.cxx: use Data::Share interface
for overlay
2003-08-13 13:34 davidb
* os/: Data.cxx, Data.hxx: depracate bool overlay interface, add
Data::Share interface for overlay
2003-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 "" assign
2003-08-13 13:33 davidb
* Transport.cxx: check Via exists
2003-08-13 13:32 davidb
* TimerQueue.cxx: remove Inserter include
2003-08-13 13:32 davidb
* SipStack.hxx: comment fix
2003-08-13 13:32 davidb
* SipMessage.cxx: check Vias exists
2003-08-13 13:31 davidb
* HeaderTypes.hxx: cosmetic
2003-08-13 13:31 davidb
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -