aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-09New option in trunk, needs strdupa to be safe, tootilghman1-1/+1
2008-01-08Merged revisions 97077 via svnmerge from tilghman1-3/+3
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-7/+7
2008-01-03Compatibility fix for OpenBSDtilghman1-2/+2
2007-12-27Fix -s socket option, and document it as well.qwell1-1/+1
2007-12-21Merged revisions 94418 via svnmerge from tilghman1-1/+1
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603rizzo1-60/+84
2007-12-19Add option for starting remote Asterisk by naming the actual runtime socket i...oej1-1/+9
2007-12-18Making the canary error message a little more obvious.tilghman1-1/+1
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that iftilghman1-2/+71
2007-12-18make configuration variable const so they are not accidentallyrizzo1-60/+62
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-12-18Rename the macros in defaults.h - they are not meant to berizzo1-14/+15
2007-12-16Don't drop the first character randomly in long listings in the CLI.oej1-2/+3
2007-12-14Convert ast_verbose to ast_verb.tilghman1-6/+3
2007-12-12Correctly handle possible memory allocation failuretilghman1-5/+13
2007-11-27A few more "moremanager" fixesoej1-1/+1
2007-11-27More "moremanager" fixes. Manager commands to check module status.oej1-0/+19
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+2
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17start using asterisk/network.h for network related headers.rizzo1-4/+1
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16remove duplicate headers.rizzo1-3/+2
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-4/+4
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-17/+17
2007-10-21Merged revisions 85532 via svnmerge from russell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-17/+17
2007-10-17Merged revisions 86066 via svnmerge from tilghman1-10/+12
2007-10-15Merged revisions 85545 via svnmerge from russell1-0/+4
2007-10-13Merged revisions 85533 via svnmerge from russell1-10/+14
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-288/+368
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-2/+2
2007-09-24Permit custom locations for astdb and the keys directory (though default to t...tilghman1-0/+12
2007-09-20Merged revisions 83348 via svnmerge from russell1-1/+1
2007-09-20trivial formatting changerussell1-1/+1
2007-09-20trivial formatting changerussell1-1/+1
2007-09-20Don't start the event processing thread until after forking.russell1-1/+2
2007-09-13Merged revisions 82337 via svnmerge from russell1-0/+2
2007-09-12Fixes Solaris build warningsmmichelson1-0/+1
2007-09-12Merged revisions 82280 via svnmerge from russell1-4/+6
2007-09-08Merged revisions 81997 via svnmerge from russell1-8/+15
2007-08-28(closes issue #7852)russell1-0/+10
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+3
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...file1-7/+7
2007-08-01Solaris does not have a sysinfo like we know of on Linux.file1-7/+7
2007-07-23(closes issue #10271)russell1-3/+3
2007-07-23(closes issue #10192)russell1-2/+0
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-14/+10