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
Mark Michelson ed7570328a
Fix race condition that can cause important control frames (such as a hangup) to be missed.
13 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 Various changes to allow 1.8 to compile on Mac OS X Lion (10.7) 14 years ago
abstract_jb.c Merged revisions 297311 via svnmerge from 15 years ago
acl.c Prevent outbound SIP NOTIFY packets from displaying a port of 0 13 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 Fix ast_app_dtget() time unit inconsistency. 14 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 Allow only one thread at a time to do asterisk cleanup/shutdown. 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 Check fopen return value for ao2 reference debug output. 14 years ago
audiohook.c Revert a change to audio_audiohook_write_list that had no affect. 13 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 Revert part of a change to the bridging API code 14 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 Be more explicit for CCSS generic device state event subscription. 14 years ago
cdr.c CDR comment tweaks. 14 years ago
cel.c Add missing CEL logging fields to various CEL backends. 14 years ago
channel.c Fix race condition that can cause important control frames (such as a hangup) to be missed. 13 years ago
chanvars.c Add additional memory debugging to several core APIs, and fix several memory 17 years ago
cli.c Make CLI "core show channel" not hold the channel lock during console output. 14 years ago
config.c Make the config parser remove escaping backslashes 13 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 Update the documentation to better clarify how the existing commands work. 14 years ago
devicestate.c Merged revisions 294500 via svnmerge from 15 years ago
dial.c Updated SIP 484 handling; added Incomplete control frame 14 years ago
dns.c Fix a few compilation problems found when building Asterisk against uClibc. 16 years ago
dnsmgr.c Re-link peers by IP when dnsmgr changes the IP 14 years ago
dsp.c Fix an issue where dsp.c would interpret multiple dtmf events from a single key press. 14 years ago
ecdisa.h
enum.c Decrease verbose messages to debug, to help clean up CLI. 14 years ago
event.c Fix a crash in res_ais. 14 years ago
features.c Copy CDR variables when set during a bridge 13 years ago
file.c Allow playback of formats that don't support seeking 14 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 Fix a bunch of compiler warnings generated by gcc 4.6.0. 14 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 TLS port binding behavior as well as reload behavior: 14 years ago
image.c More 'static' qualifiers on module global variables. 16 years ago
indications.c Audit of ao2_iterator_init() usage for v1.8. 14 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 Track module use count for res_calendar 13 years ago
lock.c Initialize track pointer 14 years ago
logger.c Fix deadlock when using dummy channels. 14 years ago
manager.c Fix AMI Redirect ExtraChannel not redirecting to the same exten and context. 13 years ago
md5.c Start untangling header inclusion in a way that does not affect 18 years ago
netsock.c Find even more network interfaces. 14 years ago
netsock2.c Fix possible error on stringification of IPv4-mapped addrs 14 years ago
pbx.c Audit of ao2_iterator_init() usage for v1.8. 14 years ago
plc.c Fix a bunch of compiler warnings generated by gcc 4.6.0. 14 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 Allow SRTP policies to be reloaded 13 years ago
say.c Removes improper use of sound 'and' in German language mode from application saynumber 14 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 Update SHA1 code to RFC 6234 14 years ago
slinfactory.c Expand codec bitfield from 32 bits to 64 bits. 16 years ago
srv.c Crash when using hagi and no servers are available. 14 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 Re-resolve the STUN address if a STUN poll fails for res_stun_monitor. 14 years ago
syslog.c Add functions to map syslog facilities and priorities constants to strings. 16 years ago
taskprocessor.c Audit of ao2_iterator_init() usage for v1.8. 14 years ago
tcptls.c r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 lines 14 years ago
tdd.c Merge changes from str_substitution that are unrelated to that branch. 16 years ago
term.c Make console colors work for TERM=xterm-256color 14 years ago
test.c Avoid unnecessary rebuilds of main/test.c. 14 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 Second attempt to get optimal translation paths when codec_resample is used. 13 years ago
udptl.c Fix debugging messages generated by 'udptl debug'. 14 years ago
ulaw.c Fix compile when certain G711 menuselect options are enabled. 16 years ago
utils.c Use __alignof__ instead of sizeof for stringfield length storage. 14 years ago
xml.c Asterisk data retrieval API. 15 years ago
xmldoc.c Load the proper XML documentation when multiple modules document the same application. 14 years ago