summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2008-02-04Merged revisions 102323 via svnmerge from Tilghman Lesher
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...Steve Murphy
2008-01-08Make ast_atomic_fetchadd_int_slow magically appear in extconf.Joshua Colp
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603Luigi Rizzo
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that ifTilghman Lesher
2007-12-18make configuration variable const so they are not accidentallyLuigi Rizzo
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.Luigi Rizzo
2007-12-10Add ast_atomic_fetchadd_int_slow to check_expr for platforms that need it.Joshua Colp
2007-12-10remove relative paths and use ASTTOPDIR instead.Luigi Rizzo
2007-12-10simplify this fileLuigi Rizzo
2007-12-09add hashtab.c to the list of files deletedLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
2007-12-08normalize header order, and add a comment on the needLuigi Rizzo
2007-12-04Fix the build of astman. Any file that includes any asterisk sub-headersRussell Bryant
2007-11-29let's try this again... *all* compilation and linking in Asterisk should be d...Kevin P. Fleming
2007-11-26closes issue #11341; made changes to make utils again right with the MTX_PROF...Steve Murphy
2007-11-21enable support for stack backtrace for stuff built in utils/Luigi Rizzo
2007-11-21move these forward declarations back to asterisk.h where they belong... even ...Kevin P. Fleming
2007-11-21more header removal/normalizationLuigi Rizzo
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-17more cygwin/mingw32 compatibility fixesLuigi Rizzo
2007-11-17add a return NULL to a function that is expected to return a valueLuigi Rizzo
2007-11-17more removal of duplicate #include linesLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-12Don't forget the ASTERISK_VERSION for the sake of the mtx_prof stuff.Steve Murphy
2007-11-12(closes issue #11221)Kevin P. Fleming
2007-11-12Fix building on FreeBSD by including/not including some headers.Joshua Colp
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-05Move AUDIO_LIBS outside the top level Makefile. This too is used onlyLuigi Rizzo
2007-11-02Add pbx_lua as a method of doing extensionsTilghman Lesher
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-11-01Remove another copied source file on "make clean".Russell Bryant
2007-10-29UGH... while trying to fix #10995, I found all kinds of cruft in this Makefil...Kevin P. Fleming
2007-10-29clean up assembler and preprocessor files if they are here tooKevin P. Fleming
2007-10-26Merged revisions 87168 via svnmerge from Steve Murphy
2007-10-17and then, I noticed the clicompat stuff.Steve Murphy
2007-10-17more stub routines to allow linkage in stand-alone environment, with thread d...Steve Murphy
2007-10-17more stub routines to allow linkage in stand-alone environment, with thread d...Steve Murphy
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)Tilghman Lesher
2007-10-08Fix up tree so that it compiles when MTX Profiling is enabled.Joshua Colp
2007-10-01OK. THis a DEBUG_THREADS situation.Steve Murphy
2007-10-01picky gcc versions... sigh.Steve Murphy
2007-10-01This mod will allow check_expr to compile in the presence of DEBUG_THREAD sit...Steve Murphy
2007-09-25Add some files to the utils directory svn:ignore and Makefile clean targetRussell Bryant
2007-09-22Fix build of check_expr and hashtest2 when DEBUG_THREADLOCAL is definedTilghman Lesher
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-12Change the traversal to use ao2_callback() instead of an ao2_iterator. UsingRussell Bryant
2007-09-11This solves an unreported solaris compile problem (missing -lnsl -lsocket).Steve Murphy