aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-10-13Merged revisions 45088 via svnmerge from crichter1-0/+2
2006-10-13Merged revisions 45049 via svnmerge from kpfleming1-0/+3
2006-10-13Merged revisions 45040 via svnmerge from file1-5/+5
2006-10-13Merged revisions 45026 via svnmerge from crichter2-4/+6
2006-10-13Try to avoid the use of 'z' modifier in cases where it is notrizzo1-2/+2
2006-10-13arguments to auth_headers() needed to be swapped here.rizzo1-3/+10
2006-10-13Merged revisions 44994 via svnmerge from crichter1-5/+12
2006-10-12Merged revisions 44982 via svnmerge from mogorman1-1/+2
2006-10-12eliminate compiler warningkpfleming1-1/+1
2006-10-12Merged revisions 44971 via svnmerge from kpfleming1-11/+17
2006-10-12Merged revisions 44956 via svnmerge from kpfleming1-0/+3
2006-10-12+ move [almost] all instances of WWW-Authenticate/Proxy-Authenticaterizzo1-39/+43
2006-10-11reduce indentation of two large blocksrizzo1-91/+90
2006-10-11operator != also works between booleans...rizzo1-2/+1
2006-10-11Revert Luigi's accidental commit of his local changes when debugging some SIPrussell1-10/+0
2006-10-11remove duplicate prototypes. Have not checked if there are more.rizzo1-2/+0
2006-10-11simplify and comment handle_response_peerpoke()rizzo1-38/+32
2006-10-11fix indentation of a function after previous commitrizzo1-35/+35
2006-10-11handle_response_peerpoke() does not need to return anything.rizzo1-8/+7
2006-10-11small formatting cleanuprizzo1-4/+22
2006-10-11Merged revisions 44563 via svnmerge from crichter1-1/+1
2006-10-11Merged revisions 44562 via svnmerge from crichter1-0/+6
2006-10-11Merged revisions 44561 via svnmerge from crichter5-25/+90
2006-10-11Merged revisions 44559 via svnmerge from crichter3-90/+183
2006-10-10Merged revisions 44819 via svnmerge from file1-4/+6
2006-10-10Merged revisions 44806 via svnmerge from file1-0/+6
2006-10-10Merged revisions 44788 via svnmerge from file1-2/+5
2006-10-10Merged revisions 44786 via svnmerge from crichter2-1/+5
2006-10-10clarify the use of the standard SIP port number, 5060,rizzo1-16/+23
2006-10-10improve formatting of SIP packets when dumped to the verboserizzo1-2/+2
2006-10-09Merged revisions 44764 via svnmerge from qwell1-48/+70
2006-10-09Merged revisions 44759 via svnmerge from file1-10/+3
2006-10-09Being pedantic... "media" is easier to understand than "data" in the function...oej1-4/+4
2006-10-09slightly restructure sipsock_read() removing a "goto"rizzo1-48/+44
2006-10-09use S_OR in one placerizzo1-1/+1
2006-10-08update_call_counter(): indentation fixes and small simplificationsrizzo1-79/+74
2006-10-08localize some variables and reduce nesting depthrizzo1-11/+6
2006-10-08small simplification to initreqprep()rizzo1-14/+8
2006-10-08Simplify function parse_request() using a single loop insteadrizzo1-59/+32
2006-10-08do not dereference p if we know it is NULL.rizzo1-4/+4
2006-10-07Fix some debug output for setsockopt for TOSoej1-5/+5
2006-10-07- move definition of global_autoframing to the same place as other globalsoej1-1/+2
2006-10-07Add/change doxygen and commentsoej1-4/+12
2006-10-07Explain usage of DEFAULT_SIP_PORToej1-1/+1
2006-10-07Do *NOT* use DEFAULT_SIP_PORT in these comparisions, since users may changeoej1-3/+3
2006-10-07Merged revisions 44684 via svnmerge from pcadach4-1/+27
2006-10-07slightly restructure the code that computes the channel's namerizzo1-6/+10
2006-10-07put repeated code to set nat mode in a function.rizzo1-55/+29
2006-10-07put common code in a function to avoid repetitions.rizzo1-51/+35
2006-10-07remove hardwired usage of 5060, use DEFAULT_SIP_PORT insteadrizzo1-3/+3