Commit History

Author SHA1 Message Date
  Walter Doekes 7a1689242a Fix printf problems with high ascii characters after r413586 (1.8). 10 years ago
  Kinsey Moore e58ea0fea9 Allow Asterisk to compile under GCC 4.10 11 years ago
  Andrew Latham de90591251 Doxygen Updates - Title update 12 years ago
  Andrew Latham 19899a644d Doxygen Cleanup 12 years ago
  Terry Wilson 4a8b42c992 Replace direct access to channel name with accessor functions 13 years ago
  Leif Madsen bdf076843a Merged revisions 328247 via svnmerge from 13 years ago
  Tilghman Lesher 28b5484344 Merged revisions 284610 via svnmerge from 14 years ago
  Tilghman Lesher ce99465a3b AST-2009-005 15 years ago
  Russell Bryant 6c824480f1 Global var cleanup - constification and removing unused vars. 16 years ago
  Kevin P. Fleming 0b18e53c42 Const-ify the world (or at least a good part of it) 16 years ago
  Eliel C. Sardanons 51f34f137c - Add more <see-also> based on TFOT. 16 years ago
  Kevin P. Fleming 1fdd7c85b6 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 16 years ago
  Russell Bryant 38a3fa4b39 Merge changes from team/group/appdocsxml 16 years ago
  Kevin P. Fleming 3cf0803e9e fix a few small things found by using sparse 16 years ago
  Sean Bright 5198c9672a More RSW merges. Everything from apps/ except for the big offenders 16 years ago
  Brett Bryant 193a256f50 Janitor project to convert sizeof to ARRAY_LEN macro. 16 years ago
  Michiel van Baak 7286992fad whitespace fixes only 17 years ago
  Jason Parker 9f6f1c569d Use defined return values in load_module in more places. 17 years ago
  Luigi Rizzo 5c7aee1010 remove unnecessary (char *) casts for ast_config_AST_* variables. 17 years ago
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" 17 years ago
  Luigi Rizzo a575562ceb move asterisk/paths.h outside asterisk.h and into those files 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 4e3de0af3a Remove redundant includes (patch by snuffy) (Closes issue #10922) 17 years ago
  Joshua Colp d9afb003f8 Clean up code in app_adsiprog. 17 years ago
  Russell Bryant 2470bd1b9d Do a massive conversion for using the ast_verb() macro 17 years ago
  Joshua Colp 06e56560db Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application. 17 years ago
  Joshua Colp 20ea2e3dd0 It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 17 years ago
  Tilghman Lesher 888d03a44b Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes 18 years ago
  Kevin P. Fleming 801cba3ca5 Merged revisions 53779-53781 via svnmerge from 18 years ago