aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-29add a small optimization for deleting all the members of a listrussell1-3/+1
2006-04-29- convert the list of zones to use the list macros, and add locking (issue #7...russell1-32/+32
2006-04-29move the "show version" CLI command from cli.c to asterisk.c so that only onerussell2-23/+23
2006-04-28support "make distclean" as well as "make dist-clean" for the picky peoplerussell1-0/+2
2006-04-28fix spelling typo -- what's a Diaplan?russell1-1/+1
2006-04-28fix sending the group numbers for a sip peer over the manager interfacerussell1-2/+3
2006-04-28note that group assignments must be from 0 to 63 (issue #7048)russell4-3/+7
2006-04-28whitespace - format the source in a more readable way;rizzo2-134/+279
2006-04-28make the 'runtest' filter less strict on line numbers.rizzo1-3/+9
2006-04-28simplify handling of line numbersrizzo2-117/+83
2006-04-28fix last known bug in computing columb numbers in error messagesrizzo2-69/+77
2006-04-28fix a bug in computing line numbersrizzo2-8/+8
2006-04-28- fix miscalculation in column numbers when multiple tabsrizzo5-10/+20
2006-04-28last batch of npval -> npval2 changesrizzo2-234/+249
2006-04-28more npval -> npval2 changesrizzo2-24/+24
2006-04-28minor cleanuprizzo1-46/+28
2006-04-28more npval -> npval2 conversionsrizzo2-43/+75
2006-04-28remove this option for now, because it can only be enabled whenrussell1-2/+0
2006-04-27add STACK_BACKTRACES to the CFLAGS selectable in menuselectrussell1-0/+2
2006-04-27fix destructor for pval objects (thanks to Steve Murphy);rizzo4-617/+488
2006-04-27when doing the checks necessary for chan_phone, look for all of the linuxrussell1-1/+4
2006-04-27always call the destructorrizzo2-244/+278
2006-04-27document variable and options used.rizzo2-66/+130
2006-04-27document options, move objects of the same type close torizzo2-289/+544
2006-04-27slightly restructure a block to reduce nesting,rizzo2-102/+102
2006-04-27Blocked revisions 22954 via svnmergefile0-0/+0
2006-04-27imore npval -> npval2 conversionsrizzo2-49/+77
2006-04-27dont free unallocated block ,and dont close a fdmogorman1-3/+0
2006-04-27allows for chan_zap to have all channels reloadedmogorman1-1/+52
2006-04-27Add option 'I' which allows you to record your name, but not review it. This ...file1-6/+11
2006-04-27more npval2 replacement, mark XXX dubious argumentsrizzo2-126/+127
2006-04-27more npval -> npval2 replacement, and a fix for a likelyrizzo2-195/+183
2006-04-27introduce a simplified interface for npval and start using itrizzo3-255/+280
2006-04-27formatting fixesrizzo2-115/+188
2006-04-27Change channel locking to API, nifty janitor project. (issue #7039 reported b...file1-26/+26
2006-04-27- add missing IXJUSER to menuselect-deps.inrussell2-5/+4
2006-04-27use ast_calloc for memory allocationsrizzo3-255/+257
2006-04-27fix a couple of bugs in arguments to npvalrizzo2-6/+8
2006-04-27remove some commented-out coderizzo2-33/+13
2006-04-27finish packing yylloc into macrosrizzo2-155/+121
2006-04-27add some comments to the coderizzo2-71/+81
2006-04-27more formatting cleanuprizzo2-150/+266
2006-04-27Make sure we use the correct event type when we're moving channels around :-)mattf1-1/+1
2006-04-27more dup removalrizzo2-310/+202
2006-04-27more duplicate removalrizzo2-296/+222
2006-04-27remove duplicated coderizzo2-342/+278
2006-04-27staticize c_prevword()rizzo2-6/+2
2006-04-27more indentation fixesrizzo2-322/+326
2006-04-27use asprintf instead of mallocrizzo2-177/+125
2006-04-27more formatting cleanuprizzo2-113/+175