aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-11-26closes issue #11356; Many thanks to snuffy for his code review and changes to...murf1-34/+33
2007-11-26Merged revisions 89586 via svnmerge from kpfleming1-1/+2
2007-11-26Thanks to pnlarsson for noting the spelling error in the cli commands. Also, ...murf1-2/+2
2007-11-26Revert change for 11348 until it can be looked at even more.file1-1/+1
2007-11-26Merged revisions 89577 via svnmerge from file1-0/+1
2007-11-26Make the behavior of using /dev/urandom for random numbers the same as random().file1-2/+4
2007-11-25Try to get channel.h and channel.c aligned in regards to ast_set_callerid as ...oej1-7/+7
2007-11-24closes issue #11363; where the pattern _20x. buried in an included context, d...murf1-87/+212
2007-11-24Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse...murf1-0/+1
2007-11-24remove some unnecessary includesrizzo3-13/+2
2007-11-24Merged revisions 89540 via svnmerge from tilghman1-3/+11
2007-11-23Merged revisions 89536 via svnmerge from tilghman1-25/+69
2007-11-22more removal of fcntl.h and other system headersrizzo2-12/+0
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-1/+0
2007-11-22implement the split of file.h and mod_format.hrizzo1-2/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo42-42/+0
2007-11-21add a missing returnrizzo1-0/+1
2007-11-21closes issue #11290; the proposed patch was a good guess, and would solve the...murf1-43/+93
2007-11-21Remove obsolete OLD_DSP_ROUTINES code. Also, remove the FAX_DETECT define andrussell1-379/+14
2007-11-21There existed about a 1 in 4 billion chance that reading from /dev/urandommmichelson1-1/+1
2007-11-21I introduced a deadlock avoidance into 1.4, which I attempted to port to trun...mmichelson1-2/+0
2007-11-21remove some debugging code that doesn't compile on 64-bit platformskpfleming1-60/+15
2007-11-21closes issue #11265; Thanks to snuffy for his work on neatening up the code a...murf1-83/+13
2007-11-21add missing paths.hrizzo1-0/+1
2007-11-21A free in add_pri was ultimately the source of the grief we were having with ...murf1-21/+78
2007-11-21more header removal/normalizationrizzo2-5/+2
2007-11-20Add support for new recorded character soundstilghman1-2/+3
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo12-1/+12
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo15-10/+29
2007-11-20switch compile-time option checking to string storage mode in this branch tookpfleming1-5/+3
2007-11-20Merged revisions 89457 via svnmerge from mmichelson1-0/+2
2007-11-20Minor documentation tweak and if an incorrect parameter is given to core show...file1-2/+3
2007-11-20initial makefile changes to build loadable modules under cygwinrizzo1-1/+1
2007-11-20Get rid of some debug messages in pbx.cmurf1-9/+1
2007-11-19These changes were made in response to niklas@tese.se's letter of 11-17-2007,...murf1-18/+61
2007-11-19another few errno.h removalsrizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo48-71/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-0/+5
2007-11-19a correction to code involved in an extension removalmurf1-2/+2
2007-11-19Add some debugging to the routines that finds our local IP address.oej1-1/+7
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...murf1-4/+26
2007-11-17trim more redundant headersrizzo3-5/+2
2007-11-17remove unnecessary includesrizzo1-5/+0
2007-11-17fix breakage induced by previous mistakerizzo6-14/+8
2007-11-17start using asterisk/network.h for network related headers.rizzo5-27/+3
2007-11-17main is called main not amain!rizzo1-1/+1
2007-11-17conditional targets for building the windows versionrizzo1-1/+11
2007-11-17more cygwin/mingw32 compatibility fixesrizzo1-0/+4
2007-11-17define RTLD_LOCAL for platforms that don't have it.rizzo1-0/+4
2007-11-17netdb.h is used for gethostbyname, and it was not included in somerizzo1-0/+1