aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo136-192/+8
2007-11-19a correction to code involved in an extension removalmurf1-2/+2
2007-11-19Adding SYSINFO() dialplan function for retrieval of system informationmmichelson2-0/+123
2007-11-19Merged revisions 89419 via svnmerge from file1-1/+1
2007-11-19Merged revisions 89416 via svnmerge from file1-5/+5
2007-11-19revert inclusion of options.hrizzo1-0/+2
2007-11-19Change warning messages (which are really debug messages) into debug messages.file1-4/+4
2007-11-19Update CHANGESoej1-1/+2
2007-11-19Adding busy-level to the SIP_PEER() dialplan function. oej1-0/+3
2007-11-19Add some debugging to the routines that finds our local IP address.oej1-1/+7
2007-11-19Make some notes about a problem I found with the OPTIONs handler while workin...oej1-9/+21
2007-11-18Add OSX into the logic that uses md5 instead of md5sum.file1-1/+1
2007-11-18Use the easy way that rizzo mentioned, only include malloc.h on the Windows p...file1-1/+1
2007-11-18Revert last commit, apparently buildbot lied to me.file1-8/+3
2007-11-18Change how we handle alloca to conform with how it is suggested in the autoco...file1-3/+8
2007-11-18Change autoconf logic a bit so it says what it is looking for in two instance...file2-1/+9
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...file5-7/+259
2007-11-17Add SS7 Generic address support (#11156)mattf1-6/+30
2007-11-17if alloca.h is not present, try malloc.hrizzo1-0/+2
2007-11-17temporarily disable this target in mingwrizzo1-0/+4
2007-11-17will i ever get precedences for windows right ?rizzo1-18/+15
2007-11-17reformulate dependencies in a more correct wayrizzo1-14/+13
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...murf2-4/+27
2007-11-17as discussed some time ago on the -dev list, create embedde objectrizzo2-5/+4
2007-11-17prefer socket.h over other variants (winsock etc.)rizzo1-10/+20
2007-11-17trim more redundant headersrizzo5-13/+2
2007-11-17remove unnecessary includesrizzo1-5/+0
2007-11-17fix breakage induced by previous mistakerizzo7-21/+10
2007-11-17wrong variable, wrong order -> broken build.rizzo1-2/+2
2007-11-17start using asterisk/network.h for network related headers.rizzo16-82/+18
2007-11-17wrapper for all generic network headers that have different namesrizzo1-0/+88
2007-11-17main is called main not amain!rizzo1-1/+1
2007-11-17conditional targets for building the windows versionrizzo1-1/+11
2007-11-17support cygwin targetsrizzo1-3/+22
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