aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_limit.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+3
2009-09-08Remove what appears to be an unnecessary define.tilghman1-2/+0
2009-08-10AST-2009-005tilghman1-1/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-2/+2
2008-09-28Merge the cli_cleanup branch.mvanbaak1-34/+35
2008-07-08Janitor project to convert sizeof to ARRAY_LEN macro.bbryant1-4/+4
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-65/+94
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.file1-0/+2
2007-07-02Fix building under Solaris.file1-1/+7
2007-02-24Doxygen additions, correctionsoej1-0/+8
2006-12-19OpenBSD does not have RLIMIT_AS or RLIMIT_VMEM so until someone finds the rig...file1-3/+13
2006-12-16prevent a compiler warningrizzo1-2/+3
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-10-06help old bsd-system which don't have RLIMIT_AS and use RLIMIT_VMEMrizzo1-0/+3
2006-09-26These three are not defined on all platforms that we supporttilghman1-2/+4
2006-09-21Set process limits without restarting Asterisktilghman1-0/+159