aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-01-03update copyright headers for files changed this yearkpfleming3-3/+3
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-3/+4
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...oej1-11/+12
2006-01-03Bug #6118: Clean up list handling in image.c (drumkilla)oej1-1/+1
2006-01-01fix a couple of doxygen errorsrussell1-2/+1
2005-12-31- fix some doxygen errorsrussell4-3/+3
2005-12-27Bug 5183 - Inline stack backtracestilghman1-0/+2
2005-12-24minor cleanups ...russell1-1/+1
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-0/+13
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster2-1/+6
2005-12-20Major peformance improvements to meetmemarkster1-0/+9
2005-12-17Merged revisions 7508 via svnmerge fromtilghman1-2/+3
2005-12-12Typotilghman1-1/+1
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell2-19/+72
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman5-14/+14
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming74-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-...kpfleming1-2/+0
2005-11-23issue #5826twisted1-2/+2
2005-11-11issue #5590kpfleming2-104/+139
2005-11-11issue #5669kpfleming1-2/+2
2005-11-11issue #5668, modified to compile on non-Cygwin platforms :-)kpfleming1-8/+8
2005-11-10issue #5709russell1-2/+2
2005-11-09issue #5658, different fixkpfleming1-0/+4
2005-11-09issue #5563kpfleming1-0/+1
2005-11-08issue #2720kpfleming1-0/+1
2005-11-08issue #5569 minus lock.h changeskpfleming2-0/+8
2005-11-08more header include simplificationkpfleming1-1/+0
2005-11-08issue #5570kpfleming1-1/+2
2005-11-08header cleanupkpfleming1-3/+0
2005-11-08fix application options that take argumentsrussell1-1/+1
2005-11-08whitespace cleanup, don't include unnecessary headerkpfleming1-13/+10
2005-11-08issue #5599kpfleming1-12/+13
2005-11-06Convert some built-in applications to use new args parsing macros.russell1-1/+2
2005-11-06issue #5605russell6-291/+518
2005-11-06Fix extra semicolon (bug #5617)markster1-1/+1
2005-11-04old compiler compatibility (again...)kpfleming1-5/+2
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-14/+106
2005-11-02add some doxygen docskpfleming1-0/+28
2005-11-01issue #4678kpfleming2-2/+10
2005-11-01issue #5564kpfleming1-0/+2
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...kpfleming4-23/+20
2005-11-01optionally send silence during recording (issue #5135)kpfleming2-0/+5
2005-11-01document locking rules for spy API functionskpfleming1-0/+18
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...kpfleming1-0/+2
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...kpfleming1-6/+6
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming3-1/+4
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)kpfleming1-2/+2
2005-10-28major redesign of the channel spy infrastructure, increasing efficiency and r...kpfleming1-18/+91
2005-10-28add API call to properly sum two frames of SLINEAR datakpfleming1-0/+11