aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-17Add placeholder IVR application support (static version)markster1-0/+177
2005-02-16Fix misspellings of separate (bug #3607)markster1-1/+1
2005-01-23Make sure two voicemails can't take the same message space (bug #3394)markster1-17/+67
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-2/+2
2005-01-09Various small fixupsmarkster1-1/+1
2005-01-07Merge Moc's announcement patch (bug #3219)markster1-0/+98
2005-01-05Merge Tony's attended # transfer with changes (bug #3241)markster1-0/+45
2005-01-04Only print message one time (bug #3240)markster1-5/+10
2004-12-31Make voicemail registration apps register (bug #3034)markster1-104/+29
2004-12-29Fix anthm formatting (bug #3013)markster1-8/+8
2004-12-29Merge anthm's app_read addition, somewhat modified (bug #3013)markster1-0/+15
2004-12-07Big diet for struct ast_channelmarkster1-2/+2
2004-10-26Fix short message isssue (bug #2723)markster1-9/+8
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-3/+5
2004-10-03Improve groupcount handling (bug #2529) thanks!markster1-0/+108
2004-09-23Fix formatting againcitats1-4/+4
2004-09-23tweak prior commitanthm1-6/+9
2004-09-23Fix formattingcitats1-11/+11
2004-09-23allow file arg in ast_control_streamfile to accept trailing :end to indicate ...anthm1-0/+12
2004-09-23ast_control_streamfile caused seg with null stop or pause charsanthm1-6/+7
2004-09-17Move routines from voicemail to app for general use (part of bug #752)markster1-3/+463
2004-09-02Fix both app_read and underlying read issue (bug #2352)markster1-0/+2
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-2/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1