aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-27Merged revisions 72383 via svnmerge from bbryant1-0/+7
2007-06-27Merged revisions 72335 via svnmerge from bbryant1-7/+0
2007-06-27Merged revisions 72260 via svnmerge from bbryant1-0/+8
2007-06-24Merged revisions 71362 via svnmerge from russell1-10/+5
2007-06-22Merged revisions 71066 via svnmerge from bbryant1-5/+10
2007-06-22Nothing to see here.qwell1-83/+0
2007-06-18Few more rwlist conversions... why not.file1-42/+42
2007-06-14Convert uses of strdup() to ast_strdup()russell1-1/+1
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-4/+4
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-2/+1
2007-06-08Minor formatting change to test changes to mantis auto-closing issuesrussell1-0/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-8/+8
2007-06-05Merged revisions 67308 via svnmerge from russell1-0/+4
2007-06-01Merge major changes to the way device state is passed around Asterisk. The tworussell1-1/+1
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-9/+2
2007-05-11oops.. Fix the logic of the last commit.qwell1-1/+1
2007-05-11Better fallback method for autosystemname.qwell1-2/+4
2007-05-11Add autosystemname setting to asterisk.confqwell1-0/+10
2007-04-30Merged revisions 62369 via svnmerge from file1-2/+2
2007-04-28Merge changes from team/russell/eventsrussell1-0/+1
2007-04-11fixed the '-e' command line option for minmemfree. updated doc/asterisk-conf...dhubbard1-1/+1
2007-04-11changed #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)dhubbard1-7/+7
2007-04-11added HAVE_SYSINFO preprocessor directives for portability and general happinessdhubbard1-1/+15
2007-04-11added option_minmemfree for use in asterisk.conf to specify the amount of min...dhubbard1-0/+43
2007-04-09Merged revisions 60850 via svnmerge from tilghman1-8/+6