aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...kpfleming1-17/+58
2005-10-28add macros for explicit module usecount increment/decrementkpfleming1-3/+15
2005-10-28add 'tail' pointer to list heads, so that common 'insert-to-tail' operations ...kpfleming1-10/+87
2005-10-28add API function to perform volume adjustment on a frame of SLINEAR datakpfleming1-3/+11
2005-10-28add some macros to simplify application argument parsingkpfleming1-0/+42
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell16-106/+126
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-1/+1
2005-10-26more doxygenification (issue #5513)russell2-3/+50
2005-10-26Allow limitation by loadavg not just calls (should be BSD friendly)...markster1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell62-346/+626
2005-10-17Handle device state changes properly when formatting characters are present (...markster1-0/+10
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster2-2/+5
2005-10-16More utility cleanupsmarkster1-2/+2
2005-10-16Make crypto loading optionalmarkster1-14/+7
2005-10-14support sending text through agent channels (issue #5295)kpfleming1-1/+1
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster2-2/+2
2005-10-13fix typo in function name (issue #5437)russell1-1/+1
2005-10-12fix some formatting and add some comments (issue #5403)russell1-2/+32
2005-10-04support call duration limits on inbound OSP calls (issue #5346)kpfleming1-0/+12
2005-10-04allow write timeout to be set on a per-user basis in AMI (issue #5352)kpfleming1-0/+2
2005-10-01add ast_build_string_va(), which accepts a varargs list directlykpfleming1-0/+14
2005-09-30ensure structure has enough space for embedded stringkpfleming1-1/+1
2005-09-29Fix manager bug (can't destroy a session while a thread is using it!)markster1-0/+2
2005-09-29code cleanupskpfleming1-1/+1
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-3/+11
2005-09-26use a more generic means to decide whether we need to provide poll/dlfcn func...kpfleming2-2/+2
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell1-0/+8
2005-09-15add API for searching active channels by context/extenkpfleming1-0/+3
2005-09-14use a better name for structure element (when using named initializers)kpfleming1-1/+1
2005-09-14don't double define our own string functions on platforms that don't have the...kpfleming1-2/+2
2005-09-14extensive ENUM support update, including ENUMLOOKUP() dialplan function (issu...kpfleming1-6/+11
2005-09-13check call limit in ast_pbx_start(), instead of waiting until background thre...kpfleming1-5/+11
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATkpfleming1-1/+1
2005-09-09Make lock logging reentrant when DEBUG_THREADS enabledmarkster1-55/+77
2005-09-08add frame type for T.38, remove some unused stuffkpfleming1-16/+3
2005-09-08oops :-)kpfleming1-20/+0
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming6-31/+112
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-6/+6
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming1-0/+16
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...kpfleming1-2/+0
2005-09-01eliminate spurious warningskpfleming1-3/+3
2005-08-31make DEBUG_THREADS have more visible loggingkpfleming1-65/+195
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming68-532/+1037
2005-08-30Add SIP video fixesmarkster1-0/+2
2005-08-29massive upgrade to SUBSCRIBE, device state and messaging support (issue #3644)kpfleming1-3/+25
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)kpfleming1-1/+27
2005-08-29don't make expression evaluator allocate a memory buffer for each resultkpfleming1-1/+25
2005-08-27preserve hint watchers and laststate across 'extensions reload' (issue #2522)kpfleming1-9/+15
2005-08-25doc updates and copyright header cleanup (issue #5026)kpfleming1-4/+22
2005-08-25doc updates and copyright header cleanup (issue #5027)kpfleming1-19/+27