summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.c
AgeCommit message (Expand)Author
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-06Initialize iax_frames variable to NULL, keeps valgrind happy.Joshua Colp
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17Merged revisions 75445 via svnmerge from Russell Bryant
2007-06-13Merged revisions 69184 via svnmerge from Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-04-20Merge changes from team/russell/iax2_ospRussell Bryant
2007-03-20Merged revisions 59076 via svnmerge from Joshua Colp
2007-01-16IAX2 remote variables - Bug 7619Tilghman Lesher
2007-01-04Merged revisions 49536 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49523 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49465 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49457,49460-49461 via svnmerge from Kevin P. Fleming
2007-01-04Merged revisions 49458 via svnmerge from Matt O'Gorman
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-08-31there is no need for __iax_frame_free ...Russell Bryant
2006-08-31there is no need to use iax_frame_free here, as it will actually just end upRussell Bryant
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-07-31make the counting of ingress, outgress, and total frames thread-safeRussell Bryant
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...Mark Spencer
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5693Kevin P. Fleming
2005-10-31revert strncpy->ast_copy_string changes where the semantics are subtly differentKevin P. Fleming
2005-10-27strncpy to ast_copy_stringRussell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-21iax2 parser cleanupsMark Spencer
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-09don't use a signed buffer for data that the protocol specifies as unsigned.Russell Bryant
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...Kevin P. Fleming
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)Kevin P. Fleming
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)Mark Spencer
2005-06-13Various IAX2 fixesMark Spencer
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-05-25various code cleanups (bug #4353)Russell Bryant
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formRussell Bryant
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()Kevin P. Fleming
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)Kevin P. Fleming
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)Mark Spencer
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-02-28Fix queue URL passing (bug #3543)Mark Spencer