aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-07fix version-string builds for non-gcc compilerskpfleming1-0/+4
2005-06-06the last round of file version tagskpfleming1-0/+10
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-5/+42
2005-06-06remove experimental module version tagskpfleming1-0/+86
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-3/+10
2005-06-05more ast_copy_string() conversionkpfleming1-24/+24
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote con...kpfleming1-40/+19
2005-06-03don't call poll() with an unitialized structure (bug #4387)kpfleming1-4/+5
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-0/+7
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...russell1-0/+4
2005-05-18Add optional call limitmarkster1-1/+11
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-1/+1
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-5/+5
2005-04-29fix *BSD breakage from include-order changes (bug #4067)kpfleming1-1/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-19/+20
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-22/+22
2005-04-13ensure that the random number generator(s) are always seeded with a different...kpfleming1-0/+6
2005-04-06*** empty log message ***kpfleming1-0/+4
2005-04-04optimize codec selection and format changing codekpfleming1-0/+4
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming1-0/+1
2005-03-26Fix order of priority reading / file reading (bug #3860)markster1-7/+8
2005-03-11Add timestamping to console (bug #3653 with minor mods)markster1-1/+9
2005-03-05Allow debug to be enabled on a per-file basis...markster1-0/+1
2005-02-11Flagify hold (bug #3456)markster1-3/+64
2005-02-09Fix minor typo (bug #3534)markster1-1/+1
2005-02-09Allow debug level to be more than just binary (bug #3524)markster1-1/+16
2005-02-02Merge #exec functionality (must be explicitly enabled!)markster1-0/+3
2005-01-25Merge config updates (bug #3406)markster1-6/+5