aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-12-05Fix build errors on FreeBSD (uint -> unsigned int).seanbright1-3/+3
2008-08-09Regression fixes for Solaristilghman2-0/+3
2008-05-07Remove remnants of dlinkedlists. I didn't actually use them in the final ver...russell1-974/+0
2008-05-05Merge changes from team/russell/iax2_find_callno_1.2russell2-0/+1515
2008-03-18Fix character string being treated as format stringtwilson1-1/+1
2007-07-24Oops, res contains the error code, not errno. I was wondering why a mutex wa...tilghman1-1/+1
2007-07-22We should not use C++ reserved words in API headers (closes issue #10266)tilghman1-1/+1
2007-05-18This update will fix the situation that occurs as described by 9717, where wh...murf1-2/+10
2007-05-17How is it that we never caught that this is returning the opposite of our doc...tilghman1-1/+1
2007-05-07Properly handle what happens during a masquerade in relation to group countin...file1-0/+3
2007-04-25Merge rewritten group counting support. No more storing data on the variable ...file1-1/+18
2007-04-09Don't check for error when lowering priority (according to the manpage, it sh...tilghman1-0/+2
2007-03-12We can't use the assembler version of fetchadd_int under Intel Macs. (issue #...file1-1/+1
2007-02-21Fix random crashes when using the MeetMe application. This patch converts listrussell1-0/+27
2007-02-03Revert some changes that accidentally got committed as a part of another fix.russell1-27/+0
2007-02-03set the DIALSTATUS variable to contain "INVALIDARGS" when the dial applicationrussell1-0/+27
2006-11-15ensure that message duration is included in email notifications for forwarded...kpfleming1-1/+0
2006-11-07This mod for bug_7506, to make the manager code output the proper eventmurf1-0/+1
2006-10-12ensure that IAX2 and SIP sockets allow UDP fragmentation when running on Linu...kpfleming1-0/+15
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-26Use proper type to represent the group variable (issue #8025 reported by makoto)file1-2/+2
2006-09-05Merge in last round of spy fixes. This should hopefully eliminate all the iss...file1-0/+9
2006-09-01put in proper fix for issue #7294 instead of the broken partial fix that was ...kpfleming1-1/+1
2006-08-30Properly handle an ETIMEDOUT result from pthread_cond_timedwait (issue #7318 ...file1-1/+1
2006-08-24Fix a few issues related to the handling of channel variablesrussell1-0/+17
2006-06-14clarify file headers that mention disclaimer usagekpfleming1-1/+3
2006-06-12Greatly simply the mixmonitor thread, and move channel reference directly to ...file1-0/+1
2006-06-03 Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCKbweschke1-1/+2
2006-06-01handle Zap transfers behind chan_agent properly so the agent doesn't get stuc...kpfleming1-2/+3
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming2-15/+56
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the bug...bweschke1-0/+2
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman1-0/+1
2006-04-11Minor linked lists bug fix. When you're dealing with swapping entries around ...file1-0/+1
2006-03-29Bug 6830 - Let GosubIf work with the same conditions as a GotoIf (change in A...tilghman1-0/+3
2006-03-29ensure that list traversal loops which skip entries properly update the 'prev...kpfleming1-1/+2
2006-03-24 Doxygen comment typo correctionsbweschke1-2/+2
2006-03-22Issue #5918 - Disposition showing FAILED even though call is answered success...file1-2/+2
2006-03-01Bug 6615 - Fix 64bit conversion errors by using a long inttilghman1-4/+4
2006-02-26Bug 5950 - reenable queue log rotation; also, eliminate redundant codetilghman1-0/+1
2006-02-23backport list handling fix from trunk (solves memory leak problem in cdr vari...kpfleming1-2/+5
2006-02-11now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)russell3-6/+8
2006-01-05Bug 6076 - Fix documentation of ast_trim_blank return valuetilghman1-1/+1
2006-01-03revert incorrect fix for bug #6048 from revision 7709kpfleming1-3/+4
2005-12-17We want to check the previous value, not the current value (which was just ch...tilghman1-2/+3
2005-12-12Typotilghman1-1/+1
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
2005-11-30remove remaining CVS referenceskpfleming1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming74-0/+0
2005-11-29do the multiple-lock check for cond_wait properly...kpfleming1-2/+2
2005-11-29if the lock protected a pthread_cond is held recursively, warn before waiting...kpfleming1-0/+8