summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-20switch compile-time option checking to string storage mode in this branch tooKevin P. Fleming
2007-11-20Merged revisions 89457 via svnmerge from Mark Michelson
2007-11-20Minor documentation tweak and if an incorrect parameter is given to core show...Joshua Colp
2007-11-20initial makefile changes to build loadable modules under cygwinLuigi Rizzo
2007-11-20Get rid of some debug messages in pbx.cSteve Murphy
2007-11-19These changes were made in response to niklas@tese.se's letter of 11-17-2007,...Steve Murphy
2007-11-19another few errno.h removalsLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-19a correction to code involved in an extension removalSteve Murphy
2007-11-19Add some debugging to the routines that finds our local IP address.Olle Johansson
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...Steve Murphy
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-17remove unnecessary includesLuigi Rizzo
2007-11-17fix breakage induced by previous mistakeLuigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17main is called main not amain!Luigi Rizzo
2007-11-17conditional targets for building the windows versionLuigi Rizzo
2007-11-17more cygwin/mingw32 compatibility fixesLuigi Rizzo
2007-11-17define RTLD_LOCAL for platforms that don't have it.Luigi 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-17use poll as detected by configureLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16My goodness, haven't handled an extension deletion. Add code to ast_context_r...Steve Murphy
2007-11-16remove duplicate headers.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-16Merged revisions 89325 via svnmerge from Kevin P. Fleming
2007-11-16add a small new function to retrieve variables from a configLuigi Rizzo
2007-11-15If we're going to be passing a negative value for the size of a stringfield,Tilghman Lesher
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.Steve Murphy
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...Steve Murphy
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notLuigi Rizzo
2007-11-15Merged revisions 89288 via svnmerge from Mark Michelson
2007-11-15Merged revisions 89286 via svnmerge from Mark Michelson
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...Steve Murphy
2007-11-15Merged revisions 89275 via svnmerge from Tilghman Lesher
2007-11-14TypoTilghman Lesher
2007-11-14Add callerid to the Hangup manager event.Tilghman Lesher
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...Steve Murphy
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...Steve Murphy
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...Tilghman Lesher
2007-11-14TypoTilghman Lesher
2007-11-14make the 'name' and 'value' fields in ast_variable const char *Luigi Rizzo