Commit Graph

85 Commits (e9315d22ce5de205f8baf676ad62b6a4636beae7)

Author SHA1 Message Date
Luz Paz e9315d22ce docs: Fix various typos in main/
1 month ago
Mike Bradeen 3b1debb28b taskprocessor.c: Prevent crash on graceful shutdown
3 years ago
Alexander Traud 9440f6ec58 main: Fix for Doxygen.
3 years ago
Kevin Harwell c0efe19cec serializer: move/add asterisk serializer pool functionality
6 years ago
Ben Ford 4c3655ecfd taskprocessor.c: Added "like" support to 'core show taskprocessors'
6 years ago
Ben Ford 4de1e6d0e6 taskprocessor.c: Add CLI commands to reset taskprocessor stats.
6 years ago
Matthew Fredrickson 41a2662e16 main/taskprocessor: Increase max name length of taskprocessors
6 years ago
Richard Mudgett 45a8892e67 taskprocessor.c: Fix printf type mismatch
6 years ago
George Joseph c2adeb9dc2 taskprocessor: Enable subsystems and overload by subsystem
6 years ago
Corey Farrell 021ce938ca
astobj2: Remove legacy ao2_container_alloc routine.
7 years ago
Corey Farrell 9abd5e1004
taskprocessor: Prevent race creating new taskprocessor.
7 years ago
Corey Farrell 944d90a7ea taskprocessor: Do not use separate allocation for stats or name.
7 years ago
Corey Farrell 5ab94d2a3e
taskprocessor: Warn on unused result from pushing task.
7 years ago
Corey Farrell 91ac95993e main/taskprocessor: Use ast_cli_completion_add.
7 years ago
Richard Mudgett 7ed7d525fb taskprocessor.c: Increase the number of tps_singletons container buckets.
7 years ago
Richard Mudgett f4e77a5678 taskprocessor.c: Change when high water warning logged.
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Richard Mudgett 4a5da6c9b4 taskprocessor.c: Tweak high water checks.
9 years ago
Alexei Gradinari 820879415f pjsip: Fix deadlock with suspend taskprocessor on masquerade
9 years ago
Richard Mudgett 2cd67d5b07 taskprocessors: Implement high/low water mark alerts.
9 years ago
Mark Michelson e66021d2ca Merge "taskprocessor.c: Increase CLI "core ping taskprocessor" timeout."
9 years ago
Richard Mudgett c9f7269b2e taskprocessor.c: Increase CLI "core ping taskprocessor" timeout.
9 years ago
Richard Mudgett 6e2a867716 taskprocessor.c: Fix some taskprocessor unrefs.
9 years ago
Richard Mudgett d36c4d0b01 taskprocessor.c: Simplify ast_taskprocessor_get() return code.
9 years ago
Richard Mudgett 3e857bb347 taskprocessor.c: New API for human friendly taskprocessor names.
9 years ago
Richard Mudgett 71bb7b9c40 taskprocessor.c: Sort CLI "core show taskprocessors" output.
9 years ago
Richard Mudgett 84c245d38c taskprocessor.c: Fix CLI "core show taskprocessors" output format.
9 years ago
Richard Mudgett 7d86979ea0 taskprocessor.c: Fix CLI "core show taskprocessors" unref.
9 years ago
Richard Mudgett b025e1982f taskprocessor.c: Add CLI "core ping taskprocessor" missing unlock.
9 years ago
Mark Michelson e8881e1770 Taskprocessors: Increase high-water mark
10 years ago
Mark Michelson 264c74aa22 res_pjsip: Deny requests when threadpool queue is backed up.
10 years ago
Jonathan Rose a2c2a8e1bb taskprocessor: Add high water mark warnings
10 years ago
Joshua Colp fc4d4f5379 taskprocessor: Fix race condition between unreferencing and finding.
10 years ago
Richard Mudgett aa8479778e taskprocessor.c: Remove extra unref from off-nominal path.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Corey Farrell 3ddd92902a Replace most uses of ast_register_atexit with ast_register_cleanup.
10 years ago
Richard Mudgett 0165c5f95a chan_pjsip: Fix deadlock when masquerading PJSIP channels.
11 years ago
Kinsey Moore abd3e4040b Allow Asterisk to compile under GCC 4.10
11 years ago
Richard Mudgett 78790f0d58 taskprocessor: Made use pthread_equal() to compare thread ids.
12 years ago
David M. Lee 2de42c2a25 Multiple revisions 399887,400138,400178,400180-400181
12 years ago
Mark Michelson 74f2318051 Merge the pimp_my_sip branch into trunk.
12 years ago
David M. Lee 222e8a3afb Add a serializer interface to the threadpool
12 years ago
Mark Michelson a73d6e5b86 Add doxygen to accessors and increase refcount of taskprocessor before returning.
12 years ago
Mark Michelson 663479a558 Make ast_taskprocessor_listener opaque.
12 years ago
Mark Michelson 03e89247de Address further review feedback from David Lee.
12 years ago
Mark Michelson 65c7d6e2c3 Remove alloc and destroy callbacks from the taskprocessor.
12 years ago
Mark Michelson 99701cd1d1 Remove tasks from the taskprocessor and free them when taskprocessor is destroyed.
12 years ago
Mark Michelson a08847c270 Add some doxygen and remove an unnecessary unlock.
12 years ago
Mark Michelson bdd8da406b Address review board feedback from Matt and Richard
12 years ago
Mark Michelson ece4c95798 Resolve conflict and reset automerge.
13 years ago