summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-17wrong variable, wrong order -> broken build.Luigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17wrapper for all generic network headers that have different namesLuigi Rizzo
2007-11-17main is called main not amain!Luigi Rizzo
2007-11-17conditional targets for building the windows versionLuigi Rizzo
2007-11-17support cygwin targetsLuigi Rizzo
2007-11-17and this is the last one to have asterisk compile (not run yet)Luigi Rizzo
2007-11-17another cygwin compatibility fix.Luigi Rizzo
2007-11-17more cygwin/mingw32 compatibility fixesLuigi Rizzo
2007-11-17use autoconf results to conditionally compile timersubLuigi Rizzo
2007-11-17compatibility fixes for cygwinLuigi Rizzo
2007-11-17some version of flex produce code that wants __STDC_VERSION__Luigi Rizzo
2007-11-17these linker flags apply to both cygwin and mingw32Luigi Rizzo
2007-11-17add a return NULL to a function that is expected to return a valueLuigi Rizzo
2007-11-17define RTLD_LOCAL for platforms that don't have it.Luigi Rizzo
2007-11-17filter out modules that do not compile under windowsLuigi Rizzo
2007-11-17netdb.h is used for gethostbyname, and it was not included in someLuigi Rizzo
2007-11-17Loader for cygwin where asterisk is really a big dllLuigi Rizzo
2007-11-17timersub is a macro not a function, so write the check in a wayLuigi Rizzo
2007-11-17fix the build of pbx_luaRussell Bryant
2007-11-17Update the configure script check for sys/poll.h to also provide the result inRussell Bryant
2007-11-17actually let this compile, oops :(Russell Bryant
2007-11-17Use the fix suggested by Tilghman on the -dev to make cutting up the BUILDSUMRussell Bryant
2007-11-17linker flags for mingw32Luigi Rizzo
2007-11-17add detection for timersub() and winsock.h/winsock2.hLuigi Rizzo
2007-11-17provide definitions for __LITTLE_ENDIAN and __BIG_ENDIAN if not present.Luigi Rizzo
2007-11-17use poll as detected by configureLuigi Rizzo
2007-11-17use autoconf to check for the existence of sys/poll.hLuigi Rizzo
2007-11-17this script is run on the build system, not on the host.Luigi Rizzo
2007-11-17compatibility fix for mingw32Luigi Rizzo
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configLuigi Rizzo
2007-11-17add check for the presence of globLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Fix broken parking dial-backTerry Wilson
2007-11-16My goodness, haven't handled an extension deletion. Add code to ast_context_r...Steve Murphy
2007-11-16paths are already in include/asterisk/paths.h so don't duplicateLuigi Rizzo
2007-11-16whitespace only change - adjust indentation and add someLuigi Rizzo
2007-11-16Blocked revisions 89339 via svnmergeRussell Bryant
2007-11-16logger.h does not need options.hLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16remove duplicate headers.Luigi Rizzo
2007-11-16put back default optimization to -O6 (previously changed by mistake)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Fixing a problem pointed out by QwellMark Michelson
2007-11-16Added some locks that should have been around astman_send_error,Mark Michelson
2007-11-16This corrects a hashtab removal, given a bad argumentSteve Murphy
2007-11-16This fixes a problem with pattern ranges; and corrects a situation in res_fea...Steve Murphy
2007-11-16both md5sum and variable substitutions such as ${BUILDSUM:0:8}Luigi Rizzo