summaryrefslogtreecommitdiff
path: root/pjsip/src/pjsip/sip_parser.c
AgeCommit message (Expand)Author
2016-04-20Re #1882 (misc): Removed stripping of '[]' from pvalue header parameters.Liong Sauw Ming
2016-04-11Re #1882 (misc): Incorrect use of pjsip_VIA_PARAM_SPEC on sip_parser.c. Thank...Riza Sulistyo
2015-12-30Re #1882 (misc): Moved checking of header count earlier when parsing generic ...Liong Sauw Ming
2015-11-26Re #1882 (misc): Fix bug in parser,which may loop infinitely when it doesn't ...Riza Sulistyo
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-03-20Misc (re #1630): Exported parse_generic_array_hdr() implementation, named pjs...Nanang Izzuddin
2012-10-26Misc (re #1559): Require name-addr to have the quote if display name is given...Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-03-23Fix #1223: Bug in initializing message body's media type from incoming messag...Benny Prijono
2010-10-13Fixed #1147 (Bug in parsing multipart message bodies (thanks Johan Lantz for ...Benny Prijono
2010-10-13Fixed #1147: Bug in parsing multipart message bodies (thanks Johan Lantz for ...Benny Prijono
2010-08-01Implemented core multipart support and support in the invite session (re #1070)Benny Prijono
2009-11-10More ticket #940: Multiple header rows with the same name may not be complete...Benny Prijono
2009-11-04Fixed ticket #940: Multiple header rows with the same name may not be complet...Benny Prijono
2009-05-12Ticket #842: Error parsing status line in sipfrag message body in call transf...Benny Prijono
2009-03-18More ticket #747: the previous fix in r2505 causes parsing IPv6 address in Vi...Benny Prijono
2009-03-12Initial fixes for ticket #747: bugs in parsing SIP torture messages (RFC 4475):Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-08-05Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for the ...Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-11Fixed error representing the qvalue in Contact header (parser error), and opt...Benny Prijono
2008-05-15More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson)Benny Prijono
2008-05-13Ticket #533: Support for parsing Retry-After SIP headerBenny Prijono
2007-12-02More ticket #421: fixed SIP messaging components to support IPv6 formatBenny Prijono
2007-11-09Deregister PJSIP_SYN_ERR_EXCEPTION upon destroying SIP endpoint to allow rest...Benny Prijono
2007-11-03Allow empty reason phrase in SIP responses during parsing (thanks Roman Puls)Benny Prijono
2007-10-11Ticket #397: Bug with handling large SIP message body (thanks Helmut Wolf)Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-07Ticket #324: Allow '#' character in the user part of URI of incoming message ...Benny Prijono
2007-05-12Symbian fixes to compile on GCCE (nested callbacks etc)Benny Prijono
2007-05-01PJSDP port to SymbianBenny Prijono
2007-04-29Continuing ticket #240: Error parsing quoted URI parametersBenny Prijono
2007-04-29Fixed ticket #240: error parsing/printing quoted parameters, and also added h...Benny Prijono
2007-04-28Undo ticket #238Benny Prijono
2007-04-28Fixed ticket #238: allow colon in Via parametersBenny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of SIP header (thanks Tobias SÃ...Benny Prijono
2007-03-19Fixed ticket #189: Error parsing compact form of Via header (thanks Tobias SÃ...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-12-15Fixed ticket #45: Accept, Allow, and Supported header may contain empty sequenceBenny Prijono
2006-12-01Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries af...Benny Prijono
2006-11-15Fixed bug in parser: clone_data member of message body is not set.Benny Prijono
2006-10-18Some changes to REFER handling in PJSUA-LIB:Benny Prijono
2006-09-22Handle incoming empty packets sent by some user agents (to refresh NAT)Benny Prijono
2006-07-17Bug fix of previous bug fixBenny Prijono
2006-07-17Fixed bugs with the parsing (re: allowable chars): (1) Parameters in URI and ...Benny Prijono
2006-07-05Fixed SIP parsing bugs when in-place escaping is enabledBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-02Final changeset from the PROTOS testing, fixed misc. crashes. See Benny Prijono
2006-06-17Modifications all over the place, but mainly only to update Doxygen documenta...Benny Prijono