summaryrefslogtreecommitdiff
path: root/res/res_pjsip/pjsip_distributor.c
AgeCommit message (Expand)Author
2017-10-06res_pjsip: Fix leak of fake_auth references.Corey Farrell
2017-07-05Merge "pjsip_distributor.c: Fix deadlock with TCP type transports." into 13George Joseph
2017-06-30pjsip_distributor.c: Fix deadlock with TCP type transports.Richard Mudgett
2017-06-30pjsip_distributor.c: Fix unidentified_requests hash functions.Richard Mudgett
2017-02-21Merge "pjsip_distributor.c: Update some debug messages to get transaction nam...zuul
2017-02-21Merge "res_pjsip: Record the serializer earlier on the tdata." into 13zuul
2017-02-20res_pjsip: Update artificial auth whenever default_realm changes.Richard Mudgett
2017-02-20pjsip_distributor.c: Update some debug messages to get transaction name.Richard Mudgett
2017-02-20res_pjsip: Record the serializer earlier on the tdata.Richard Mudgett
2017-02-12pjsip_distributor.c: Fix off-nominal tdata ref leak.Richard Mudgett
2016-09-09res_pjsip: Only invoke unidentified endpoint logic when unidentified.Joshua Colp
2016-09-09res_pjsip: Do not crash on ACKs from unknown endpoints.Mark Michelson
2016-08-11pjsip_distributor.c: Add missing allocation failure check.Richard Mudgett
2016-06-07taskprocessors: Implement high/low water mark alerts.Richard Mudgett
2016-06-07pjsip_distributor.c: Consistently pick a serializer for messages.Richard Mudgett
2016-06-07pjsip_distributor.c: Ignore messages until fully booted.Richard Mudgett
2016-05-31pjsip_distributor.c: Use correct rdata info access method (Part 2).Richard Mudgett
2016-05-26pjsip_distributor.c: Use correct rdata info access method.Richard Mudgett
2016-05-20res_pjsip: Match dialogs on responses better.Mark Michelson
2016-05-13res_pjsip: Endpoint IP Access ControlsAlexei Gradinari
2016-05-12pjsip_distributor: Add missing newline to NOTICEGeorge Joseph
2016-04-27res_pjsip: Add ability to identify by Authorization usernameGeorge Joseph
2016-01-07PJSIP: Prevent deadlock due to dialog/transaction lock inversion.Mark Michelson
2015-11-13Taskprocessors: Increase high-water markMark Michelson
2015-11-12res_pjsip distributor: Don't send 503 response to responses.Mark Michelson
2015-11-12res_pjsip: Deny requests when threadpool queue is backed up.Mark Michelson
2015-07-06res_pjsip: Need to use the same serializer for a pjproject SIP transaction.Richard Mudgett
2015-01-27res_pjsip: make it unloadable (take 2)Kevin Harwell
2015-01-17REVERTING res_pjsip: make it unloadableKevin Harwell
2015-01-14res_pjsip: make it unloadableKevin Harwell
2014-11-06res_pjsip: Ensure in-dialog responses have an endpoint associated.Joshua Colp
2014-10-06res_pjsip: Prevent crashes when PJPROJECT presents an rdata with no messageMatthew Jordan
2014-01-15PJSIP: Add Path header supportKinsey Moore
2014-01-14Fix erroneous behavior when sending auth rejection to artificial endpoint.Mark Michelson
2013-12-09Switch PJSIP auth to use a vector.Mark Michelson
2013-11-16res_pjsip: Add support for building against pjproject with SIP transaction gr...Joshua Colp
2013-10-25PJSIP: Add log messages when requests are received for non-existent endpointsJonathan Rose
2013-08-28Fix dialog matching in the SIP distributor.Mark Michelson
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson