You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main
Sean Bright ba6201cae6
Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.
16 years ago
..
db1-ast Merged revisions 209879 via svnmerge from 17 years ago
editline Merged revisions 179395 via svnmerge from 17 years ago
stdtime Use nanosleep instead of poll. 17 years ago
Makefile Fix some build issues on Solaris. 16 years ago
abstract_jb.c Merged revisions 228409 via svnmerge from 16 years ago
acl.c Merged revisions 232350 via svnmerge from 16 years ago
adsistub.c
aescrypt.c Spacing changes only 17 years ago
aeskey.c
aesopt.h
aestab.c
alaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
app.c Add audio announcement option to app_page 16 years ago
ast_expr2.c Allow "REMAINDER" to function properly in expressions. 16 years ago
ast_expr2.fl fixes a few redundant conditions 17 years ago
ast_expr2.h Merged revisions 179807 via svnmerge from 17 years ago
ast_expr2.y Allow "REMAINDER" to function properly in expressions. 16 years ago
ast_expr2f.c fixes some memory leaks and redundant conditions 17 years ago
asterisk.c It's been long enough -- make the behavior introduced in 1.6 the default. 16 years ago
asterisk.dynamics Export dynamic (weak-linked) symbols correctly. 16 years ago
asterisk.exports Expand codec bitfield from 32 bits to 64 bits. 16 years ago
astfd.c Merged revisions 228338 via svnmerge from 16 years ago
astmm.c Two more minor fixes due to constification 17 years ago
astobj2.c Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed. 16 years ago
audiohook.c fixes AUDIOHOOK_INHERIT regression 16 years ago
autochan.c Convert the ast_channel data structure over to the astobj2 framework. 17 years ago
autoservice.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
bridging.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
buildinfo.c
callerid.c More 32->64 bit codec conversions. 16 years ago
cdr.c Display a list of channel variables in each channel-oriented event. 16 years ago
cel.c Fix channel reference leak. 16 years ago
channel.c fixes ast_transfer stall until hangup if called with a channel that doesn't support transfers 16 years ago
chanvars.c
cli.c Fix compiling with LOW_MEMORY. 16 years ago
config.c Oops, didn't compile (thanks, kpfleming) 16 years ago
cryptostub.c
cygload.c
datastore.c Properly account for memory allocated for channels and datastores 17 years ago
db.c More 'static' qualifiers on module global variables. 17 years ago
devicestate.c Merged revisions 205409 via svnmerge from 17 years ago
dial.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 17 years ago
dnsmgr.c AST-2009-005 17 years ago
dsp.c restarts busydetector (if enabled) when DTMF is received after call is bridged. 16 years ago
ecdisa.h
enum.c AST-2009-005 17 years ago
event.c Fix various problems detected with Valgrind. 16 years ago
features.c Merged revisions 238834 via svnmerge from 16 years ago
file.c Merged revisions 238629 via svnmerge from 16 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c According to POSIX, the capital L modifier applies only to floating point types. 16 years ago
fskmodem.c
fskmodem_float.c
fskmodem_int.c
global_datastores.c Merged revisions 172517 via svnmerge from 17 years ago
hashtab.c Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 17 years ago
heap.c Pass more useful information through to lock tracking when DEBUG_THREADS is on. 17 years ago
http.c Adding external reference for doxygen 16 years ago
image.c More 'static' qualifiers on module global variables. 17 years ago
indications.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
io.c Merged revisions 182810 via svnmerge from 17 years ago
jitterbuf.c Merged revisions 174583 via svnmerge from 17 years ago
loader.c Fixing trunk in a way so that it compiles again. 16 years ago
logger.c Initialize a variable that we check immediately upon startup. 16 years ago
manager.c Merged revisions 238915 via svnmerge from 16 years ago
md5.c
netsock.c fixes an ast_netsock_list memory leak. 16 years ago
pbx.c fixes subscriptions being lost after 'module reload' 16 years ago
plc.c
poll.c Various patches, to enable Asterisk to once again compile on Mac OS X. 17 years ago
privacy.c
rtp_engine.c More 32->64 bit codec conversions. 16 years ago
say.c Merged revisions 237573 via svnmerge from 16 years ago
sched.c Fix a regression in scheduler entry ordering, and add a regression test for it. 17 years ago
security_events.c Add an API for reporting security events, and a security event logging module. 17 years ago
sha1.c
slinfactory.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
srv.c
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 17 years ago
strcompat.c Move implementation of closefrom(3) from app.c to strcompat.c 16 years ago
strings.c Merge str_substitution branch. 17 years ago
stun.c This commit introduces COLP/CONP and Redirecting party information into Asterisk. 17 years ago
syslog.c Add functions to map syslog facilities and priorities constants to strings. 17 years ago
taskprocessor.c Const-ify the world (or at least a good part of it) 17 years ago
tcptls.c SIP TCP/TLS: move client connection setup/write into tcp helper thread, various related locking/memory fixes. 16 years ago
tdd.c Merge changes from str_substitution that are unrelated to that branch. 17 years ago
term.c add 'const' qualifiers in various places where they should have been 17 years ago
test.c Fix spelling of 'category.' 16 years ago
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 17 years ago
timing.c The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised. 16 years ago
translate.c Using the builtin function breaks OpenBSD 4.2 16 years ago
udptl.c Another round of UDPTL stack fixes/improvements: 16 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
utils.c Fix build of utility apps that include utils.c. 16 years ago
xml.c Define our desires for POSIX and X/OPEN API features properly. 17 years ago
xmldoc.c Add an empty line after each option when printing the 17 years ago