summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-06-07Merge "channel: ast_write frame wrongly freed after call to audiohooks" into 13Jenkins2
2017-06-06Merge "format: Reintroduce smoother flags" into 13Jenkins2
2017-06-05channel: ast_write frame wrongly freed after call to audiohooksKevin Harwell
2017-05-31pbx_builtin: Properly handle hangup during BackgroundSean Bright
2017-05-31channel / app_meetme: Fix parentheses.Joshua Colp
2017-05-30format: Reintroduce smoother flagsSean Bright
2017-05-26manager: Clear the flag on the other channel.Joshua Colp
2017-05-26Merge "asterisk: Audit locking of channel when manipulating flags." into 13Jenkins2
2017-05-24unittests: Add a unit test that causes a SEGV and...George Joseph
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2017-05-11Merge "logger: Added logger_queue_limit to the configuration options." into 13Jenkins2
2017-05-11Merge "tcptls: Improve error messages for TLS connections." into 13Jenkins2
2017-05-11Merge "Prevent Undefined Capath Crash" into 13Jenkins2
2017-05-09tcptls: Improve error messages for TLS connections.Joshua Colp
2017-05-09Prevent Undefined Capath CrashJoshua Elson
2017-05-08logger: Added logger_queue_limit to the configuration options.George Joseph
2017-05-08Merge "netsock2.c: Made get/set addr port avoid potential uninitialized memor...Joshua Colp
2017-05-08Merge "bridge: Fix returning to dialplan when executing Bridge() from AMI." i...Joshua Colp
2017-05-05netsock2.c: Made get/set addr port avoid potential uninitialized memory.Richard Mudgett
2017-05-04app_confbridge: Fix reference to cfg in menu_template_handlerGeorge Joseph
2017-05-04bridge: Fix returning to dialplan when executing Bridge() from AMI.Joshua Colp
2017-04-29rtp_engine.c: Fix deadlock potential copying RTP payload maps.Richard Mudgett
2017-04-27Merge "frame: Better handle interpolated frames." into 13Jenkins2
2017-04-26frame: Better handle interpolated frames.Joshua Colp
2017-04-25cleanup: Fix fread() and fwrite() error handlingSean Bright
2017-04-24core: Use eventfd for alert pipes on Linux when possibleSean Bright
2017-04-21Merge "pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specified" into 13George Joseph
2017-04-19pbx: Use same thread if AST_OUTGOING_WAIT_COMPLETE specifiedSean Bright
2017-04-19rtp_engine/res_rtp_asterisk: Fix RTP struct reentrancy crashes.Richard Mudgett
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-04-12Merge changes from topics 'ASTERISK-26890', 'ASTERISK-26851' into 13Joshua Colp
2017-04-11stun.c: Fix ast_stun_request() erratic timeout.Richard Mudgett
2017-04-11sorcery.c: Speed up ast_sorcery_retrieve_by_id()Richard Mudgett
2017-04-11tcptls.c: Cleanup TCP/TLS listener thread on abnormal exit.Richard Mudgett
2017-04-04CDR: Protect from data overflow in ast_cdr_setuserfield.Corey Farrell
2017-03-31Merge "build: Fix deb build issues with fakeroot" into 13George Joseph
2017-03-30build: Fix deb build issues with fakerootWalter Doekes
2017-03-30astobj2: Prevent potential deadlocks with ao2_global_obj_releaseSean Bright
2017-03-29Merge "srtp: Allow zero as tag value for a sRTP Crypto Suite." into 13Joshua Colp
2017-03-29srtp: Allow zero as tag value for a sRTP Crypto Suite.Alexander Traud
2017-03-27core: Remove embedded module supportSean Bright
2017-03-24Merge "cdr: Allow setting of user field from 'h' extension" into 13zuul
2017-03-24Merge "audiohook.c: Lost RTP packets lead to out-of-sync MixMonitor." into 13zuul
2017-03-22Merge "res_pjsip_messaging: Check URI type before dereferencing" into 13zuul
2017-03-22cdr: Allow setting of user field from 'h' extensionSebastian Gutierrez
2017-03-21Merge "autochan/mixmonitor/chanspy: Fix unsafe channel locking and references...zuul
2017-03-21res_pjsip_messaging: Check URI type before dereferencingSean Bright
2017-03-20audiohook.c: Lost RTP packets lead to out-of-sync MixMonitor.Aaron An
2017-03-20thread safety: Don't use getprotobyname()Sean Bright
2017-03-15Merge "pbx.c: Fix crash from malformed exten pattern." into 13zuul