Commit History

Author SHA1 Message Date
  Tilghman Lesher 1bd6ba9de4 Fix memory leaks 16 years ago
  Tilghman Lesher 32b11016a3 Fix memory leak. 16 years ago
  Mark Michelson acf32fe374 Don't try to dereference the dbfile pointer if 16 years ago
  Joshua Colp 1f2fbc7a1f Initialize all these here tmp pointers at declaration. They confused some compilers a wee bit. 16 years ago
  Tilghman Lesher ef6469c771 An offhand comment from Russell made me realize that the configuration file 16 years ago
  Mark Michelson 253fb059ad Store dates using local time instead of UTC 17 years ago
  Luigi Rizzo ff8ac85d1a remove a bunch of useless #include "options.h" 17 years ago
  Luigi Rizzo 32d68be9da include "logger.h" and errno.h from asterisk.h - usage shows that they 17 years ago
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect 17 years ago
  Tilghman Lesher 0bb214778e One more typo in config.c; and missed conversions due to the constifying of ast_variable_new parameters 17 years ago
  Jason Parker 94f4fd917e Doxygen fixes. 17 years ago
  Steve Murphy 7820acad74 closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue. 17 years ago
  Jason Parker 5fd5a97871 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 17 years ago
  Jason Parker 278b08ca23 Convert NEW_CLI to AST_CLI. 17 years ago
  Jason Parker eee7306222 More changes to NEW_CLI. 17 years ago
  Russell Bryant 241381e7f6 Add support for #include, var_metric, and cat_metric in res_config_sqlite 17 years ago
  Russell Bryant 588edbb6ff Various code and documentation cleanups for res_config_sqlite 17 years ago
  Jason Parker 191d2cdf0f Doxygen cleanups/fixes. 17 years ago
  Steve Murphy 269396334e This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now. 17 years ago
  Tilghman Lesher 1384da9f70 store and destroy implementations for sqlite (closes issue #10446) and odbc (closes issue #10447) 17 years ago
  Tilghman Lesher d903e91cdc Don't reload a configuration file if nothing has changed. 17 years ago
  Russell Bryant d766ec7b12 (closes issue #10271) 17 years ago
  Russell Bryant 00f1cf2802 Add a massive set of changes for converting to use the ast_debug() macro. 17 years ago
  Jason Parker 0187c1df89 Fix incorrect logic for param count. 17 years ago
  Russell Bryant f97be46cd1 Fix a bunch of doxygen errors and document more things 17 years ago
  Tilghman Lesher 888d03a44b Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 17 years ago
  Jason Parker 69b062b294 Documentation fixes for res_config_sqlite. 17 years ago
  Tilghman Lesher eadfcb4912 Issue 9477 - Improve menuselect labels 17 years ago
  Russell Bryant 6f23589788 Merge changes from team/russell/sqlite: 17 years ago