aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-11-04Merged revisions 47195 via svnmerge from russell2-14/+14
2006-11-04Reverting rev 47093 until we have an agreement on how to oej1-13/+0
2006-11-04Merged revisions 47192 via svnmerge from russell1-2/+2
2006-11-04move out another large block to a large function, and documentrizzo1-199/+194
2006-11-04useless cast removal...rizzo1-4/+4
2006-11-04remove many unnecessary castsrizzo1-18/+18
2006-11-04remove a useless castrizzo1-1/+1
2006-11-04document the "debug" parameter, and the changerizzo1-2/+4
2006-11-04fix indentation of a block, and do minor simplifications at the end ofrizzo1-54/+46
2006-11-04complete previous commit.rizzo1-20/+0
2006-11-04move another block into a function.rizzo1-72/+104
2006-11-04move a large block into a separate function.rizzo1-83/+93
2006-11-03This fix introduced via bug 8233murf1-0/+4
2006-11-03another small set of simplificationsrizzo1-15/+14
2006-11-03change HANDLE_CAUSE into a function.rizzo1-50/+64
2006-11-03remove redundant checksrizzo1-2/+3
2006-11-03start integrating the simplifications proposed in bug 0005860,rizzo1-19/+13
2006-11-03One has to create the path and filename in order to copy a file there. (issue...file1-0/+2
2006-11-03add a new cli/manager.conf option "debug" to enable/disablerizzo2-7/+36
2006-11-03remove old/useless usecnt stuffrizzo1-7/+0
2006-11-03remove old/useless usecnt stuff.rizzo1-12/+0
2006-11-03Fix "core show channels" and "core show modules".rizzo1-7/+11
2006-11-03move variable declarations to the beginning of a block.rizzo1-2/+4
2006-11-03block other changes of mine already applied to trunk.rizzo0-0/+0
2006-11-03block more changes of mine already applied to trunkrizzo0-0/+0
2006-11-03blocking 47107rizzo0-0/+0
2006-11-03blocking 47108rizzo0-0/+0
2006-11-03Save the 'From' header received in a REGISTER message so we can show itrizzo1-0/+13
2006-11-03remove useless usecnt stuffrizzo2-18/+0
2006-11-03remove useless usecnt stuffrizzo1-27/+0
2006-11-03remove useless usecnt stuffrizzo1-9/+0
2006-11-03remove useless usecnt stuffrizzo1-5/+0
2006-11-03remove useless usecnt handlingrizzo1-7/+0
2006-11-03remove useless usecnt handling coderizzo1-8/+0
2006-11-02Merged revisions 47053 via svnmerge from tilghman6-24/+24
2006-11-02Merged revisions 47051 via svnmerge from tilghman26-196/+199
2006-11-02Let's make application/function/hint lists read/write lists... just for kicksfile2-95/+98
2006-11-02Updates to do unblock correctlymattf1-5/+22
2006-11-02Move check for codec translators to an earlier place in the call, so we can f...oej1-17/+20
2006-11-02Disable code for not implemented functionality (T38 over RTP/TCP)oej1-2/+16
2006-11-02Sure enough, some of the uses of astobj are doing recursive locking. Thisrussell1-14/+14
2006-11-02astobj was already set up to use read and write locks. Now that we have wrap...russell1-14/+14
2006-11-02Convert translation core linked list over to read/write based one, since it s...file1-30/+32
2006-11-02Add AST_RWLIST_* set of macros which implement linked lists using read/write ...file1-0/+205
2006-11-02Merged revisions 46965 via svnmerge from russell1-0/+4
2006-11-02Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is avail...file1-0/+1
2006-11-02Changes to show blocked/unblocked states, as well as in service, out of servi...mattf1-5/+22
2006-11-02Merged revisions 46937 via svnmerge from kpfleming1-0/+6
2006-11-02I'm crazy so I will add this... pthread rwlock wrappers, along with autoconf ...file4-1/+253
2006-11-02Merged revisions 46930 via svnmerge from file1-1/+1