aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_nbs.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-6/+3
2007-06-03ast_calloc janitor (Inspired by issue 9860)tilghman1-4/+3
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2006-11-07A fair number of changes for the sake of bug 7506murf1-3/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-5/+5
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-28/+7
2006-07-01Fix chan_nbs to build...markster1-9/+5
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-17more module loader related fixeskpfleming1-5/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-02More stringfield related changesmattf1-4/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-1/+4
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-1/+2
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-06fix version tag macro callskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-7/+12
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-22/+34
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+1
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-1/+1
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)markster1-0/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
2004-03-20Add experimental nbscat applicationmarkster1-2/+2
2003-12-09Cleanup unload callsmarkster1-10/+13
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-5/+5
2003-04-09Minor chan_nbs fixmarkster1-3/+5
2003-01-21Version 0.3.0 from FTPmarkster1-0/+291