summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-11-06Merge "Stasis/ARI: Fix off-nominal path json memory leaks."Joshua Colp
2017-11-06Merge "AOC: Fix AOC-S json memory leak."Joshua Colp
2017-11-03Stasis/ARI: Fix off-nominal path json memory leaks.Richard Mudgett
2017-11-03AOC: Fix AOC-S json memory leak.Richard Mudgett
2017-11-03Build System: Fix build failure caused by recent CLI improvements.Corey Farrell
2017-11-03Merge "Modules: Additional improvements to CLI completion."Joshua Colp
2017-11-02core: Don't attempt to write to a stream that does not exist.Joshua Colp
2017-11-01Modules: Additional improvements to CLI completion.Corey Farrell
2017-10-31features: Bridge application's BRIDGERESULT not appropriately setKevin Harwell
2017-10-31Merge "Build System: Fix --disable-xmldoc option."Joshua Colp
2017-10-31Merge "core / pjsip: Add support for grouping streams together."Joshua Colp
2017-10-30core / pjsip: Add support for grouping streams together.Joshua Colp
2017-10-30Modules: Fix issues with CLI completion.Corey Farrell
2017-10-26codec.c: Defensively check the returned samples.Richard Mudgett
2017-10-25Merge "Single API for ast_store_lock_info and ast_remove_lock_info."Joshua Colp
2017-10-25http.c: Fix http header send content.Ben Ford
2017-10-25Build System: Fix --disable-xmldoc option.Corey Farrell
2017-10-25Merge "hashtab: Use ast_free."Joshua Colp
2017-10-24Single API for ast_store_lock_info and ast_remove_lock_info.Corey Farrell
2017-10-23hashtab: Use ast_free.Corey Farrell
2017-10-23main/Makefile: Remove rule for non-existant testexpr2.Corey Farrell
2017-10-16cdr.c: Rename the Party A CDR container.Richard Mudgett
2017-10-16cdr.c: Add container to key off of Party B channel names.Richard Mudgett
2017-10-16Merge "declare optional openssl dependencies in moduleinfo"Jenkins2
2017-10-16Merge "cdr.c: Eliminated many calls to ao2_global_obj_ref()."Joshua Colp
2017-10-16Merge "cdr.c: Defer getting ao2_global_obj_ref() until needed."Joshua Colp
2017-10-15Merge "ast_bt_get_symbols: Prevent double-free."Jenkins2
2017-10-15Merge "tcptls: NULL-check the parameter of ast_ssl_teardown before accessing ...Joshua Colp
2017-10-13Merge "cdr.c: Set stringfields only if they are different."Jenkins2
2017-10-13Merge "cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr"Kevin Harwell
2017-10-13ast_bt_get_symbols: Prevent double-free.Corey Farrell
2017-10-13tcptls: NULL-check the parameter of ast_ssl_teardown before accessing it.Alexander Traud
2017-10-12cdr.c: Eliminated many calls to ao2_global_obj_ref().Richard Mudgett
2017-10-12cdr.c: Defer getting ao2_global_obj_ref() until needed.Richard Mudgett
2017-10-12cdr.c: Set stringfields only if they are different.Richard Mudgett
2017-10-12cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddrRichard Mudgett
2017-10-12features, manager : Add CancelAtxfer AMI actionThomas Sevestre
2017-10-12Merge "sorcery: Use ao2_weakproxy to hold list of instances."Jenkins2
2017-10-12Merge "named_locks: Use ao2_weakproxy_find."Jenkins2
2017-10-12Merge "astobj2: Add ao2_weakproxy_find function."Jenkins2
2017-10-12Merge "astobj2: Run weakproxy callbacks outside of lock."Jenkins2
2017-10-11cdr.c: Defer misc checks.Richard Mudgett
2017-10-10sorcery: Use ao2_weakproxy to hold list of instances.Corey Farrell
2017-10-10named_locks: Use ao2_weakproxy_find.Corey Farrell
2017-10-10astobj2: Add ao2_weakproxy_find function.Corey Farrell
2017-10-10astobj2: Run weakproxy callbacks outside of lock.Corey Farrell
2017-10-10cdr.c: Eliminated simple RAII_VAR usages.Richard Mudgett
2017-10-10Merge "tcptls: Do not re-bind to wildcard on client creation."Joshua Colp
2017-10-10declare optional openssl dependencies in moduleinfoTzafrir Cohen
2017-10-09Merge "cdr.c: Replace redundant check with an ast_assert()"Jenkins2