aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)russell1-24/+16
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-17Merged revisions 8122 via svnmerge from kpfleming1-1/+1
2006-01-16check rlimit _after_ reading config file, so that if 'dumpcore' is specified ...kpfleming1-4/+4
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-1/+1
2006-01-13adding more output for shutdown. as per 6102mogorman1-0/+2
2006-01-12More changes to make t.38 support workmattf1-0/+6
2006-01-10Bug 5961 - new RAND() functiontilghman1-1/+3
2006-01-08you need to setgid in addition to initgroups...markster1-1/+5
2006-01-07oopsmarkster1-1/+1
2006-01-07Only set group for "runuser" if "rungroup" is not specified.markster1-3/+5
2006-01-07Initialize groups properlymarkster1-0/+4
2006-01-07Fix CLI breakagemarkster1-6/+8
2005-12-27when doing tab completion, iterate the list of matches to count how many thererussell1-5/+6
2005-12-26Merged revisions 7634 via svnmerge from russell1-6/+8
2005-12-23Merged revisions 7606 via svnmerge from kpfleming1-4/+84
2005-12-21- change the default value of the global priority jumping option to 'off'russell1-1/+1
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-100/+81
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-22/+36
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+1
2005-11-08whitespace fixkpfleming1-1/+1
2005-11-08issue #5581kpfleming1-3/+2
2005-11-08issue #5599kpfleming1-0/+3
2005-11-08issue #5621kpfleming1-0/+16
2005-11-05stop recompiling cli.c on every 'make'kpfleming1-1/+0
2005-11-01issue #4678kpfleming1-0/+4
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-0/+4
2005-10-31provide an alternate getloadavg implementation and a fallback for systems tha...kpfleming1-1/+6
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-1/+1
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...markster1-1/+10
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-19/+56
2005-09-29install 'rasterisk' symlink and update process name when used remotely (issue...kpfleming1-0/+10
2005-09-25Fix restart in Mac OSX (bug #5251)markster1-1/+1
2005-09-14ensure that ast_safe_system() is thread-safe (issue #4947)kpfleming1-14/+34
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-01eliminate the urgent handler message, since it can causing blocking in the st...kpfleming1-0/+4
2005-08-31ensure revents fields are initialized before calling poll()kpfleming1-0/+2
2005-08-23don't try to change run priority, EUID or EGID on restart if they were alread...kpfleming1-3/+10
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...kpfleming1-2/+2
2005-08-22make SIGURG handler message more obvious (issue #4878)kpfleming1-2/+2
2005-08-22add count of files used to build Asterisk/modules (issue #4992 with text mod)kpfleming1-1/+5
2005-08-14Reorder dnsmgr to before other modules (bug #4927)markster1-4/+4
2005-07-26add a global option to disable priority jumping in applications (when they ge...kpfleming1-0/+1
2005-07-25process asterisk.conf in a single pass, instead of twice (bug #4689)kpfleming1-85/+72
2005-07-25allow longer file version strings (bug #4765)kpfleming1-1/+1
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-2/+2
2005-07-15re-enable SIGHUP and SIGCHLD after they fire on platforms that require it (bu...kpfleming1-0/+2
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-0/+5
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming1-1/+6