aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming3-28/+69
2005-07-19let the compiler learn the types for the elements of a struct timeval to fixrussell1-1/+8
2005-07-19fix negative timestamp issuerussell1-2/+2
2005-07-15Allow manager originate to specifiy more than one variable to be set.russell3-6/+19
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming2-3/+99
2005-07-15phase two of string portability stuff:kpfleming1-8/+26
2005-07-15first phase of proper fix for portable string function problems (bug #4669)kpfleming1-3/+7
2005-07-13fix up lock breakage from bug #4245kpfleming1-2/+13
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-0/+15
2005-07-12convert ast_copy_string to use AST_INLINE_API macro (bug #4682)russell1-7/+3
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...kpfleming1-0/+2
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...kpfleming1-0/+10
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...kpfleming4-38/+75
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-4/+4
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-8/+9
2005-07-08add the new files for the last commit :-)kpfleming1-0/+82
2005-07-08queue device state changes and handle them serially in a background threadkpfleming3-59/+15
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming1-1/+1
2005-07-05add function to convert a cause code to a stringrussell1-1/+10
2005-06-28UK discconnect tone detection support. Need to enable callprogress inmattf1-0/+1
2005-06-24add new header fileskpfleming3-0/+280
2005-06-24split up string/time functions into separate header fileskpfleming4-241/+5
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-2/+0
2005-06-23make inlinable functions only need the function body in one file, and respond...kpfleming1-9/+45
2005-06-23Fix debugging to not print warningsmarkster1-14/+14
2005-06-21add AGI 'RECEIVE TEXT' command (bug #4525)kpfleming1-0/+9
2005-06-18Fix up utils nonsensemarkster1-0/+49
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