summaryrefslogtreecommitdiff
path: root/channels/sip/reqresp_parser.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-18Unit tests: Use AST_TEST_DEFINE in conditional code only.Corey Farrell
2015-10-06chan_sip: Fix port parsing for IPv6 addresses in SIP Via headers.Florian Sauerteig
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-10-31channels/sip/reqresp_parser: Fix unit tests for r426594Matthew Jordan
2014-10-30channels/chan_sip: Support mutltiple Supported and Required headersMatthew Jordan
2014-08-08chan_sip: Mark chan_sip and its files as extended supportMatthew Jordan
2014-06-19Fix build warnings with TEST_FRAMEWORK enabledKinsey Moore
2014-04-12chan_sip: Support RFC-3966 TEL URIs in inbound INVITE requestsMatthew Jordan
2013-10-23memory leaks: Memory leak cleanup patch by Corey Farrell (first set)Jonathan Rose
2013-09-27chan_sip: Increase some scratch buffer sizes dealing with caller id.Richard Mudgett
2013-01-18Fix Record-Route parsing for large headers.David M. Lee
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-01-19Misc minor fixes in reqresp_parser.c and chan_sip.c.Richard Mudgett
2011-11-11Remove unneeded if(params) checks in reqresp_parser.Walter Doekes
2011-11-09Don't treat a host:port string as a domainTerry Wilson
2011-06-23Merged revisions 324685 via svnmerge from David Vossel
2011-05-27Merged revisions 321273 via svnmerge from Jonathan Rose
2011-05-26Merged revisions 321155 via svnmerge from Mark Murawki
2011-05-13Merged revisions 318720 via svnmerge from Matthew Nicholson
2011-04-27Merged revisions 315894 via svnmerge from Matthew Nicholson
2011-03-23Merged revisions 311612 via svnmerge from Brett Bryant
2011-03-23Merged revisions 311558 via svnmerge from Terry Wilson
2011-01-26Merged revisions 304245 via svnmerge from Matthew Nicholson
2011-01-24According to section 19.1.2 of RFC 3261:Matthew Nicholson
2010-07-28Merged revisions 280269 via svnmerge from Jeff Peeler
2010-07-26Merged revisions 279568 via svnmerge from David Vossel
2010-07-26Merged revisions 279504 via svnmerge from Mark Michelson
2010-07-23SIP URI comparison fixes.Mark Michelson
2010-07-16Fix up some weird indentation problems in reqresp_parser.cMark Michelson
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-07-09Fix sip_uri_parse test comparison.Mark Michelson
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-06-28rfc compliant sip option parsing + new unit testDavid Vossel
2010-06-21fixes crash when From header URI is missing "sip:"David Vossel
2010-06-17fixes some coding guideline issueDavid Vossel
2010-06-16addition of more parse_uri test casesDavid Vossel
2010-04-09Add routines for parsing SIP URIs consistently.Mark Michelson
2010-02-15chan_sip parse code refactoring plus two new unit testsDavid Vossel
2010-02-11fixes some test description formatting inconsistencies so log file looks niceDavid Vossel
2010-02-10additional parse_uri test and documentationDavid Vossel
2010-02-09Various updates to the unit test API.Russell Bryant
2010-02-03-----Changes -----David Vossel