Merged revisions 132107 via svnmerge from
[asterisk/asterisk.git] / main / config.c
2008-07-18 Tilghman LesherMerged revisions 132107 via svnmerge from
2008-06-05 Tilghman LesherMerge the adaptive realtime branch, which will make...
2008-06-03 Jeff PeelerMerged revisions 120173 via svnmerge from
2008-05-21 Mark MichelsonBe sure that we cache included files for each source...
2008-05-05 Mark Michelson#execing the same file multiple times led to warning...
2008-05-02 Tilghman LesherAdd attributes to various API calls, to help track...
2008-03-26 Tilghman LesherSimplify new macro, simplify configfile logic, now...
2008-03-26 Tilghman LesherAdd a linkedlist macro that maintains a sorted list
2008-03-26 Tilghman LesherAdd the "config reload <conffile>" command, which allow...
2008-03-19 Steve MurphyMerged revisions 109908 via svnmerge from
2008-03-11 Tilghman LesherAn offhand comment from Russell made me realize that...
2008-03-04 Tilghman LesherWhitespace changes only
2008-02-25 Jason ParkerMerged revisions 104092 via svnmerge from
2008-02-15 Jason ParkerFix up some doxygen issues.
2008-02-12 Jeff PeelerRequested changes from Pari, reviewed by Russell.
2008-01-07 Jason ParkerDisplay a message if no config mappings are found with...
2007-12-19 Luigi Rizzoadd support for PARSE_DOUBLE, and remove identifiers for
2007-12-18 Luigi Rizzoremove unnecessary (char *) casts for ast_config_AST_...
2007-12-14 Russell BryantPrint an error message if a #included file does not...
2007-12-13 Jason ParkerMerged revisions 92696 via svnmerge from
2007-12-08 Luigi Rizzoremove unused code, and simplify the logic for #include...
2007-12-08 Luigi RizzoImplement comment_buffer and lline_buffer in terms...
2007-12-08 Luigi Rizzounify some common code
2007-12-08 Luigi Rizzonormalize formatting
2007-12-08 Luigi Rizzodocument a nice technique to exit from a block in case...
2007-12-08 Luigi Rizzoa little bit of documentation on how lines are parsed.
2007-11-30 Russell BryantMerged revisions 90348 via svnmerge from
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzotrim more redundant headers
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-16 Luigi Rizzoadd a small new function to retrieve variables from...
2007-11-14 Tilghman LesherOne more typo in config.c; and missed conversions due...
2007-11-14 Tilghman LesherTypo
2007-11-14 Luigi Rizzomake the 'name' and 'value' fields in ast_variable...
2007-11-09 Steve MurphyThis is the perhaps the biggest, boldest, most daring...
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-06 Steve MurphyMerged revisions 89036 via svnmerge from
2007-11-02 Tilghman LesherDon't re-cache the filename, but check to see if it...
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-19 Jason ParkerMore changes to NEW_CLI.
2007-09-20 Joshua ColpFix memory leaks in pbx_dundi, cdr_pgsql, and the confi...
2007-09-12 Steve MurphyThis fix closes issue #10642 -- it's not perfect, but...
2007-09-11 Russell Bryantremove unused functions that made this file not build...
2007-09-11 Steve MurphyThis solves an unreported solaris compile problem ...
2007-09-05 Steve Murphythis set of changes fixes issue # 10643 by keeping...
2007-09-03 Tilghman LesherOnce we get past the file checks, we're loading, so...
2007-09-02 Tilghman LesherWe shouldn't use a filename blindly without checking...
2007-08-29 Steve Murphyinit newer so compile won't complain.
2007-08-29 Russell Bryantmake trunk build again. murf will have to review this...
2007-08-29 Steve MurphyThis code was in team/murf/bug8684-trunk; it should...
2007-08-17 Tilghman LesherChange this flag... might not otherwise unlock in an...
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-08-06 Mark MichelsonMerged revisions 78103 via svnmerge from
2007-08-06 Jason ParkerMerged revisions 78180 via svnmerge from
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-17 Luigi RizzoIntroduce ast_parse_arg() , a generic function to parse...
2007-06-14 Jason ParkerMerged revisions 69470 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-07 Olle JohanssonMerged revisions 63254 via svnmerge from
2007-04-26 Joshua ColpMerged revisions 61959 via svnmerge from
2007-04-20 Russell BryantMerged revisions 61690 via svnmerge from
2007-04-11 Steve Murphyvia 8118, a RealTime upgrade to make RT a complete...
2007-03-26 Steve MurphyMerged revisions 59225 via svnmerge from
2007-02-24 Olle JohanssonDoxygen additions, corrections
2007-02-14 Olle JohanssonNew CLI command "Core show settings" to list some core...
2007-02-02 Joshua ColpMerged revisions 53118 via svnmerge from
2007-01-23 Joshua ColpCosmetic changes. Make main source files better conform...
2007-01-16 Russell BryantMerged revisions 51057 via svnmerge from
2007-01-14 Tilghman LesherBug 8803 - Fix crash in API
2007-01-10 Joshua ColpMerged revisions 50405 via svnmerge from
2007-01-07 Tilghman LesherWhen calling the Realtime app more than once, unset...
2007-01-05 Kevin P. Fleminga little more const-ification
2007-01-05 Kevin P. FlemingMerged revisions 49676 via svnmerge from
2007-01-04 Joshua ColpMerged revisions 49551 via svnmerge from
2006-11-15 Kevin P. FlemingMerged revisions 47690 via svnmerge from
2006-11-15 Kevin P. FlemingMerged revisions 47684 via svnmerge from
2006-11-13 Steve MurphyThis solves bug 8342, whereby a crash occurs under...
2006-11-02 Tilghman LesherMerged revisions 47051 via svnmerge from
2006-11-01 Steve MurphyCleanups suggested by Russell.
2006-10-26 Mark SpencerFix comment preservation code (thanks murf!)
2006-09-21 Tilghman LesherRemove deprecated CLI apps from the core
2006-09-20 Tilghman LesherConstify the result of a config retrieval function...
2006-09-19 Matt O'Gormansimilar patch for verbose vs debug with minor changes
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-09-16 Kevin P. Flemingmerge markster's usersconf branch with some slight...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):