aboutsummaryrefslogtreecommitdiffstats
path: root/devicestate.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-01issue #5558kpfleming1-0/+1
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API wr...kpfleming1-4/+4
2005-10-26look for the last '-' in the channel name instead of the first (issue #5514)russell1-4/+5
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-17Handle device state changes properly when formatting characters are present (...markster1-9/+20
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+18
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming1-3/+10
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledkpfleming1-1/+1
2005-07-20add English device state output (bug #4733, with minor mod)kpfleming1-7/+28
2005-07-10simplify locking (use a single lock, no deadlock possible)kpfleming1-18/+13
2005-07-10Fix lock ordering in devicestatemarkster1-1/+3
2005-07-08add the new files for the last commit :-)kpfleming1-0/+234