summaryrefslogtreecommitdiff
path: root/pbx/pbx_spool.c
AgeCommit message (Expand)Author
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-11Clean up pbx_spool. So many nested if statements...Joshua Colp
2007-07-01Merged revisions 72806 via svnmerge from Russell Bryant
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2006-11-27More fixes for referencing a structure after it has been freed. (issue #8425 ...Joshua Colp
2006-11-27Merged revisions 48038 via svnmerge from Joshua Colp
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-25Add Archive option to call files and add documentation on them. (issue #5426 ...Joshua Colp
2006-05-19Make the new behavior where the timestamp is checked on the call file beforeRussell Bryant
2006-05-19only delete call files if the timestamp on the file is not in the future, soRussell Bryant
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)BJ Weschke
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-01-09Merged revisions 7908 via svnmerge fromTilghman Lesher
2006-01-07Merged revisions 7848 via svnmerge fromTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-20Make conform to coding guidelines... thanks drumkilla :)Josh Roberson
2005-11-20issue #5806Josh Roberson
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-12Back out improper freeing of variablesMark Spencer
2005-10-11allow semicolons to be escaped in call files (issue #5407)Russell Bryant
2005-10-11Fix memory leak in outbound calls (bug #5406, with mods)Mark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-15Allow manager originate to specifiy more than one variable to be set.Russell Bryant
2005-07-15fix some indentationRussell Bryant
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-01optimize file reading in pbx_spool (bug #3927)Kevin P. Fleming
2005-04-01Fix spool files that lack their last returnMark Spencer
2005-02-02Include uniqueid in response for ManagerOriginate stuff (bug #3439)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-07-14Merge remaining audit patch (save dlfcn.c)Mark Spencer
2004-07-09Fix silly pbx spool buglet (bug #2007)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-05-08ast_strlen_zero changesJames Golovich
2004-04-05Make outgoing call spool only consider # a comment if at the beginning of a l...James Golovich
2004-04-05Only update utime in pbx_spool.c if the file existsJames Golovich
2004-04-05Make pbx_spool update utime with every safe_appendJames Golovich