Commit Graph

222 Commits (09ea61fc7393e0d0de214ac511a30ef4b18f7fe0)

Author SHA1 Message Date
Tilghman Lesher 81811a3a27 Merged revisions 11609 via svnmerge from
19 years ago
Russell Bryant b816ed75b1 Merged revisions 11408 via svnmerge from
19 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Kevin P. Fleming 1c7126664d more memory allocation wrapper conversion (issue #6365)
20 years ago
BJ Weschke 6255f76212 #ifdef the include too.
20 years ago
BJ Weschke 0edfb0eb39 #ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out, and credit to Armin for identifying a solution to the original problem.
20 years ago
BJ Weschke 5f8017bc22 Make sure that PR_SET_DUMPABLE is set to make certain that we still dump core if Asterisk has setuid'd to run as non-root
20 years ago
Russell Bryant 6334e3b543 store the list of 'atexit' functions using linked list macros (issue #6329)
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Kevin P. Fleming d8dfdf0504 Merged revisions 8122 via svnmerge from
20 years ago
Kevin P. Fleming 97ef58e4eb check rlimit _after_ reading config file, so that if 'dumpcore' is specified there it will take effect
20 years ago
BJ Weschke 3854a2438e Spelling corrections (mostly in comments and doxygen areas) #6249
20 years ago
Matt O'Gorman 1a5aa53fc9 adding more output for shutdown. as per 6102
20 years ago
Matthew Fredrickson 1437a7255d More changes to make t.38 support work
20 years ago
Tilghman Lesher 935c80d5e6 Bug 5961 - new RAND() function
20 years ago
Mark Spencer 1134b480dc you need to setgid in addition to initgroups...
20 years ago
Mark Spencer b631dc98b5 oops
20 years ago
Mark Spencer e9afca36f9 Only set group for "runuser" if "rungroup" is not specified.
20 years ago
Mark Spencer bb8882d7fc Initialize groups properly
20 years ago
Mark Spencer d7906c3447 Fix CLI breakage
20 years ago
Russell Bryant 1f73717188 when doing tab completion, iterate the list of matches to count how many there
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Kevin P. Fleming dea5bdd8e1 Merged revisions 7606 via svnmerge from
20 years ago
Russell Bryant 5039373b99 - change the default value of the global priority jumping option to 'off'
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming 0941c32d38 issue #5569 minus lock.h changes
20 years ago
Kevin P. Fleming d56ce5d1f3 whitespace fix
20 years ago
Kevin P. Fleming 9061716644 issue #5581
20 years ago
Kevin P. Fleming 81bda951d2 issue #5599
20 years ago
Kevin P. Fleming 6f4fabf043 issue #5621
20 years ago
Kevin P. Fleming da0d0f975a stop recompiling cli.c on every 'make'
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Kevin P. Fleming c3f9388b23 provide an alternate getloadavg implementation and a fallback for systems that don't have it at all (issue #5549 with minor mods)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Mark Spencer 0b36348b12 Allow limitation by loadavg not just calls (should be BSD friendly)...
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 61a0f7a65e install 'rasterisk' symlink and update process name when used remotely (issue #5318 with minor mod)
20 years ago
Mark Spencer fcc0b23e18 Fix restart in Mac OSX (bug #5251)
20 years ago
Kevin P. Fleming b68657fcec ensure that ast_safe_system() is thread-safe (issue #4947)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming dd88d578fd eliminate the urgent handler message, since it can causing blocking in the stdio library (issue #5087)
20 years ago
Kevin P. Fleming 050d6c7d34 ensure revents fields are initialized before calling poll()
20 years ago
Kevin P. Fleming 8b1077669e don't try to change run priority, EUID or EGID on restart if they were already set (issue #4734 with minor mods)
20 years ago
Kevin P. Fleming 2cde73fddb make sure realtime/high scheduling priority is relinquished before executing an AGI script (issue #4930)
20 years ago
Kevin P. Fleming 6755f0b642 make SIGURG handler message more obvious (issue #4878)
20 years ago
Kevin P. Fleming 971091a17c add count of files used to build Asterisk/modules (issue #4992 with text mod)
20 years ago
Mark Spencer 6f07e6cc4f Reorder dnsmgr to before other modules (bug #4927)
20 years ago