aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)kpfleming1-0/+21
2005-06-14don't use pthread_mutex_lockkpfleming1-1/+0
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.ckpfleming1-0/+13
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-0/+1
2005-06-07fix version-string builds for non-gcc compilerskpfleming1-3/+5
2005-06-07add note about examplekpfleming1-0/+5
2005-06-07add doxygen docs for file version stuffkpfleming1-0/+35
2005-06-06more file version tagskpfleming1-3/+3
2005-06-06remove experimental module version tagskpfleming3-10/+25
2005-06-06add support for per-module version numberskpfleming1-2/+5
2005-06-06update ignore listskpfleming1-0/+2
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming2-48/+14
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...kpfleming1-2/+2
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming2-5/+5
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-8/+27
2005-05-30Fix cdr.h ordering issue (bug #4401)markster1-1/+3
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster2-3/+4
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...kpfleming1-1/+37
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...russell1-0/+1
2005-05-18Add optional call limitmarkster2-0/+4
2005-05-15add ast_build_string library function (from bug #3644)kpfleming1-1/+14
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming2-10/+25
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming1-6/+19
2005-05-15various fixes:kpfleming1-9/+59
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-0/+3
2005-05-14minor fix for refcount/flags to be unsignedkpfleming1-3/+3
2005-05-12fixes for the new jitter buffer (bug #4249)russell1-0/+6
2005-05-07fix header descriptionrussell1-1/+1
2005-05-05expose function execution routines and warn about trying to set a read-only c...anthm1-0/+23
2005-05-05major re-work of dialplan functions, including:kpfleming1-6/+8
2005-05-04Fix minor doc issue (bug #4145)markster1-1/+2
2005-05-04add doxygen docs for astobj.h (bug #4145, with minor mods)kpfleming1-7/+435
2005-05-04remove hardcoded CDR() support from pbx_builtin_setvar_helper in favor of alr...kpfleming1-2/+0
2005-05-04re-implement ast_separate_app_args with clearer code and in a way that doesn'...kpfleming1-1/+12
2005-05-03correct documentation for ast_sched_add (bug #4136)kpfleming1-1/+1
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...kpfleming1-4/+29
2005-05-01add direct object unlink macro to ASTOBJ apikpfleming1-0/+20
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...kpfleming1-6/+10
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming27-42/+133
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-04-13Add sched_when function (bug #4022)markster1-0/+7
2005-04-12formatting fixes (bug #4009)russell1-26/+26
2005-04-06preliminary "managed DNS lookup" supportkpfleming1-0/+35
2005-04-06Fix ADSI 'B' issue (bug #3833)markster1-1/+1
2005-04-06correct error in doxygen docskpfleming1-2/+2
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-0/+3
2005-04-05don't define a functioning returning an int inside of a do{...}while(0) (bug ...russell1-5/+5
2005-04-04optimize codec selection and format changing codekpfleming1-0/+1
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-1/+1
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-1/+22