summaryrefslogtreecommitdiff
path: root/res/res_snmp.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-03-18Merged revisions 182808 via svnmerge from Kevin P. Fleming
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-06-06Merged revisions 67872 via svnmerge from Russell Bryant
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2007-01-13Merged revisions 50674 via svnmerge from Joshua Colp
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-11Make res_snmp fit general coding style (issue #7192 reported by Mithraen)Joshua Colp
2006-07-01fix up res_snmp so it builds and loads correctlyRussell Bryant
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23add basic autoconf support for res_snmpRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-02-26Add SNMP support (bug #6439)Mark Spencer