aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-17and this is the last one to have asterisk compile (not run yet)rizzo1-3/+4
2007-11-17another cygwin compatibility fix.rizzo1-1/+1
2007-11-17more cygwin/mingw32 compatibility fixesrizzo3-1/+13
2007-11-17use autoconf results to conditionally compile timersubrizzo1-1/+1
2007-11-17compatibility fixes for cygwinrizzo1-2/+4
2007-11-17some version of flex produce code that wants __STDC_VERSION__rizzo1-0/+5
2007-11-17these linker flags apply to both cygwin and mingw32rizzo1-1/+1
2007-11-17add a return NULL to a function that is expected to return a valuerizzo1-0/+1
2007-11-17define RTLD_LOCAL for platforms that don't have it.rizzo1-0/+4
2007-11-17filter out modules that do not compile under windowsrizzo1-0/+5
2007-11-17netdb.h is used for gethostbyname, and it was not included in somerizzo1-0/+1
2007-11-17Loader for cygwin where asterisk is really a big dllrizzo1-0/+20
2007-11-17timersub is a macro not a function, so write the check in a wayrizzo3-66/+27
2007-11-17fix the build of pbx_luarussell1-0/+1
2007-11-17Update the configure script check for sys/poll.h to also provide the result inrussell6-8/+29
2007-11-17actually let this compile, oops :(russell1-1/+1
2007-11-17Use the fix suggested by Tilghman on the -dev to make cutting up the BUILDSUMrussell1-1/+1
2007-11-17linker flags for mingw32rizzo1-0/+4
2007-11-17add detection for timersub() and winsock.h/winsock2.hrizzo3-36/+284
2007-11-17provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present.rizzo1-0/+9
2007-11-17use poll as detected by configurerizzo3-14/+7
2007-11-17use autoconf to check for the existence of sys/poll.hrizzo3-2/+140
2007-11-17this script is run on the build system, not on the host.rizzo1-2/+2
2007-11-17compatibility fix for mingw32rizzo1-0/+3
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configrizzo5-20/+1171
2007-11-17add check for the presence of globrizzo2-1/+8
2007-11-17more removal of duplicate #include linesrizzo13-14/+0
2007-11-16remove a bunch of duplicate includesrizzo20-26/+3
2007-11-16Fix broken parking dial-backtwilson1-9/+9
2007-11-16My goodness, haven't handled an extension deletion. Add code to ast_context_r...murf1-10/+62
2007-11-16paths are already in include/asterisk/paths.h so don't duplicaterizzo2-23/+2
2007-11-16whitespace only change - adjust indentation and add somerizzo2-91/+106
2007-11-16Blocked revisions 89339 via svnmergerussell0-0/+0
2007-11-16logger.h does not need options.hrizzo1-2/+0
2007-11-16remove redundant #include "asterisk/compat.h",rizzo10-21/+3
2007-11-16remove duplicate headers.rizzo2-5/+2
2007-11-16put back default optimization to -O6 (previously changed by mistake)rizzo1-1/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo265-1146/+56
2007-11-16Fixing a problem pointed out by Qwellmmichelson1-1/+1
2007-11-16Added some locks that should have been around astman_send_error,mmichelson1-0/+4
2007-11-16This corrects a hashtab removal, given a bad argumentmurf1-2/+2
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...murf2-3/+14
2007-11-16both md5sum and variable substitutions such as ${BUILDSUM:0:8}rizzo1-2/+11
2007-11-16Adding confirmation playback when forwarding voicemail messages. This will at...mmichelson1-0/+18
2007-11-16Merged revisions 89325 via svnmerge from kpfleming3-1/+18
2007-11-16Merged revisions 89323 via svnmerge from mmichelson1-9/+4
2007-11-16add a small new function to retrieve variables from a configrizzo2-0/+13
2007-11-16fixed #10631, about one way audio. thanks IgorG again.crichter1-0/+1
2007-11-16move the inner part of config file parsing to a separate function,rizzo1-22/+27
2007-11-16fixed compilation of chan_misdn, #11269, thanks IgorG.crichter1-2/+2