aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-21finish reverting my pass through the tree to remove checks of the result ofrussell1-4/+5
2006-01-21remove some useless checks after calls to ast_strduparussell1-5/+4
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-1/+1
2006-01-15Allow application arguments to be quoted, allowing '|' characters inside argu...tilghman1-2/+10
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamrussell1-36/+40
2006-01-10Allow a digitstream to contain a flash character ('f' or 'F') when sending dt...mattf1-3/+9
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-32/+20
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-1/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-8/+8
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-2/+3
2005-11-11ugh... another broken commitkpfleming1-1/+2
2005-11-10slight correction to options parsingkpfleming1-1/+1
2005-11-10issue #5630, #5711, and probably othersrussell1-1/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-12/+11
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-2/+8
2005-10-30Actually write audio to file in get_voice (bug #5547)markster1-0/+7
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-7/+7
2005-10-26fix misplaced } (issue #5518)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-14use a better name for structure element (when using named initializers)kpfleming1-5/+7
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-12/+11
2005-08-30Add SIP video fixesmarkster1-0/+2
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...kpfleming1-3/+19
2005-08-06Properly handle | within ()'s when doing app arg parsing... (bug #4911)markster1-14/+19
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-4/+2
2005-07-13fix up lock breakage from bug #4245kpfleming1-10/+16
2005-06-09fix channel walking problems from recent changes (bug #4494)kpfleming1-1/+0
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-21/+17
2005-06-05more ast_copy_string() conversionkpfleming1-9/+9
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming1-2/+4
2005-05-25various code cleanups (bug #4353)russell1-1/+1
2005-05-04fix obvious fault in ast_separate_app_argskpfleming1-1/+2
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...kpfleming1-8/+21
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-2/+2
2005-03-27Fix app bug, update skel example, add skel to makefile as option (bug #3869)markster1-1/+2
2005-03-23Merge Russell's formatting patch (bug #3838)markster1-7/+11
2005-03-12Create experimental new options API, various cleanupsmarkster1-0/+35
2005-03-05Flush out app stuff, make profiling easier to turn on/offmarkster1-10/+37
2005-02-28Include stat.h to fix FreeBSD build (bug #3683)markster1-0/+1
2005-02-27Merge mog's ReadFile application (bug #3670)markster1-0/+34
2005-02-17Add atxfer fix (bug #3592)markster1-2/+10