summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2008-06-27Remove an unneeded target from the MakefileMark Michelson
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability toRussell Bryant
2008-05-29Avoid build warning when execinfo.h isn't available.Sean Bright
2008-05-28Fix a linkage error related to the lock backtrace supportRussell Bryant
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-05-21This change makes it so that logs will report the correct source of verbose m...Mark Michelson
2008-05-21These changes were made via the comments atis_work made at 4:30am (Mountain T...Steve Murphy
2008-05-18Add a set of text to the file astcanary uses to communicate back the mainTilghman Lesher
2008-05-06Get refcounter to build with LOW_MEMORY definedMark Michelson
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...Steve Murphy
2008-04-10Merged revisions 114051 via svnmerge from Mark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-18Merged revisions 109309 via svnmerge from Steve Murphy
2008-03-11Merged revisions 107352 via svnmerge from Kevin P. Fleming
2008-03-07(closes issue #6002)Steve Murphy
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-02-28Merged revisions 105116 via svnmerge from Russell Bryant
2008-02-27open(2) needs a mode argument when O_CREAT is specified.Tilghman Lesher
2008-02-21Ignore some more unused generated events.Tilghman Lesher
2008-02-15Remove extraneous copyTilghman Lesher
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