aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-08-30Only switch the second alert fd (which is RTCP) to callback mode if it is in usefile1-1/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-4/+9
2006-08-30If the RTP stack is already being operated in callback mode, then suspend it ...file1-1/+13
2006-08-30This is the last round of RTP bridge optimizations. Basically it introduces a...file1-36/+174
2006-08-29Move the direct bridge write to after the NAT handling codefile1-5/+9
2006-08-29This change fixes bug 7820. Way back in April this bug was reintroduced, it a...murf1-0/+3
2006-08-29Merge team/russell/frame_cachingrussell5-192/+194
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-197/+362
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-8/+1
2006-08-26ensure that unload_dynamic_module won't continue dereferencing a module point...kpfleming1-3/+8
2006-08-26ensure that cross-compiler info is removed from the enviroment before configu...kpfleming1-1/+1
2006-08-26more optimizations for embedded systems:kpfleming1-2/+8
2006-08-25Identify what the columns mean in the output of "show profile"russell1-1/+3
2006-08-25Off by one error in buffer length (issue 7379)tilghman1-2/+2
2006-08-25instead of reverting this supposedly 'stupid' change, let's try to get it wor...kpfleming1-0/+9
2006-08-24Merged revisions 40994 via svnmerge from russell2-5/+5
2006-08-24Revert stupid RTLD_NOLOAD change that breaks module loading on some systems.mattf1-9/+0
2006-08-23Free the filename so we don't have a memory leak. (reported by PCadach in #as...file1-0/+1
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...kpfleming1-8/+22
2006-08-22generate a message when a module cannot be found and loadable modules are dis...kpfleming1-0/+1
2006-08-22make platforms that use mutexes in stdio.h happykpfleming1-0/+1
2006-08-22minor improvementskpfleming1-22/+13
2006-08-22when loadable modules are disabled, if someone tries to load a module that do...kpfleming1-0/+2
2006-08-22Solaris didn't like this.qwell1-2/+2
2006-08-22a couple Solaris tweaks, to help build properly.qwell2-2/+2
2006-08-21restore 'preload' functionality in loaderkpfleming2-7/+20
2006-08-21use a customized configure macro to tell the script that uCLinux does not hav...kpfleming1-5/+20
2006-08-21don't initialize global variables list twicekpfleming1-2/+1
2006-08-21restore printing of module name during loadingkpfleming1-1/+1
2006-08-21- simplify and improve astmm by using thread storage instead of a dynamicrussell1-152/+119
2006-08-21- use the atomic operations for incrementing the unique intrussell1-12/+21
2006-08-21various cleanups, including ...russell1-120/+112
2006-08-21use a safer process for checking if a module wants to export symbols into the...kpfleming1-22/+32
2006-08-21don't declare these variables unless neededkpfleming1-2/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming178-0/+102463