- Jun 01, 2009
-
-
baire authored
match the end of the headers
-
baire authored
match the CRLF at the end of RequestLine
-
baire authored
Reverted previous change
-
baire authored
Line break to the end of the status line
-
baire authored
display name changed to optional
-
baire authored
added full control
-
baire authored
Decoding support for contact ant to fields
-
baire authored
support for content-type
-
baire authored
support for Content-Type
-
baire authored
support for CSeq
-
baire authored
support decoding of Call-ID
-
baire authored
match the CRLF after a Response line
-
baire authored
disable m flag in perl regex
-
baire authored
implemented an adapter for the torture test suite
-
baire authored
moved the torture test sources into the torture directory
-
baire authored
moved dat files into the data directory
-
baire authored
simplification
-
baire authored
fixed regression introduced by r105
-
baire authored
Tel scheme support
-
baire authored
Torture tests
-
baire authored
added MoveAt & MovePast
-
baire authored
Addr_Union updated
-
baire authored
removed include directory no longer needed (and which was causing segfaults on cygwin because of mismatching version between boost's headers and libs)
-
baire authored
support multiple lines inside undefined headers
-
baire authored
partial support of UndefinedHeader
-
baire authored
transformed () groups in LWS and SWS regexes (?: ) to ease sub pattern matchings in parent regex
-
baire authored
support decoding ViaBody_List
-
baire authored
fixed bug (unintialised pointer) in the Sip map header
-
baire authored
support decoding ViaBody
-
baire authored
decode SentProtocol
-
baire authored
removed the initial '^' in SIPREG_TOKEN (so as to be useable in the middle of a regex)
-
baire authored
support linking of boost_regex with cygwin
-
baire authored
moved to perl regex
-
baire authored
fixed CRLF inside charstrings
-
baire authored
use boost regular expressions instead of posix regex
-
baire authored
added match for Accept in MessageHeader
-
baire authored
absoluteURI support
-
baire authored
support decoding of 'From'
-
baire authored
fixed decoding of HostPort
-
baire authored
Status line
-