summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
2006-03-14clarify which global options are enabled by defaultRussell Bryant
2006-03-02Merged revisions 11609 via svnmerge from Tilghman Lesher
2006-02-28Merged revisions 11408 via svnmerge from Russell Bryant
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-14more memory allocation wrapper conversion (issue #6365)Kevin P. Fleming
2006-02-14#ifdef the include too.BJ Weschke
2006-02-14 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks riz...BJ Weschke
2006-02-14 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump cor...BJ Weschke
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17Merged revisions 8122 via svnmerge from Kevin P. Fleming
2006-01-16check rlimit _after_ reading config file, so that if 'dumpcore' is specified ...Kevin P. Fleming
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-13adding more output for shutdown. as per 6102Matt O'Gorman
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-08you need to setgid in addition to initgroups...Mark Spencer
2006-01-07oopsMark Spencer
2006-01-07Only set group for "runuser" if "rungroup" is not specified.Mark Spencer
2006-01-07Initialize groups properlyMark Spencer
2006-01-07Fix CLI breakageMark Spencer
2005-12-27when doing tab completion, iterate the list of matches to count how many thereRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-23Merged revisions 7606 via svnmerge from Kevin P. Fleming
2005-12-21- change the default value of the global priority jumping option to 'off'Russell Bryant
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-08whitespace fixKevin P. Fleming
2005-11-08issue #5581Kevin P. Fleming
2005-11-08issue #5599Kevin P. Fleming
2005-11-08issue #5621Kevin P. Fleming
2005-11-05stop recompiling cli.c on every 'make'Kevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-11-01optionally send silence during recording (issue #5135)Kevin P. Fleming
2005-10-31provide an alternate getloadavg implementation and a fallback for systems tha...Kevin P. Fleming
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...Mark Spencer
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-29install 'rasterisk' symlink and update process name when used remotely (issue...Kevin P. Fleming
2005-09-25Fix restart in Mac OSX (bug #5251)Mark Spencer
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-01eliminate the urgent handler message, since it can causing blocking in the st...Kevin P. Fleming
2005-08-31ensure revents fields are initialized before calling poll()Kevin P. Fleming
2005-08-23don't try to change run priority, EUID or EGID on restart if they were alread...Kevin P. Fleming
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...Kevin P. Fleming
2005-08-22make SIGURG handler message more obvious (issue #4878)Kevin P. Fleming
2005-08-22add count of files used to build Asterisk/modules (issue #4992 with text mod)Kevin P. Fleming