aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-19implement proper XML/HTML formatting of multiple messagesrizzo1-9/+4
2006-10-19Merged revisions 45678 via svnmerge from file1-0/+2
2006-10-19move a large block out of do_monitor() and into a function,rizzo1-48/+54
2006-10-19+ move the definition of netlock as it was not related to therizzo1-3/+6
2006-10-19more documentation of data structure and functions.rizzo1-25/+34
2006-10-19Cleaning up... Removing duplicate (again)oej1-1/+0
2006-10-19restore freeing of threadstorage objects without custom cleanup functionskpfleming2-13/+17
2006-10-19Merge fix to not leak the stringfields of a thread speicif sip_pvt. This alsorussell1-1/+12
2006-10-19Extend the thread storage API such that a custom initialization function canrussell10-29/+49
2006-10-18silent warning from a debugging message (which will go awayrizzo1-1/+1
2006-10-18Just for Nicholson - here's an option, C, to Meetme that will allow it to con...file2-4/+15
2006-10-18remove trailing whitespacerizzo1-90/+91
2006-10-18ouch! remember to unlink temporary files once done with them.rizzo1-5/+5
2006-10-18+ move output_format variables in the http section of the file;rizzo1-34/+41
2006-10-18Merged revisions 45595 via svnmerge from file1-0/+4
2006-10-18another bunch of comments on the data structures.rizzo1-39/+31
2006-10-18despite the large changes, this commit only moves functionsrizzo1-291/+341
2006-10-18more comment and formatting fixes, small simplificationsrizzo1-51/+66
2006-10-18rizzo compile then commit, maybe even run it too ^_^mogorman1-2/+2
2006-10-18comment and cleanup the main thread.rizzo1-26/+31
2006-10-18create a new (internal, for the time being) function astman_start_ack()rizzo1-70/+45
2006-10-18more indentation cleanup from previous commits,rizzo1-76/+76
2006-10-18create proper handlers for "Challenge" and "Login" actions,rizzo1-53/+53
2006-10-18fix indentation from a commit of a couple of days agorizzo1-33/+32
2006-10-18another batch of simplifications to authenticate()rizzo1-65/+70
2006-10-18Remove duplicate declarations...oej1-6/+1
2006-10-18remove unused fields and unimplemented options.rizzo2-14/+0
2006-10-18first pass as simplifying authenticate(), avoiding whitespace changesrizzo1-14/+17
2006-10-18more code simplificationsrizzo1-43/+34
2006-10-18simplify ast_strings_to_maskrizzo1-28/+18
2006-10-18add a comment to remember that a block of code isrizzo1-0/+6
2006-10-18+ move the enum declaration for output formats near the headrizzo1-22/+48
2006-10-18merge xml_translate() and html_translate() into one function sincerizzo1-57/+28
2006-10-18introduce uri_decode() so that '+' are translated into ' 'rizzo1-1/+12
2006-10-18various code simplifications to reduce nesting depth,rizzo1-128/+127
2006-10-18Merged revisions 45452 via svnmerge from file1-2/+2
2006-10-18Merged revisions 45441 via svnmerge from russell1-22/+6
2006-10-18Merged revisions 45439 via svnmerge from russell1-3/+3
2006-10-17As per bug 6779, this patch is now applied to trunk; while I was at it, I cor...murf1-5/+14
2006-10-17Merged revisions 45410 via svnmerge from kpfleming1-0/+8
2006-10-17Merged revisions 45408 via svnmerge from kpfleming5-38/+58
2006-10-17Warning be gone!file1-1/+2
2006-10-17Blocked revisions 45381 via svnmergefile0-0/+0
2006-10-17Merged revisions 45378 via svnmerge from file1-27/+79
2006-10-17Issue #5484 (branch sipdiversion) - Support for Diversion header in redirects...oej2-13/+76
2006-10-17simplify authority_to_str() using ast_build_string()rizzo1-14/+9
2006-10-17Issue #7254 - Add support of "423 Interval too brief" to outbound SIP registr...oej1-1/+26
2006-10-17Improve the XML formatting of responses coming from web interface.rizzo1-29/+47
2006-10-17Update of docsoej1-0/+5
2006-10-17- Remove unneeded code that won't be reached now that we kill responsesoej1-7/+8