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
Matthew Nicholson 0e86babe2f
Merged revisions 311140 via svnmerge from
14 years ago
..
db1-ast Merged revisions 209879 via svnmerge from 16 years ago
editline Revert r280019 for now - This was poorly executed. 15 years ago
stdtime Add missing ifdefs for test framework and new locale code. 15 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. 16 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 15 years ago
ast_expr2.fl Merged revisions 309251 via svnmerge from 14 years ago
ast_expr2.h Merged revisions 293195-293196 via svnmerge from 15 years ago
ast_expr2.y Merged revisions 293195-293196 via svnmerge from 15 years ago
ast_expr2f.c Merged revisions 309251 via svnmerge from 14 years ago
asterisk.c Merged revisions 309677 via svnmerge from 14 years ago
asterisk.dynamics Remove the old stub files, preferring the optional_api method. 15 years ago
asterisk.exports.in Export timersub for platforms which do not have it 15 years ago
astfd.c Merged revisions 228338 via svnmerge from 16 years ago
astmm.c Two more minor fixes due to constification 16 years ago
astobj2.c Add missing debug info for ao2_link for use with REF_DEBUG in ao2 callback. 15 years ago
audiohook.c Merged revisions 279946 via svnmerge from 15 years ago
autochan.c Convert the ast_channel data structure over to the astobj2 framework. 16 years ago
autoservice.c Merged revisions 278167 via svnmerge from 15 years ago
bridging.c pthread_join to assure the thread is really gone 15 years ago
buildinfo.c fix a few small things found by using sparse 17 years ago
callerid.c Merged revisions 310635 via svnmerge from 14 years ago
ccss.c No response sent for SIP CC subscribe/resubscribe request. 15 years ago
cdr.c Merged revisions 287115 via svnmerge from 15 years ago
cel.c Make the AST_CEL_AMA enum match up with the AST_CDR_ ama flag values. 15 years ago
channel.c Undoes 310726 for further analysis 14 years ago
chanvars.c Add additional memory debugging to several core APIs, and fix several memory 17 years ago
cli.c Merged revisions 291073 via svnmerge from 15 years ago
config.c Replacing doc/* with wiki links 15 years ago
cygload.c Doxygen updates, formatting. 18 years ago
data.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 15 years ago
datastore.c Merged revisions 273565 via svnmerge from 15 years ago
db.c Rate limit calls to fsync() to 1 per second after astdb updates. 15 years ago
devicestate.c Merged revisions 294500 via svnmerge from 15 years ago
dial.c ast_callerid restructuring 15 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 16 years ago
dnsmgr.c Don't use ast_strdupa() from within the arguments to a function. 15 years ago
dsp.c Set threshold for silence detection defaults to 256 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 15 years ago
features.c Merged revisions 310889 via svnmerge from 14 years ago
file.c Merged revisions 304096 via svnmerge from 15 years ago
fixedjitterbuf.c Fix various typos reported by Lintian 15 years ago
fixedjitterbuf.h Merged revisions 135841,135847,135850 via svnmerge from 17 years ago
frame.c adds speex 16khz audio support 15 years ago
framehook.c Addition of the FrameHook API (AKA AwesomeHooks) 15 years ago
fskmodem.c (Step 2 of 2) 17 years ago
fskmodem_float.c Optionally build integer-based routines for FSK tone decoding (but default 17 years ago
fskmodem_int.c Optionally build integer-based routines for FSK tone decoding (but default 17 years ago
global_datastores.c Add SRTP support for Asterisk 15 years ago
hashtab.c Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source. 16 years ago
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 Fix consistency of CRLFs on HTTP headers that get sent out. 14 years ago
image.c More 'static' qualifiers on module global variables. 16 years ago
indications.c Implement AstData API data providers as part of the GSOC 2010 project, 15 years ago
io.c Merged revisions 182810 via svnmerge from 16 years ago
jitterbuf.c Merged revisions 174583 via svnmerge from 17 years ago
loader.c When optional_api is non-optional, force dependent modules to be loaded. 15 years ago
lock.c Initialize tracking variable in structure properly. Fixes a memory leak. 15 years ago
logger.c Fix issue with verbose messages not showing on remote console. 15 years ago
manager.c Merged revisions 311140 via svnmerge from 14 years ago
md5.c Start untangling header inclusion in a way that does not affect 18 years ago
netsock.c Merged revisions 298050 via svnmerge from 15 years ago
netsock2.c Resolve some compiler errors in ast_sockaddr_is_any(). 15 years ago
pbx.c Merged revisions 303548 via svnmerge from 15 years ago
plc.c Start untangling header inclusion in a way that does not affect 18 years ago
poll.c Merged revisions 285267 via svnmerge from 15 years ago
privacy.c remove a bunch of useless #include "options.h" 18 years ago
rtp_engine.c remote_bridge_loop: prevent segfault when after transfer of IAX2 of DAHDI call 14 years ago
say.c Merged revisions 298962 via svnmerge from 15 years ago
sched.c Merged revisions 281574 via svnmerge from 15 years ago
security_events.c Add an API for reporting security events, and a security event logging module. 16 years ago
sha1.c more header removal/normalization 18 years ago
slinfactory.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
srv.c Formatting changes 15 years ago
ssl.c pthread_self returns a pthread_t which is not an unsigned int on all 16 years ago
strcompat.c Little endian machines were not converted properly. 15 years ago
strings.c fixes segfault on logging 15 years ago
stun.c Merged revisions 284593,284595 via svnmerge from 15 years ago
syslog.c Add functions to map syslog facilities and priorities constants to strings. 16 years ago
taskprocessor.c Minor tweaks to comment blocks and includes. 16 years ago
tcptls.c Merged revisions 310998 via svnmerge from 14 years ago
tdd.c Merge changes from str_substitution that are unrelated to that branch. 16 years ago
term.c Revert r280019 for now - This was poorly executed. 15 years ago
test.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 15 years ago
threadstorage.c Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072. 16 years ago
timing.c Merged revisions 294277 via svnmerge from 15 years ago
translate.c improved translation paths for wideband codecs 15 years ago
udptl.c Merged revisions 308722 via svnmerge from 14 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 16 years ago
utils.c core show locks: display ThreadID in hexadecimal 14 years ago
xml.c Asterisk data retrieval API. 15 years ago
xmldoc.c Merged revisions 300520 via svnmerge from 15 years ago