Corey Farrell
|
6113a36c6d
Replace most uses of ast_register_atexit with ast_register_cleanup.
|
10 년 전 |
Kinsey Moore
|
98f08c5b33
Allow Asterisk to compile under GCC 4.10
|
11 년 전 |
Richard Mudgett
|
9983cc680f
Cleanup taskprocessor on exit.
|
12 년 전 |
Matthew Jordan
|
29d40f94bc
Fix a variety of ref counting issues
|
12 년 전 |
Kevin P. Fleming
|
53e80b252d
Multiple revisions 369001-369002
|
12 년 전 |
Kinsey Moore
|
b261a4f586
Kill off red blobs in most of main/*
|
13 년 전 |
Richard Mudgett
|
d2bdd9a858
Audit of ao2_iterator_init() usage for v1.8.
|
13 년 전 |
Paul Belanger
|
7cdc29f066
Replace ast_log(LOG_DEBUG, ...) with ast_debug()
|
14 년 전 |
Russell Bryant
|
207a875a21
Minor tweaks to comment blocks and includes.
|
15 년 전 |
Kevin P. Fleming
|
0b18e53c42
Const-ify the world (or at least a good part of it)
|
16 년 전 |
Tilghman Lesher
|
bdac0beea0
Merge changes from str_substitution that are unrelated to that branch.
|
16 년 전 |
Dwayne M. Hubbard
|
4660c08251
correct a CLI description
|
16 년 전 |
Sean Bright
|
d536bee272
This is basically a complete rollback of r155401, as it was determined that
|
16 년 전 |
Russell Bryant
|
c455dadd3f
Fix a few more places where the case insensitive hash should be used since
|
16 년 전 |
Sean Bright
|
38bbb585b6
Add ability to pass arbitrary data to the ao2_callback_fn (called from
|
16 년 전 |
Michiel van Baak
|
bde9f9e6f6
Merge the cli_cleanup branch.
|
16 년 전 |
Mark Michelson
|
58f382e8a0
Merged revisions 140488 via svnmerge from
|
16 년 전 |
Sean Bright
|
d1a7f48d9f
That's all, folks. Not going to update the Makefile until res_jabber is
|
16 년 전 |
Dwayne M. Hubbard
|
238d59584d
move taskprocessor CLI commands into the core namespace
|
16 년 전 |
Dwayne M. Hubbard
|
bea92d984c
make solaris happy...pointed out by snuff-home on IRC
|
16 년 전 |
Russell Bryant
|
1e596baf41
Properly initialize the cli_ping condition and lock
|
17 년 전 |
Russell Bryant
|
61de1d9430
Change system header includes to be like how it is done in other files
|
17 년 전 |
Terry Wilson
|
21918b5c6d
Initialize the lock and destroy lock and cond in the destructor (thanks, mmichelson)
|
17 년 전 |
Steve Murphy
|
66ab1411ed
Had to move the ASTERISK_FILE_VERSION decl to just after the include of "asterisk.h"
|
17 년 전 |
Luigi Rizzo
|
4eb845357b
Use casts or intermediate variables to remove a number
|
17 년 전 |
Dwayne M. Hubbard
|
1c5b511d80
A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed.
|
17 년 전 |