summaryrefslogtreecommitdiff
path: root/funcs/func_env.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-28BuildSystem: Fix a few issues hightlighted by gcc 6.xGeorge Joseph
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-19funcs/func_env: Fix regression caused in FILE read operationMatthew Jordan
2015-03-14FILE: fix retrieval of file contents when offset is specifiedMatthew Jordan
2014-05-09Fix 32bit build for func_envKinsey Moore
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2012-04-17Fix places where a negative return from ftello could be used as invalid inputMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-02Merged revisions 305844 via svnmerge from Tilghman Lesher
2010-09-30Merged revisions 289543,289581 via svnmerge from Tilghman Lesher
2010-07-13Oops, XML documentation fix.Tilghman Lesher
2010-07-13It really cannot fail in the places below, but the stupid compiler doesn't kn...Tilghman Lesher
2010-07-13Weird compiler error on Bamboo.Tilghman Lesher
2010-07-13FILE() now supports line-mode and writing (altering) files.Tilghman Lesher
2010-05-30Needs to be wrapped in <para>Tilghman Lesher
2010-05-28Setup environment variables for the benefit of child processes and disallow c...Tilghman Lesher
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-03-16Fix an off-by-one error in the FILE() function, and extend FILE()'s length pa...Tilghman Lesher
2008-11-02Fix various spelling and grammatical issues in documentationRussell Bryant
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2007-12-31Merged revisions 95470 via svnmerge from Tilghman Lesher
2007-11-27Merged revisions 89631 via svnmerge from Tilghman Lesher
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08Make func_env build again.Joshua Colp
2007-11-08Add the FILE() dialplan function and deprecate ReadFile.Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Fix compile time warningsTilghman Lesher
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2005-12-21Bug 5440 - Add STAT() dialplan functionTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-05-05clean up file headersKevin P. Fleming
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming