aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_spool.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()pabelanger1-1/+1
2011-02-03Asterisk media architecture conversion - no more format bitfieldsdvossel1-5/+12
2010-11-10Merged revisions 294605 via svnmerge from tilghman1-0/+3
2010-11-10Merged revisions 294569 via svnmerge from tilghman1-59/+101
2010-10-18Merged revisions 292083 via svnmerge from jpeeler1-0/+5
2010-10-03Merged revisions 290066 via svnmerge from tilghman1-1/+1
2010-09-07Merged revisions 285386 via svnmerge from tilghman1-3/+12
2010-05-13Fix build on linux.russell1-1/+1
2010-05-13Add kqueue(2) implementation to Asterisk in various places.tilghman1-4/+56
2010-03-27inotify support for pbx_spooltilghman1-4/+143
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-1/+1
2009-08-10AST-2009-005tilghman1-5/+5
2009-05-02Remove rarely-used event_log/LOG_EVENT supportkpfleming1-3/+2
2009-03-03Convert pbx_spool to use string fields instead of statically-sized buffers.mmichelson1-33/+41
2008-12-03Merged revisions 160558 via svnmerge from tilghman1-2/+6
2008-12-03Merged revisions 160551 via svnmerge from tilghman1-1/+7
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman1-0/+5
2008-06-18Merged revisions 123710 via svnmerge from tilghman1-3/+12
2008-05-14Add support for codec settings in originate via call file and manager.oej1-2/+6
2008-05-14Doxygen formatting change onlyoej1-32/+19
2007-12-26Use defined return values in load_module in more places.qwell1-3/+3
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-09-13Merged revisions 82358 via svnmerge from qwell1-1/+1
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-1/+1
2007-08-10Merged revisions 79099 via svnmerge from murf1-1/+1
2007-08-07Add another big set of doxygen documentation improvements from snuffy.russell1-10/+10
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-4/+2
2007-07-11Clean up pbx_spool. So many nested if statements...file1-105/+121
2007-07-01Merged revisions 72806 via svnmerge from russell1-1/+1
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-2/+2
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-10/+5
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+2
2006-11-27More fixes for referencing a structure after it has been freed. (issue #8425 ...file1-3/+3
2006-11-27Merged revisions 48038 via svnmerge from file1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-7/+7
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ...file1-13/+61
2006-05-19Make the new behavior where the timestamp is checked on the call file beforerussell1-6/+29
2006-05-19only delete call files if the timestamp on the file is not in the future, sorussell1-1/+5
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-2/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-4/+4
2006-02-24Update to trunkoej1-4/+4
2006-02-11Merged revisions 9581 via svnmerge from russell1-7/+6