📄 changelog
字号:
* Security.hxx, SipStack.cxx, SipStack.hxx, TlsTransport.cxx,
TransportSelector.cxx, TuIM.cxx, libSipImp.cxx: Made changes to
USE_SSL defines and added typedefs for types when openssl is not
being used. This preserves object sizes between configurations.
This is a "Good Thing". Right Jason? Modified Files: .cvsignore
resiprocate/Security.hxx resiprocate/SipStack.cxx
resiprocate/SipStack.hxx resiprocate/TlsTransport.cxx
resiprocate/TransportSelector.cxx resiprocate/TuIM.cxx
resiprocate/libSipImp.cxx
2003-06-11 19:37 jason
* test/testSpeed.cxx: [no log message]
2003-06-05 15:12 jason
* os/: Log.hxx, Logger.hxx: added support for log to cerr
2003-06-05 13:17 ryker
* UdpTransport.cxx: Fix some really confusing indentation.
2003-06-04 10:14 ryker
* Uri.cxx: An even uglier fix is needed for the Sun Forte compiler.
This one was tested with the checked in testUri unit test and it
compiles and works.
2003-06-04 09:12 ryker
* Uri.cxx: Hack in a workaround for the Solaris Forte STL
implementation which does not support a list.sort() function taking
a BinaryPredicate.
2003-06-04 09:09 ryker
* test/testUri.cxx: Test order irrelevance of unknown parameters.
2003-06-03 08:55 ryker
* os/RecursiveMutex.cxx: Hack to make reSIProcate compile with the
Intel C++ compiler.
2003-06-03 08:15 ryker
* os/Fifo.hxx: Squash warning produced by the Intel C++ compiler.
2003-06-02 20:29 ryker
* os/compat.hxx: Minor cleanup and temporary hack for Solaris
compilation.
2003-06-02 20:25 ryker
* config.hxx.in: Get rid of non-reSIProcate specific stuff.
2003-06-02 20:24 ryker
* Makefile.am: Install the library build configuration header.
2003-06-02 14:14 ryker
* os/: compat.hxx, vmd5.hxx: Remove Sun-specific conditional code
and replace with autoconf probed results. This might just work on
another non-Sun platform too now.
2003-06-02 14:13 ryker
* config.hxx.in: Let autoconf find <sys/int_types.h> if it exists.
2003-06-02 13:52 ryker
* os/: BaseException.hxx, CircularBuffer.hxx, Coders.hxx,
Condition.hxx, CountStream.hxx, Data.hxx, DataStream.hxx, Fifo.hxx,
HashMap.hxx, Inserter.hxx, Lock.hxx, Lockable.hxx, Log.hxx,
Logger.hxx, MD5Stream.hxx, Mutex.hxx, ParseBuffer.hxx, RWMutex.hxx,
Random.hxx, RecursiveMutex.hxx, Socket.hxx, Subsystem.hxx,
SysLogBuf.hxx, SysLogStream.hxx, ThreadIf.hxx, Timer.hxx,
compat.hxx, vmd5.hxx, vthread.hxx: Fix include guards to avoid
macro namespace conflicts. Some of these are just style changes to
make things consistent across the project.
2003-06-02 13:33 ryker
* Transport.cxx, config.hxx.in: Ascertain the existence of
<sys/sockio.h> at configure-time. This means a platform other than
Solaris that uses this will pick it up too.
2003-06-02 13:27 ryker
* OctetContents.hxx, SdpContents.hxx, SendingMessage.hxx,
SipFrag.hxx, SipMessage.hxx, SipSession.hxx, SipStack.hxx,
Subscription.hxx, Symbols.hxx, TcpTransport.hxx, TimerMessage.hxx,
TimerQueue.hxx, TlsTransport.hxx, TransactionMap.hxx,
TransactionState.hxx, TransactionTerminated.hxx, Transport.hxx,
TransportMessage.hxx, TransportSelector.hxx, TuIM.hxx, TuShim.hxx,
TuUa.hxx, UdpTransport.hxx, UnknownHeaderType.hxx,
UnknownParameter.hxx, UnknownParameterType.hxx, Uri.hxx,
XMLCursor.hxx, XPidf.hxx: Fix include guards to avoid macro
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: gone
2003-05-23 14:20 fluffy
* Dialog.cxx, Dialog.hxx, TuIM.cxx: fix bug with dialogs and
registration
2003-05-23 14:20 fluffy
* os/Coders.cxx: comopile on windows
2003-05-23 12:23 fluffy
* resiprocate.vcproj: gone
2003-05-23 12:12 fluffy
* .cvsignore: update
2003-05-23 12:05 fluffy
* os/Logger.cxx: compile on windows
2003-05-23 12:05 fluffy
* sipstack.vcproj: no message
2003-05-23 11:50 fluffy
* Security.cxx, TimerMessage.cxx, TlsTransport.cxx, Transport.cxx,
sipstack.vcproj: compile on windows
2003-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 mac
2003-05-16 15:23 jason
* TransactionState.cxx: debug
2003-05-16 15:23 jason
* SipMessage.cxx: throw when trying to compute a tid for a response
2003-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 header
2003-05-08 10:49 davidb
* IntegerParameter.hxx, QuotedDataParameter.hxx,
UnknownParameter.hxx: explicit
2003-05-08 10:48 davidb
* HeaderFieldValueList.cxx, HeaderFieldValueList.hxx: added
parsedEmpty -- header field value list may be empty but have parsed
elements
2003-05-08 10:45 davidb
* DataParameter.hxx, ExistsParameter.hxx, FloatParameter.hxx:
explicit
2003-05-07 11:38 jason
* Dialog.cxx: [no log message]
2003-05-07 11:14 jason
* test/testSipMessage.cxx: fix case
2003-05-07 11:13 jason
* test/InviteClient.cxx: changed interface
2003-05-07 11:13 jason
* Registration.cxx, Registration.hxx, SipSession.cxx,
SipSession.hxx: fix copyright
2003-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 contact
2003-05-07 11:10 jason
* Dialog2.hxx: indent
2003-05-04 20:19 fluffy
* Security.cxx: fixed include for compile
2003-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 register
2003-05-04 18:39 fluffy
* test/Makefile: SSL debug stuff
2003-05-04 17:25 fluffy
* Makefile: add libSipImp
2003-05-04 17:24 fluffy
* test/limpc.cxx: more updates
2003-05-04 17:24 fluffy
* .cvsignore: mac stuff
2003-05-04 17:21 fluffy
* libSipImp.cxx, libSipImp.h: first cut - don't work yet
2003-05-02 17:55 jason
* Transport.cxx: probably broke mac again
2003-05-02 17:54 jason
* TransportSelector.cxx: fixed bug where topmost route wasn't being
popped before sending
2003-05-01 14:57 fluffy
* Security.cxx, Security.hxx, SipStack.cxx, test/limpc.cxx: added
SSL options for security
2003-05-01 14:19 fluffy
* Makefile: [no log message]
2003-05-01 14:18 fluffy
* os/RecursiveMutex.cxx: compile on mac
2003-05-01 14:18 rohan
* Makefile: unf*cked the Makefile (sorry) -r
2003-05-01 14:14 fluffy
* Security.cxx, Security.hxx, SipStack.cxx, SipStack.hxx,
test/limpc.cxx: added option to make tls server or client
2003-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 empty
2003-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 tag
2003-05-01 07:25 fluffy
* Transport.cxx: compile on MAC - may have broken on linux
2003-04-30 21:55 jason
* Transport.cxx, Transport.hxx: added support for finding ip
address for interface
2003-04-30 21:54 jason
* Helper.cxx: remove debug
2003-04-30 21:54 jason
* Dialog.cxx, Dialog.hxx: store the dialogId including totag and
fromtag
2003-04-30 19:04 ryker
* Makefile: Don't add OctetContents.cxx twice.
2003-04-30 16:57 fluffy
* Security.cxx, TransportSelector.cxx: updated
2003-04-30 16:57 fluffy
* XPidf.cxx, XPidf.hxx: does not work yet
2003-04-30 13:35 fluffy
* Security.cxx, TlsTransport.cxx: fixed some TLS stuff
2003-04-30 13:10 rjsparks
* Makefile: Added Ryan's OctetContents
2003-04-30 13:10 rjsparks
* SipMessage.cxx: repaired literal string that wasn't terminated
2003-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 missing
2003-04-30 08:03 davidb
* os/: Logger.cxx, Logger.hxx: fix to new recursive mutex
2003-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
info
2003-04-29 13:22 davidb
* Makefile, os/Logger.cxx, os/Logger.hxx, test/testLogger.cxx: use
recursive mutex for !NO_DEBUG
2003-04-29 13:15 davidb
* os/Mutex.hxx: removed VOCAL comment
2003-04-26 21:09 fluffy
* os/Timer.cxx: tried to add mac timer stuff - does not work yet
2003-04-26 17:35 fluffy
* DnsResolver.cxx: fixed for symbol being char*
2003-04-26 17:30 fluffy
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -