summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-28clang compiler warnings: Fix -Wparantheses-equality warningsMatthew Jordan
2015-03-28clang compiler warnings: Fix -Wunused-function; make inline function staticMatthew Jordan
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2015-03-26Fix compile errors caused by r4500 / r4501.Corey Farrell
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-26app_confbridge: file playback blocks dtmfKevin Harwell
2015-03-25A couple minor cleanup tweaks.Richard Mudgett
2015-03-25dns: Add core DNS API + unit tests and res_resolver_unbound module + unit tests.Joshua Colp
2015-03-23Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-03-22Fix compilation issues for OpenBSDMatthew Jordan
2015-03-20res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.Richard Mudgett
2015-03-19logger: Apply default console logging when configuration cannot be loaded.Corey Farrell
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-03-17Audit ast_sockaddr_resolve() usage for memory leaks.Richard Mudgett
2015-03-14main/frame: Don't report empty disallow values as an errorMatthew Jordan
2015-03-14core: Fix tab completion of "core set debug channel" CLI command.Joshua Colp
2015-03-13Logger: Fix MALLOC_DEBUG build error.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-03-12main/audiohook: Update internal sample rate on readsMatthew Jordan
2015-03-12Add support for the clang compiler; update RAII_VAR to use BlocksRuntimeMatthew Jordan
2015-03-10core: Don't create snapshots with locks.Joshua Colp
2015-03-10localtime: Fix file descriptor leak on kqueue(2) systemsMatthew Jordan
2015-03-06app: Add functions to swap voicemail function table for testing purposesJonathan Rose
2015-03-04translate: Prevent invalid memory accesses on fast shutdownMatthew Jordan
2015-02-27ARI: Fix crash if integer values used in JSON payload 'variables' object.Richard Mudgett
2015-02-26Dial API: add self destruct option when completeScott Griepentrog
2015-02-26app_chanspy, channel: fix frame leaksKevin Harwell
2015-02-25channels/sip/sdp_crypto: Handle SRTP keys negotiated with key lifetime/MKIMatthew Jordan
2015-02-24ARI/PJSIP: Apply requesting channel's format cap to created channelsMatthew Jordan
2015-02-21http: Add missing html tag to 'httpstatus' functionality.Joshua Colp
2015-02-21Allow shutdown to unload modules that register bucket scheme's or codec's.Corey Farrell
2015-02-21main/asterisk.c: Reverse #if statement in listener() to fix code folding.Corey Farrell
2015-02-19ISDN AOC: Fix crash from an AOC-E message that doesn't have a channel associa...Richard Mudgett
2015-02-19tcptls: Handle new OpenSSL compile time option to disable SSLv3Matthew Jordan
2015-02-19Create work around for scheduler leaks during shutdown.Corey Farrell
2015-02-14sorcery: Output an error message if a wizard is specified for an object type ...Joshua Colp
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2015-02-11Enable REF_DEBUG for ast_module_ref / ast_module_unref.Corey Farrell
2015-02-06various: cleanup issues found during leak huntScott Griepentrog
2015-02-04sorcery: Don't try to load object types which haven't been defined.Joshua Colp
2015-01-30HTTP: For httpd server, need option to define server name for security purposesAshley Sanders
2015-01-30Fix some memory leaks.Mark Michelson
2015-01-29stasis transfer: fix stasis bridge push race part twoScott Griepentrog
2015-01-28res_pjsip_outbound_registration: Fix reload race condition.Richard Mudgett
2015-01-27tcptls: Bad file descriptor error when reloading chan_sipKevin Harwell
2015-01-27Manager: Fix Manager Action ModuleLoad to give correct response when reloadingJonathan Rose
2015-01-27res_pjsip: make it unloadable (take 2)Kevin Harwell
2015-01-27bridge / res_pjsip_sdp_rtp: Fix issues with media not being reinvited during ...Joshua Colp
2015-01-26Various fixes for OS XDavid M. Lee