summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-11-06dtls: Add support for ephemeral DTLS certificates.Sean Bright
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-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
2017-10-09Merge "cdr.h: Fix doxygen comments."Jenkins2
2017-10-09Merge "cdr.c: Use current ao2 flag names"Joshua Colp
2017-10-09cdr.c: Replace redundant check with an ast_assert()Richard Mudgett
2017-10-09cdr.c: Replace inlined code with ao2_t_replace()Richard Mudgett
2017-10-09cdr.c: Use current ao2 flag namesRichard Mudgett
2017-10-09cdr.h: Fix doxygen comments.Richard Mudgett
2017-10-08tcptls: Do not re-bind to wildcard on client creation.Alexander Traud
2017-10-05main/strings: Fix uninitialized value.Corey Farrell
2017-09-28heap.c: No need to calloc heap pointer array.Richard Mudgett
2017-09-25channel.c: Fix invalid reference in conditionaled out code.Richard Mudgett
2017-09-21Merge "bridge: Change participant SFU streams when source streams change."Joshua Colp
2017-09-21Merge "res_pjsip_session: Check for removed stream state."Joshua Colp
2017-09-21bridge: Change participant SFU streams when source streams change.Joshua Colp