summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-26Merged revisions 46329 via svnmerge from Russell Bryant
2006-10-26fix a problem that i recently introduced whenLuigi Rizzo
2006-10-26document the match_auth_username optionLuigi Rizzo
2006-10-26Merged revisions 46298 via svnmerge from Russell Bryant
2006-10-26Fix comment preservation code (thanks murf!)Mark Spencer
2006-10-25Old todo: Don't add Contact headers on BYE and CANCEL.Olle Johansson
2006-10-25First stab at transaction direction fix, this for trunk for testingOlle Johansson
2006-10-25Ugly code to try to remove issue discovered by Luigi as well as attack bug #7608Olle Johansson
2006-10-25Blocked revisions 46255 via svnmergeRussell Bryant
2006-10-25Send CPG when we get a CONTROL_PROGRESS frame and make sure that it sends ACM...Matthew Fredrickson
2006-10-25Blocked revisions 46253 via svnmergeRussell Bryant
2006-10-25Update changes to do US style point code parsing/formatting (xxx.xxx.xxx)Matthew Fredrickson
2006-10-25Merged revisions 46249 via svnmerge from Russell Bryant
2006-10-25Merged revisions 46237 via svnmerge from Kevin P. Fleming
2006-10-25Merge from 1.4Olle Johansson
2006-10-25Block change to 1.4 to block change to 1.2... This is confusing, butOlle Johansson
2006-10-25Merged revisions 46082-46083,46152-46153 via svnmerge from Kevin P. Fleming
2006-10-25restore bugfix that was reverted by trunk_mtu patchKevin P. Fleming
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-25Ok, second attempt...Olle Johansson
2006-10-25document a couple of recently introduced featureLuigi Rizzo
2006-10-25On the other hand, don't use 1.4 patches for trunk... Sorry.Olle Johansson
2006-10-25Add ability to adapt the IAX trunk packets to the MTU size, to avoid bad audioOlle Johansson
2006-10-25Adding comments in the source is more persistent than just adding themOlle Johansson
2006-10-25Always add doxygen comments to new functions, more lines than one areOlle Johansson
2006-10-25Blocked revisions 46165 via svnmergeTilghman Lesher
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-10-24Fix FastAGI to not wait for the non-existant pidMark Spencer
2006-10-24Merged revisions 46130 via svnmerge from Joshua Colp
2006-10-24i really think it is safe to commit this version, thatLuigi Rizzo
2006-10-24correct fix for the bug i previously introduced - the stringsLuigi Rizzo
2006-10-24Merged revisions 46093 via svnmerge from Russell Bryant
2006-10-24Merged revisions 46080 via svnmerge from Kevin P. Fleming
2006-10-24Merged revisions 46078 via svnmerge from Tilghman Lesher
2006-10-24Merged revisions 46067 via svnmerge from Russell Bryant
2006-10-24Merged revisions 46065 via svnmerge from Russell Bryant
2006-10-24Fix a seg fault on a registration. Line 7706, in parse_register_contact,Russell Bryant
2006-10-23Unlike ast_strdup(), ast_strdupa() does not take a NULL pointer as argument,Luigi Rizzo
2006-10-23remove a useless check for ocseq = 0.Luigi Rizzo
2006-10-23get_header() always returns a non-NULL value, so checkingLuigi Rizzo
2006-10-23put another duplicated block of code in a function.Luigi Rizzo
2006-10-23reformat a statement and comment a potentially wrongLuigi Rizzo
2006-10-23Remove unnecessary casts from const char * to char *,Luigi Rizzo
2006-10-23another use for parse_uri().Luigi Rizzo
2006-10-23Merged revisions 45999 via svnmerge from Russell Bryant
2006-10-23use autodetected support for gethostbyname_rLuigi Rizzo
2006-10-23+ make sure parse_uri never returns NULL pointers - thisLuigi Rizzo
2006-10-23After reading better the SIP RFC on sip URI (19.1.1)Luigi Rizzo
2006-10-23in function get_also_info(), move argument strippingLuigi Rizzo
2006-10-23start putting the URI parsing code in one place,Luigi Rizzo