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 9751ce84fc
Look at the correct buffer for our digest info instead of an empty one.
15 years ago
..
db1-ast Merged revisions 209879 via svnmerge from 17 years ago
editline Revert r280019 for now - This was poorly executed. 16 years ago
stdtime Add missing ifdefs for test framework and new locale code. 16 years ago
Makefile Merged revisions 298957 via svnmerge from 15 years ago
abstract_jb.c Merged revisions 297311 via svnmerge from 15 years ago
acl.c Restore some conditionals that we lost in r277814. 15 years ago
alaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
aoc.c Typos: recieved => received 15 years ago
app.c Merged revisions 302599 via svnmerge from 15 years ago
ast_expr2.c Merged revisions 293195-293196 via svnmerge from 16 years ago
ast_expr2.fl Merged revisions 309251 via svnmerge from 15 years ago
ast_expr2.h Merged revisions 293195-293196 via svnmerge from 16 years ago
ast_expr2.y Merged revisions 293195-293196 via svnmerge from 16 years ago
ast_expr2f.c Merged revisions 309251 via svnmerge from 15 years ago
asterisk.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 16 years ago
asterisk.exports.in Export timersub for platforms which do not have it 16 years ago
astfd.c Merged revisions 228338 via svnmerge from 17 years ago
astmm.c Two more minor fixes due to constification 17 years ago
astobj2.c Add missing debug info for ao2_link for use with REF_DEBUG in ao2 callback. 15 years ago
audiohook.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
autochan.c
autoservice.c Merged revisions 278167 via svnmerge from 16 years ago
bridging.c pthread_join to assure the thread is really gone 16 years ago
buildinfo.c
callerid.c Merged revisions 310635 via svnmerge from 15 years ago
ccss.c CallCompletionRequest()/CallCompletionCancel() exit non-zero if fail. 15 years ago
cdr.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
cel.c Make the AST_CEL_AMA enum match up with the AST_CDR_ ama flag values. 16 years ago
channel.c Fixes framehook segfault on indicate 15 years ago
chanvars.c
cli.c Merged revisions 313859 via svnmerge from 15 years ago
config.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
cygload.c
data.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 16 years ago
datastore.c Merged revisions 273565 via svnmerge from 16 years ago
db.c Rate limit calls to fsync() to 1 per second after astdb updates. 16 years ago
devicestate.c Merged revisions 294500 via svnmerge from 16 years ago
dial.c ast_callerid restructuring 16 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 17 years ago
dnsmgr.c Don't use ast_strdupa() from within the arguments to a function. 16 years ago
dsp.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
ecdisa.h
enum.c Extend max call limit duration from 24.8 days to 292+ million years. 16 years ago
event.c Merged revisions 295710 via svnmerge from 16 years ago
features.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
file.c Merged revisions 304096 via svnmerge from 15 years ago
fixedjitterbuf.c Fix various typos reported by Lintian 16 years ago
fixedjitterbuf.h
frame.c adds speex 16khz audio support 16 years ago
framehook.c Addition of the FrameHook API (AKA AwesomeHooks) 16 years ago
fskmodem.c
fskmodem_float.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
fskmodem_int.c
global_datastores.c Add SRTP support for Asterisk 16 years ago
hashtab.c
heap.c Change mutex tracking so that it only consumes memory in the core mutex object when it's actually being used. 15 years ago
http.c Merged revisions 314620 via svnmerge from 15 years ago
image.c More 'static' qualifiers on module global variables. 17 years ago
indications.c Implement AstData API data providers as part of the GSOC 2010 project, 16 years ago
io.c
jitterbuf.c
loader.c When optional_api is non-optional, force dependent modules to be loaded. 16 years ago
lock.c Initialize track pointer 15 years ago
logger.c Fix issue with verbose messages not showing on remote console. 15 years ago
manager.c Make sure that tcptls_session is properly initialized. 15 years ago
md5.c
netsock.c Merged revisions 298050 via svnmerge from 15 years ago
netsock2.c Resolve some compiler errors in ast_sockaddr_is_any(). 16 years ago
pbx.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
plc.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
poll.c Merged revisions 285267 via svnmerge from 16 years ago
privacy.c
rtp_engine.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
say.c Merged revisions 298962 via svnmerge from 15 years ago
sched.c Merged revisions 281574 via svnmerge from 16 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. 17 years ago
srv.c Formatting changes 16 years ago
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 17 years ago
strcompat.c Little endian machines were not converted properly. 15 years ago
strings.c fixes segfault on logging 16 years ago
stun.c Merged revisions 284593,284595 via svnmerge from 16 years ago
syslog.c Add functions to map syslog facilities and priorities constants to strings. 17 years ago
taskprocessor.c Minor tweaks to comment blocks and includes. 16 years ago
tcptls.c Use SSLv23_client_method instead of old SSLv2 only. 15 years ago
tdd.c
term.c Revert r280019 for now - This was poorly executed. 16 years ago
test.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 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 Merged revisions 294277 via svnmerge from 16 years ago
translate.c improved translation paths for wideband codecs 16 years ago
udptl.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 15 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 17 years ago
utils.c Look at the correct buffer for our digest info instead of an empty one. 15 years ago
xml.c Asterisk data retrieval API. 16 years ago
xmldoc.c Merged revisions 300520 via svnmerge from 15 years ago