aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-27Merged revisions 72373 via svnmerge from bbryant1-0/+7
2007-06-27Merged revisions 72333 via svnmerge from bbryant1-7/+0
2007-06-27Merged revisions 72259 via svnmerge from bbryant1-0/+8
2007-06-24Merged revisions 71358 via svnmerge from russell1-10/+5
2007-06-22Merged revisions 71064 via svnmerge from bbryant1-5/+10
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-2/+2
2007-06-05When shutting down "gracefully", go through and run the unload() callbacks forrussell1-0/+4
2007-04-30Merged revisions 62368 via svnmerge from file1-2/+2
2007-04-09Merged revisions 60849 via svnmerge from tilghman1-8/+6
2007-02-26Allow both of the show version files and core show file versions CLI commands...file1-4/+81
2007-02-23Merged revisions 56504 via svnmerge from russell1-22/+48
2007-02-16Clarify a restart message. It's silly, but the reporter had a very valid point.qwell1-1/+1
2007-02-01Add missing 'F' letter to getopt so it magically becomes a valid option. (iss...file1-1/+1
2007-01-30Merged revisions 52903 via svnmerge from russell1-4/+17
2007-01-19Merged revisions 51300 via svnmerge from russell1-0/+2
2007-01-15re-add deprecated "show version" CLI command.qwell1-1/+16
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-0/+3
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-8/+8
2006-12-27move extern declaration for this option to a header file where it belongskpfleming1-2/+0
2006-11-09revert the previous change, which actually modified the deprecated command,russell1-12/+12
2006-11-09Fix argument parsing for the "core show profile" CLI commandrussell1-6/+6
2006-11-09fix "core show version" to reflect the new number of arguments for thisrussell1-1/+1
2006-11-04Really fix the "core set debug" and "core set verbose" CLI commands.russell1-2/+2
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-14/+14
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-1/+1
2006-10-27We should always be using _exit() after a fork() or vfork() instead of exit().russell1-1/+1
2006-10-18Don't modify things if we are using vfork as this is very bad and may cause u...file1-0/+4
2006-10-04update thread creation code a bitkpfleming1-4/+4
2006-10-04ensure that local include files are always usedkpfleming1-1/+1
2006-09-29Fix a bug with the removal of 'atleast' argument to 'core verbose' and 'core ...qwell1-2/+2
2006-09-26(This was actually BE-65)russell1-13/+11
2006-09-19similar patch for verbose vs debug with minor changesmogorman1-1/+1
2006-09-18always use fork() when availablekpfleming1-3/+3
2006-09-18merge qwell's CLI verbification workkpfleming1-37/+128
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-2/+6
2006-08-25Identify what the columns mean in the output of "show profile"russell1-1/+3
2006-08-22Solaris didn't like this.qwell1-2/+2
2006-08-21restore 'preload' functionality in loaderkpfleming1-1/+6
2006-08-21use a customized configure macro to tell the script that uCLinux does not hav...kpfleming1-5/+20
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+2727