Commit Graph

13643 Commits (d04697b8d39f858895ea522f97af9b37711cdcf6)
 

Author SHA1 Message Date
Luigi Rizzo d04697b8d3 format handlers don't need network, lock, channel and scheduler headers
18 years ago
Luigi Rizzo b693c30a66 move the declaration of struct ast_channel ast_frame and ast_module
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Steve Murphy 406f6f2909 a correction to code involved in an extension removal
18 years ago
Mark Michelson 67f044d42a Adding SYSINFO() dialplan function for retrieval of system information
18 years ago
Joshua Colp 1affda12a2 Merged revisions 89419 via svnmerge from
18 years ago
Joshua Colp a3ef17b4f2 Merged revisions 89416 via svnmerge from
18 years ago
Luigi Rizzo 9175f79aff revert inclusion of options.h
18 years ago
Joshua Colp 23cfef1cc9 Change warning messages (which are really debug messages) into debug messages.
18 years ago
Olle Johansson 19014f31d9 Update CHANGES
18 years ago
Olle Johansson 743d3774d7 Adding busy-level to the SIP_PEER() dialplan function.
18 years ago
Olle Johansson cc0e8cc412 Add some debugging to the routines that finds our local IP address.
18 years ago
Olle Johansson 1dc6524449 Make some notes about a problem I found with the OPTIONs handler while working with
18 years ago
Joshua Colp f71cd9acc8 Add OSX into the logic that uses md5 instead of md5sum.
18 years ago
Joshua Colp d447eb052c Use the easy way that rizzo mentioned, only include malloc.h on the Windows platform.
18 years ago
Joshua Colp fa1f321ffc Revert last commit, apparently buildbot lied to me.
18 years ago
Joshua Colp 5adb2b2b06 Change how we handle alloca to conform with how it is suggested in the autoconf manual for AC_FUNC_ALLOCA. FreeBSD 6 now builds again and no other platforms should be broken by this.
18 years ago
Joshua Colp 3f0324ea1f Change autoconf logic a bit so it says what it is looking for in two instances where it didn't.
18 years ago
Joshua Colp 42b08b4eb8 Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP and PTHREAD_MUTEX_RECURSIVE_NP. Enclose error message from network.h in "
18 years ago
Matthew Fredrickson 19460802ef Add SS7 Generic address support (#11156)
18 years ago
Luigi Rizzo 9f7fdc983f if alloca.h is not present, try malloc.h
18 years ago
Luigi Rizzo edc5c82569 temporarily disable this target in mingw
18 years ago
Luigi Rizzo eaee706190 will i ever get precedences for windows right ?
18 years ago
Luigi Rizzo ff975cb9f7 reformulate dependencies in a more correct way
18 years ago
Steve Murphy 1a5cdeb138 a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the right thing. And some additions to removal of extens to take care of hashtab pointers in all cases.
18 years ago
Luigi Rizzo 560fe89e1b as discussed some time ago on the -dev list, create embedde object
18 years ago
Luigi Rizzo a4f9397028 prefer socket.h over other variants (winsock etc.)
18 years ago
Luigi Rizzo 1e6489a175 trim more redundant headers
18 years ago
Luigi Rizzo 907c86a781 remove unnecessary includes
18 years ago
Luigi Rizzo 5663ff6518 fix breakage induced by previous mistake
18 years ago
Luigi Rizzo 59692c5e94 wrong variable, wrong order -> broken build.
18 years ago
Luigi Rizzo a0f06d0dd5 start using asterisk/network.h for network related headers.
18 years ago
Luigi Rizzo 616189c6ec wrapper for all generic network headers that have different names
18 years ago
Luigi Rizzo f9ae0522f5 main is called main not amain!
18 years ago
Luigi Rizzo a9395206f9 conditional targets for building the windows version
18 years ago
Luigi Rizzo 947bf74890 support cygwin targets
18 years ago
Luigi Rizzo fb4d88cc99 and this is the last one to have asterisk compile (not run yet)
18 years ago
Luigi Rizzo 24c2e47e0d another cygwin compatibility fix.
18 years ago
Luigi Rizzo 7cd78079ae more cygwin/mingw32 compatibility fixes
18 years ago
Luigi Rizzo a45c53bc5b use autoconf results to conditionally compile timersub
18 years ago
Luigi Rizzo f728d220df compatibility fixes for cygwin
18 years ago
Luigi Rizzo 813fe77801 some version of flex produce code that wants __STDC_VERSION__
18 years ago
Luigi Rizzo 5914462817 these linker flags apply to both cygwin and mingw32
18 years ago
Luigi Rizzo 91475fd3dc add a return NULL to a function that is expected to return a value
18 years ago
Luigi Rizzo 6cca49b9d0 define RTLD_LOCAL for platforms that don't have it.
18 years ago
Luigi Rizzo 270b6d978b filter out modules that do not compile under windows
18 years ago
Luigi Rizzo 130b6291cb netdb.h is used for gethostbyname, and it was not included in some
18 years ago
Luigi Rizzo 2940cf943f Loader for cygwin where asterisk is really a big dll
18 years ago
Luigi Rizzo 59efa92285 timersub is a macro not a function, so write the check in a way
18 years ago