aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo48-71/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-0/+5
2007-11-19a correction to code involved in an extension removalmurf1-2/+2
2007-11-19Add some debugging to the routines that finds our local IP address.oej1-1/+7
2007-11-17a quick fix to pbx_dundi.c to make it so it will compile. Hope I did the righ...murf1-4/+26
2007-11-17trim more redundant headersrizzo3-5/+2
2007-11-17remove unnecessary includesrizzo1-5/+0
2007-11-17fix breakage induced by previous mistakerizzo6-14/+8
2007-11-17start using asterisk/network.h for network related headers.rizzo5-27/+3
2007-11-17main is called main not amain!rizzo1-1/+1
2007-11-17conditional targets for building the windows versionrizzo1-1/+11
2007-11-17more cygwin/mingw32 compatibility fixesrizzo1-0/+4
2007-11-17define RTLD_LOCAL for platforms that don't have it.rizzo1-0/+4
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-17use poll as detected by configurerizzo1-7/+1
2007-11-16remove a bunch of duplicate includesrizzo4-8/+0
2007-11-16My goodness, haven't handled an extension deletion. Add code to ast_context_r...murf1-10/+62
2007-11-16remove duplicate headers.rizzo2-5/+2
2007-11-16Start untangling header inclusion in a way that does not affectrizzo56-232/+6
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...murf1-2/+6
2007-11-16Merged revisions 89325 via svnmerge from kpfleming1-0/+11
2007-11-16add a small new function to retrieve variables from a configrizzo1-0/+6
2007-11-15If we're going to be passing a negative value for the size of a stringfield,tilghman1-1/+1
2007-11-15Get rid of a previously missed ast_log call for debug, no longer nec.murf1-1/+0
2007-11-15Perhaps I went overboard on initializing things. I can remove unnecc. stuff l...murf1-14/+21
2007-11-15access channel locks through ast_channel_lock/unlock/trylock and notrizzo2-14/+14
2007-11-15Merged revisions 89288 via svnmerge from mmichelson1-1/+0
2007-11-15Merged revisions 89286 via svnmerge from mmichelson1-0/+1
2007-11-15Had trouble playing with parking; spent a long time trying to reason out MATC...murf1-1/+4
2007-11-15Merged revisions 89275 via svnmerge from tilghman1-3/+10
2007-11-14Typotilghman1-2/+2
2007-11-14Add callerid to the Hangup manager event.tilghman1-0/+4
2007-11-14Rescaled the weights of the patterns to give something more independent of pa...murf1-14/+33
2007-11-14A further problem highlighted by 11233 has been resolved; a certain combinati...murf1-5/+5
2007-11-14One more typo in config.c; and missed conversions due to the constifying of a...tilghman1-1/+1
2007-11-14Typotilghman1-1/+1
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo6-19/+23
2007-11-14Fix up various coding guidelines issues ...russell1-139/+188
2007-11-14Merged revisions 89260 via svnmerge from file1-1/+1
2007-11-14use simpler technique for removing known entries from listskpfleming2-23/+4
2007-11-14- Simplify removing an item from a listrussell1-12/+5
2007-11-13This hopefully will fix the re-opened 11233. Hadn't covered the case of a con...murf1-1/+1
2007-11-13closes issue #11233 -- where some fine points in the algorithm to build the t...murf1-3/+6
2007-11-13Merged revisions 89239 via svnmerge from tilghman1-1/+1
2007-11-12Doxygen fixes.qwell1-2/+2
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.murf1-4/+4