aboutsummaryrefslogtreecommitdiffstats
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-14Fix an issue where the line number in an unterminated comment block error mes...qwell1-1/+1
2007-05-07Releasing the whole in-memory configuration while you're adding to it is not ...oej1-1/+0
2007-04-26Don't count failed include attempts against the configuration include level. ...file1-0/+2
2007-02-02Pass the glob expanded filename to process_text_line so that error messages c...file1-1/+1
2006-11-15when re-writing the config file, don't repeat the path if it hasn't changedkpfleming1-1/+4
2006-11-15when appending a list of variable to a category, ensure the tail pointer poin...kpfleming1-0/+2
2006-11-15clear the category's variable tail pointer as well when variables are detache...kpfleming1-0/+1
2006-11-15ouch... don't use printf, use ast_log/ast_verbosekpfleming1-3/+3
2006-09-19fixes some verbose vs debug issues. patch from bug 2617mogorman1-5/+5
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-07remove extraneous messagekpfleming1-3/+2
2005-11-01issue #4678kpfleming1-1/+5
2005-10-31ignore non-regular files during config parsing (issue #5510, different fix)kpfleming1-11/+23
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-1/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+5
2005-10-17correct behavior change introduced by issue #5448 patchkpfleming1-6/+1
2005-10-17Improve config parsing performance (bug #5448)markster1-3/+6
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-1/+1
2005-08-23add 'sip show settings' CLI command (issue #4806)kpfleming1-5/+22
2005-07-10more ast_copy_string conversionsrussell1-5/+5
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming1-2/+12
2005-07-05clean up find_engine()kpfleming1-13/+11
2005-06-24split up string/time functions into separate header fileskpfleming1-30/+0
2005-06-21make 'show config mapping' show all mappings associated with an engine (bug #...kpfleming1-1/+0
2005-06-07fix memory leaks in config loader (bug #4223)kpfleming1-6/+12
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-2/+1
2005-05-25Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin bein...twisted1-1/+1
2005-05-25various code cleanups (bug #4353)russell1-1/+1
2005-05-08Fix improper config dir path (bug #4184)markster1-1/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-8/+8
2005-03-17Fix help and command line completion for "show config mappings" (Bug #3766)twisted1-1/+5
2005-02-11Fix "not found" case (bug #3404)markster1-1/+1
2005-02-10Separate IAX and SIP tables for users/peersmarkster1-32/+47
2005-02-02Clarify documentation (bug #3495)markster1-1/+1
2005-02-02Merge #exec functionality (must be explicitly enabled!)markster1-7/+39
2005-01-30Fix seg in variable replacement (bug #3464)markster1-51/+5
2005-01-30Add category inheritance (bug #3099)markster1-20/+166
2005-01-28Fix properly the issue of the verbose level for parsing... (bug #3404 etc)markster1-2/+2
2005-01-27Fixing "parsing" bug in config.c (AGAIN!)anthm1-1/+1
2005-01-25Merge config updates (bug #3406)markster1-475/+514
2005-01-22Un-revert in preparation for actual fixmarkster1-204/+188
2005-01-22repeal config prototype changesanthm1-188/+204
2005-01-22Fix tiny typo (bug #3404)markster1-1/+1
2005-01-21Fix this annoying typeo that has been torturing me for weeks nowanthm1-1/+1
2005-01-21update copyright headers for 2005russell1-1/+1