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
Tilghman Lesher ff01792e50
Merged revisions 115415 via svnmerge from
19 years ago
..
db1-ast
editline Merged revisions 107352 via svnmerge from 19 years ago
libresample
stdtime
Makefile A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 19 years ago
abstract_jb.c
acl.c Merged revisions 111442 via svnmerge from 19 years ago
adsistub.c
aescrypt.c
aeskey.c
aesopt.h
aestab.c
alaw.c Whitespace changes only 19 years ago
app.c Modify TIMEOUT() to be accurate down to the millisecond. 19 years ago
ast_expr2.c (closes issue #12467) 19 years ago
ast_expr2.fl (closes issue #12467) 19 years ago
ast_expr2.h (closes issue #12467) 19 years ago
ast_expr2.y (closes issue #12467) 19 years ago
ast_expr2f.c (closes issue #12467) 19 years ago
asterisk.c Merged revisions 115415 via svnmerge from 19 years ago
astmm.c
astobj2.c Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch. 19 years ago
audiohook.c Add two new dialplan functions from libspeex for applying audio gain control 19 years ago
autoservice.c Merged revisions 114230 via svnmerge from 19 years ago
buildinfo.c
callerid.c Merged revisions 114257 via svnmerge from 19 years ago
cdr.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 19 years ago
channel.c Modify TIMEOUT() to be accurate down to the millisecond. 19 years ago
chanvars.c
cli.c Modify TIMEOUT() to be accurate down to the millisecond. 19 years ago
config.c #execing the same file multiple times led to warning messages saying that the same file was 19 years ago
cryptostub.c Whitespace changes only 19 years ago
cygload.c
db.c
devicestate.c
dial.c Modify TIMEOUT() to be accurate down to the millisecond. 19 years ago
dlfcn.c Whitespace changes only 19 years ago
dns.c Merged revisions 112138 via svnmerge from 19 years ago
dnsmgr.c This adds DNS SRV record support to DNS manager. If there is a SRV record for a given domain, the hostname and port listed in the SRV record will be used. If no SRV record exists or a SRV lookup is not attempted, the DNS lookup on the specified domain will be performed as normal. Chan_sip has been modified to take advantage of the new SRV support. 19 years ago
dsp.c Merged revisions 114207 via svnmerge from 19 years ago
ecdisa.h
enum.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 19 years ago
event.c Simplify code by using a taskprocessor for dispatching events in the Asterisk core. 19 years ago
features.c fix this logic to actually be correct... the fd can't be *both* -1 and an array index to be checked in rfds/efds (bug found by gcc-4.3) 19 years ago
file.c Merged revisions 114035 via svnmerge from 19 years ago
fixedjitterbuf.c
fixedjitterbuf.h
frame.c Merged revisions 114207 via svnmerge from 19 years ago
fskmodem.c Whitespace changes only 19 years ago
global_datastores.c Asterisk, when parking can drop rights a caller when a parking timeout occurs. Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee. This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue. 19 years ago
hashtab.c Make it so you don't have to cast away const in a couple places 19 years ago
http.c Merged revisions 114600 via svnmerge from 19 years ago
image.c Whitespace changes only 19 years ago
indications.c
io.c
jitterbuf.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 19 years ago
loader.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 19 years ago
logger.c Merged revisions 115333 via svnmerge from 19 years ago
manager.c Optionally display the value of several variables within the Status command. 19 years ago
md5.c
netsock.c Remove astobj.h from some places where it wasn't needed 19 years ago
pbx.c pbx uses a taskprocessor for device state changes 19 years ago
plc.c
poll.c Whitespace changes only 19 years ago
privacy.c
rtp.c Merged revisions 114100 via svnmerge from 19 years ago
say.c Whitespace changes only 19 years ago
sched.c Add attributes to various API calls, to help track down bugs (and remove a deprecated function) 19 years ago
sha1.c
slinfactory.c Put my slinfactory changes back in. 19 years ago
srv.c
strcompat.c Whitespace changes only 19 years ago
taskprocessor.c A taskprocessor is an object that has a name, a task queue, and an event processing thread. Modules reference a taskprocessor, push tasks into the taskprocessor as needed, and unreference the taskprocessor when the taskprocessor is no longer needed. 19 years ago
tcptls.c Rename ast_tcptls_server_instance to session_instance, since this pertains to 19 years ago
tdd.c Whitespace changes only 19 years ago
term.c Whitespace changes only 19 years ago
threadstorage.c
translate.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 19 years ago
udptl.c Add the "config reload <conffile>" command, which allows you to tell Asterisk 19 years ago
ulaw.c
utils.c Merged revisions 115017 via svnmerge from 19 years ago