aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Merged revisions 77380 via svnmerge from mmichelson1-1/+5
2007-07-26Merged revisions 77350 via svnmerge from tilghman1-1/+1
2007-07-26Merged revisions 77348 via svnmerge from tilghman1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell17-172/+91
2007-07-26Ensure that the read from /dev/urandom returns a positive resultrussell1-1/+1
2007-07-26Add a link to the list of assigned RTP payload types for convenience.russell1-3/+10
2007-07-26document how the RTP marker bit is passed for video frames,rizzo1-0/+5
2007-07-26add an entry for h263plus in an empty slot of the rtp types.rizzo1-0/+1
2007-07-25Merged revisions 77154 via svnmerge from mmichelson1-1/+1
2007-07-25change the debug level to 3 for an exceedingly annoying messagerizzo1-1/+1
2007-07-25Merged revisions 77022 via svnmerge from rizzo1-1/+1
2007-07-24Move manager users list over to an rwlist.file1-22/+22
2007-07-23Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, i...file1-4/+2
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-59/+48
2007-07-23(closes issue #10271)russell3-8/+6
2007-07-23(closes issue #10192)russell4-81/+170
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...file1-2/+24
2007-07-20Merged revisions 76132 via svnmerge from russell1-2/+2
2007-07-20expose struct ast_ha so external code can do things such as printing itrizzo1-8/+0
2007-07-20Reduce some logging contention by switching several locks over to rwlockstilghman1-42/+46
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf4-6/+46
2007-07-19Remove some debug code that was added in revision 75894, which removed somerussell1-5/+0
2007-07-19comment out some terribly expensive debugging coderizzo1-1/+7
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman12-434/+492
2007-07-18This corrects the problem with flags and %lld formats on 64-bit machines, whe...murf2-2/+2
2007-07-17Merged revisions 75403 via svnmerge from russell1-0/+2
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf3-6/+6
2007-07-17Introduce ast_parse_arg() , a generic function to parse stringsrizzo1-0/+119
2007-07-16Merged revisions 75306 via svnmerge from kpfleming1-0/+59
2007-07-16Change the function name slightly... just for kpfleming!file1-1/+1
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...file1-5/+23
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-11/+10
2007-07-13resolve a compiler warningrussell1-1/+1
2007-07-13Small improvement to the STUN support so it can be used byrizzo1-25/+109
2007-07-12Merged revisions 74922 via svnmerge from file1-1/+2
2007-07-12Merged revisions 74888 via svnmerge from file1-2/+7
2007-07-12more cleanup, this time to stun_handle_packet(). Among other things:rizzo1-24/+44
2007-07-12a little bit of code cleanup to rtp.c, mostly to function rizzo1-54/+64
2007-07-11Use linkedlist macros for UDPTL protocol list.file1-28/+16
2007-07-11add a bit of documentation on what the stun code in rtp.c doesrizzo1-1/+60
2007-07-10Merged revisions 74388 via svnmerge from qwell1-1/+1
2007-07-10Merged revisions 74374 via svnmerge from qwell1-0/+4
2007-07-10Merged revisions 74265 via svnmerge from file1-2/+2
2007-07-09Merged revisions 73985 via svnmerge from tilghman1-71/+90
2007-07-09Merged revisions 73980 via svnmerge from file1-1/+1
2007-07-09Make sure the idText variable is empty, and put it in the right place for the...file1-2/+2
2007-07-08Restore EXP2 and LOG2 functions, by providing mathematical identify functions...tilghman3-131/+213
2007-07-07These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing...murf2-0/+24
2007-07-06eliminate another batch of compiler warnings (and a bug, although in code we ...kpfleming8-144/+144
2007-07-05comment out some code that is not used and does not have prototypeskpfleming6-1/+28