summaryrefslogtreecommitdiff
path: root/app.c
AgeCommit message (Expand)Author
2006-04-21convert to use ast_stream_and_waitLuigi Rizzo
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-15applied two of the 3 chunks in #6907, and a similar oneLuigi Rizzo
2006-04-11Merged revisions 19008 via svnmerge from BJ Weschke
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-28remove a few unneeded calls to strlen, and replace a while()Luigi Rizzo
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-02-20Merged revisions 10577 via svnmerge from Tilghman Lesher
2006-02-18Merged revisions 10409 via svnmerge from Tilghman Lesher
2006-02-14more memory allocation wrapper conversion (issue #6365)Kevin P. Fleming
2006-01-21finish reverting my pass through the tree to remove checks of the result ofRussell Bryant
2006-01-21remove some useless checks after calls to ast_strdupaRussell Bryant
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-15Allow application arguments to be quoted, allowing '|' characters inside argu...Tilghman Lesher
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamRussell Bryant
2006-01-10Allow a digitstream to contain a flash character ('f' or 'F') when sending dt...Matthew Fredrickson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from Kevin P. Fleming
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-11-11ugh... another broken commitKevin P. Fleming
2005-11-10slight correction to options parsingKevin P. Fleming
2005-11-10issue #5630, #5711, and probably othersRussell Bryant
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-11-01optionally send silence during recording (issue #5135)Kevin P. Fleming
2005-10-30Actually write audio to file in get_voice (bug #5547)Mark Spencer
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-26fix misplaced } (issue #5518)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14use a better name for structure element (when using named initializers)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...Kevin P. Fleming
2005-08-06Properly handle | within ()'s when doing app arg parsing... (bug #4911)Mark Spencer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-13fix up lock breakage from bug #4245Kevin P. Fleming
2005-06-09fix channel walking problems from recent changes (bug #4494)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-06-05more ast_copy_string() conversionKevin P. Fleming
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...Kevin P. Fleming
2005-05-25various code cleanups (bug #4353)Russell Bryant
2005-05-04fix obvious fault in ast_separate_app_argsKevin P. Fleming
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming