summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
2013-03-22Corrected some module issues introduced by r383579.David M. Lee
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-08This patch adds a new message bus API to Asterisk.David M. Lee
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-02-14Revamp of terminal color codesKinsey Moore
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-21Update init.d scripts to handle stderr; readd splash screen for remote consolesMatthew Jordan
2013-01-19Fix astcanary startup problem due to wrong pid value from before daemon callMatthew Jordan
2012-12-11Add UUID support to Asterisk.Mark Michelson
2012-12-05Remove init_framer(). It no longer does anything.Richard Mudgett
2012-12-03Cleanup ast_run_atexits() atexits list.Richard Mudgett
2012-12-03Cleanup core main on exit.Richard Mudgett
2012-11-29Add MALLOC_DEBUG atexit unreleased malloc memory summary.Richard Mudgett
2012-11-18Reorder startup sequence to prevent lockups when process is sent to backgroundMatthew Jordan
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-02Ensure Shutdown AMI event is still fired during Asterisk shutdownMatthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-11Fix inability to shutdown gracefully due to an unending channel reference.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-25Enable usage of system-provided NetBSD editline library if available.Kevin P. Fleming
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-04-26Add more constness to the end_buf pointer in the netconsoleTerry Wilson
2012-04-25Make it possible to change the minimum DTMF duration in asterisk.confOlle Johansson
2012-04-24OpenBSD doesn't have rawmemchr, use strchrTerry Wilson
2012-04-19Handle multiple commands per connection via netconsoleTerry Wilson
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-17Fix places in main where a negative return value could impact executionMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-12Add option to invoke the extensions.conf stdexten using the legacy macro method.Richard Mudgett
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-02-17Non-verbose output should always go to the remote console, regardless of the ...Tilghman Lesher
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-01-15Allow only one thread at a time to do asterisk cleanup/shutdown.Walter Doekes
2012-01-13Make sure asterisk builds on OpenBSDKinsey Moore
2012-01-09Make Asterisk -x command line parameter imply -r parameter presence.Richard Mudgett
2012-01-05Ensures Asterisk closes when receiving terminal signals in 'no fork' mode.Jonathan Rose
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-12-07Add ASTSBINDIR to the list of configurable pathsTerry Wilson
2011-11-30Fix edge case for overflow buffer.Tilghman Lesher
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher