summaryrefslogtreecommitdiff
path: root/main/config.c
AgeCommit message (Expand)Author
2013-01-02Prevent crashes from occurring when reading from data sources with large valuesMatthew Jordan
2012-12-03Cleanup config cache on exit.Richard Mudgett
2012-08-21Add scoped locks to Asterisk.Mark Michelson
2012-08-16Handle integer over/under-flow in ast_parse_argsTerry Wilson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-04-27Multiple revisions 364365,364369Terry Wilson
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-02-09Make the config parser remove escaping backslashesKinsey Moore
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-11-21Add #tryinclude statementPaul Belanger
2011-11-01Several fixes to the chan_sip dynamic realtime peer/user lookupWalter Doekes
2011-11-01Cleanup references to sipusers and sipfriends dynamic realtime familiesWalter Doekes
2011-10-25Return NULL when no results returned for realtime_multientryTerry Wilson
2011-09-02Merged revisions 334297 via svnmerge from Richard Mudgett
2011-08-22Merged revisions 332940 via svnmerge from Richard Mudgett
2011-08-22Merged revisions 332761 via svnmerge from Richard Mudgett
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2011-02-02Replacing doc/* with wiki linksAndrew Latham
2011-01-19Clarify a source comment about configuration template categories.Sean Bright
2010-08-27Merged revisions 283882 via svnmerge from Jason Parker
2010-07-23Merge the realtime failover branchTilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-17Merged revisions 277568 via svnmerge from Tilghman Lesher
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-07-05Merged revisions 273884 via svnmerge from Paul Belanger
2010-06-30Don't attempt to proceed if our internal parser indicates an invalid file.Tilghman Lesher
2010-06-28Merged revisions 272921-272922 via svnmerge from Tilghman Lesher
2010-01-18Merged revisions 241015 via svnmerge from Sean Bright
2010-01-04Oops, didn't compile (thanks, kpfleming)Tilghman Lesher
2010-01-04Further reduce the encoded blank values back to blank in the realtime API.Tilghman Lesher
2009-09-16Merged revisions 219023 via svnmerge from Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-23If we delete the info, lets also delete the linesRyan Brindley
2009-02-17If there are no realtime engines, there's no reason to check for realtime fam...Olle Johansson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-05The first file should have a blank config filename in the structure, so thatTilghman Lesher
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-20more formatting corrections :: one line for loops and if statements still nee...Ryan Brindley
2008-11-20formatting changes :: one line for loops and if statements should have {}Ryan Brindley
2008-11-18(closes issue #13420)Steve Murphy