summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-10-23put common code in function terminate_uri() so we need toLuigi Rizzo
2006-10-23More cleanup of check_user_full with no functional changeLuigi Rizzo
2006-10-23Merged revisions 45928 via svnmerge from Joshua Colp
2006-10-22Merged revisions 45916 via svnmerge from Christian Richter
2006-10-22more streamlining of check_user_fullLuigi Rizzo
2006-10-22simplify the flow of function check_user_full()Luigi Rizzo
2006-10-22put duplicated code in functions.Luigi Rizzo
2006-10-22regenerate the configure script and autoconfig.h.in to reflect recent changesRussell Bryant
2006-10-22Fix a few issues in the previous (disabled) HTTPS code,Luigi Rizzo
2006-10-22Implement https support.Luigi Rizzo
2006-10-22it is useless and possibly wrong to use ast_cli() to send theLuigi Rizzo
2006-10-22Let's have build.h created a bit earlier so that func_version can use it and ...Joshua Colp
2006-10-21the default port number was erroneously stored in host order,Luigi Rizzo
2006-10-21Merged revisions 45817 via svnmerge from Joshua Colp
2006-10-21Merged revisions 45818 via svnmerge from Russell Bryant
2006-10-20introduce sip_pvt_lock() and sip_pvt_unlock() wrappers toLuigi Rizzo
2006-10-20Merged revisions 45775 via svnmerge from Joshua Colp
2006-10-20put the constants for whether methods can create a dialog or not in an enumRussell Bryant
2006-10-20minor comment changes, code rearrangement and field renamingLuigi Rizzo
2006-10-20Let's repair the SIP attack shield :-)Olle Johansson
2006-10-20Doxygen correctionsOlle Johansson
2006-10-19This new function, VERSION(), created via bug report 8176, may help dialplan ...Steve Murphy
2006-10-19astman was slightly weirding out over the new Dial and Newcallerid eventsSteve Murphy
2006-10-19more fixes to comments and very minor code rearrangement.Luigi Rizzo
2006-10-19Merged revisions 45694 via svnmerge from Joshua Colp
2006-10-19Merged revisions 45692 via svnmerge from Joshua Colp
2006-10-19implement proper XML/HTML formatting of multiple messagesLuigi Rizzo
2006-10-19Merged revisions 45678 via svnmerge from Joshua Colp
2006-10-19move a large block out of do_monitor() and into a function,Luigi Rizzo
2006-10-19+ move the definition of netlock as it was not related to theLuigi Rizzo
2006-10-19more documentation of data structure and functions.Luigi Rizzo
2006-10-19Cleaning up... Removing duplicate (again)Olle Johansson
2006-10-19restore freeing of threadstorage objects without custom cleanup functionsKevin P. Fleming
2006-10-19Merge fix to not leak the stringfields of a thread speicif sip_pvt. This alsoRussell Bryant
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant