summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
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
2005-08-14Reorder dnsmgr to before other modules (bug #4927)Mark Spencer
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-07-25process asterisk.conf in a single pass, instead of twice (bug #4689)Kevin P. Fleming
2005-07-25allow longer file version strings (bug #4765)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15re-enable SIGHUP and SIGCHLD after they fire on platforms that require it (bu...Kevin P. Fleming
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...Kevin P. Fleming
2005-06-07fix version-string builds for non-gcc compilersKevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-05more ast_copy_string() conversionKevin P. Fleming
2005-06-03remove deprecated 'quit' and 'exit' commands from console (but not remote con...Kevin P. Fleming
2005-06-03don't call poll() with an unitialized structure (bug #4387)Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-18Add optional call limitMark Spencer
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming