summaryrefslogtreecommitdiff
path: root/main/taskprocessor.c
AgeCommit message (Expand)Author
2018-03-17main/taskprocessor: Use ast_cli_completion_add.Corey Farrell
2018-01-16taskprocessor.c: Increase the number of tps_singletons container buckets.Richard Mudgett
2017-01-13taskprocessor.c: Change when high water warning logged.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-11taskprocessor.c: Tweak high water checks.Richard Mudgett
2016-08-10pjsip: Fix deadlock with suspend taskprocessor on masqueradeAlexei Gradinari
2016-06-09taskprocessors: Implement high/low water mark alerts.Richard Mudgett
2016-01-20Merge "taskprocessor.c: Increase CLI "core ping taskprocessor" timeout."Mark Michelson
2016-01-19taskprocessor.c: Increase CLI "core ping taskprocessor" timeout.Richard Mudgett
2016-01-19taskprocessor.c: Fix some taskprocessor unrefs.Richard Mudgett
2016-01-15taskprocessor.c: Simplify ast_taskprocessor_get() return code.Richard Mudgett
2016-01-08taskprocessor.c: New API for human friendly taskprocessor names.Richard Mudgett
2016-01-08taskprocessor.c: Sort CLI "core show taskprocessors" output.Richard Mudgett
2016-01-08taskprocessor.c: Fix CLI "core show taskprocessors" output format.Richard Mudgett
2016-01-08taskprocessor.c: Fix CLI "core show taskprocessors" unref.Richard Mudgett
2016-01-08taskprocessor.c: Add CLI "core ping taskprocessor" missing unlock.Richard Mudgett
2015-11-13Taskprocessors: Increase high-water markMark Michelson
2015-11-12res_pjsip: Deny requests when threadpool queue is backed up.Mark Michelson
2015-11-05taskprocessor: Add high water mark warningsJonathan Rose
2015-08-29taskprocessor: Fix race condition between unreferencing and finding.Joshua Colp
2015-06-10taskprocessor.c: Remove extra unref from off-nominal path.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-10-25taskprocessor: Made use pthread_equal() to compare thread ids.Richard Mudgett
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-02-12Add a serializer interface to the threadpoolDavid M. Lee
2013-01-15Add doxygen to accessors and increase refcount of taskprocessor before return...Mark Michelson
2013-01-15Make ast_taskprocessor_listener opaque.Mark Michelson
2013-01-15Address further review feedback from David Lee.Mark Michelson
2013-01-15Remove alloc and destroy callbacks from the taskprocessor.Mark Michelson
2013-01-07Remove tasks from the taskprocessor and free them when taskprocessor is destr...Mark Michelson
2013-01-07Add some doxygen and remove an unnecessary unlock.Mark Michelson
2013-01-07Address review board feedback from Matt and RichardMark Michelson
2012-12-13Resolve conflict and reset automerge.Mark Michelson
2012-12-10Solve the issue about the "CHANGE THIS" and "XXX CHANGE THIS XXX" taskprocess...Mark Michelson
2012-12-07Remove unsafe write of listener member.Mark Michelson
2012-12-07Fix infinite looping and crash problem.Mark Michelson
2012-12-07Add new threadpool test and fix some taskprocessor bugs.Mark Michelson
2012-11-19Get rid of trailing whitespace.Mark Michelson
2012-11-19Reorganize code and change behavior of ast_taskprocessor_execute() when taskp...Mark Michelson
2012-11-16Test that shutdown callback is called when expected.Mark Michelson
2012-11-16Add a shutdown callback to taskprocessor listeners.Mark Michelson
2012-11-09Add doxygen and constify some things.Mark Michelson
2012-11-09Genericize the allocation and destruction of taskprocessor listeners.Mark Michelson
2012-11-08Get rid of taskprocessor fields no longer necessary.Mark Michelson
2012-11-08Move taskprocessors to use a listener model.Mark Michelson
2012-10-02Fix a variety of ref counting issuesMatthew Jordan