summaryrefslogtreecommitdiff
path: root/asterisk.c
AgeCommit message (Expand)Author
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
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-04-29fix *BSD breakage from include-order changes (bug #4067)Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13ensure that the random number generator(s) are always seeded with a different...Kevin P. Fleming
2005-04-06*** empty log message ***Kevin P. Fleming
2005-04-04optimize codec selection and format changing codeKevin P. Fleming
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)Kevin P. Fleming
2005-03-26Fix order of priority reading / file reading (bug #3860)Mark Spencer
2005-03-11Add timestamping to console (bug #3653 with minor mods)Mark Spencer
2005-03-05Allow debug to be enabled on a per-file basis...Mark Spencer
2005-02-11Flagify hold (bug #3456)Mark Spencer
2005-02-09Fix minor typo (bug #3534)Mark Spencer
2005-02-09Allow debug level to be more than just binary (bug #3524)Mark Spencer
2005-02-02Merge #exec functionality (must be explicitly enabled!)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Keep dead console from killing asterisk (bu #3331)Mark Spencer
2004-12-31Merge OEJ's channel type listing (bug #3187) with slight modificationsMark Spencer
2004-12-29Fix additional typos (bug #3162)Mark Spencer
2004-12-28Fix small typos (bug #3162)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-11-11Work around silly macos (bug #2833)Mark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-11-01Console fix (bug #2764) and logger fix...Mark Spencer
2004-10-05Major changes to res_config to support centralized config, eliminate configur...Mark Spencer
2004-10-01Fix some formatting in asterisk.cJames Golovich
2004-09-28Fix threads in FreeBSD (bug #2478)Mark Spencer
2004-09-13Add set debug option, make output for set verbose better (bug #2428)Mark Spencer
2004-09-07Change recent patch to not use a hard coded path inside of a .c fileJames Golovich
2004-09-07Formatting cleanupsJames Golovich
2004-09-07Merge anthm's "-t" flag (with minor mods) (bug #2380)Mark Spencer
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...Mark Spencer