aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-5/+5
2008-11-06don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only d...kpfleming1-1/+4
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming6-113/+188
2008-10-30fix a few small things found by using sparsekpfleming1-1/+1
2008-10-09(closes issue #13557)murf1-1/+1
2008-10-08When echoing our copies, strip off ASTTOPDIR from the front of the source file.seanbright1-13/+13
2008-10-06Make NOISY_BUILD work for the calls to cp in utils/Makefileseanbright1-13/+27
2008-10-06Quote arguments to cp so we can handle spaces in our paths.seanbright1-12/+12
2008-10-05Make this build on my mac.russell1-0/+2
2008-09-27remove incorrect commentkpfleming1-1/+0
2008-09-27fix bugs caused by r144949 when MALLOC_DEBUG is definedkpfleming1-22/+14
2008-09-27Merged revisions 144924-144925 via svnmerge from kpfleming4-87/+19
2008-09-26Matt suggests we remove utils/build-extensions-conf.lua, as per bug 12961, it...murf1-81/+0
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-1/+1
2008-08-19Oops. put a decl in a generated file. My bad, but fixed now.murf2-0/+3
2008-08-07More merges from resolve-shadow warnings:seanbright5-69/+68
2008-07-11Fix trunk breakagetilghman1-0/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-06-27Remove an unneeded target from the Makefilemmichelson1-1/+0
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-1/+1
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability torussell2-0/+12
2008-05-29Avoid build warning when execinfo.h isn't available.seanbright1-7/+7
2008-05-28Fix a linkage error related to the lock backtrace supportrussell1-0/+7
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson6-8/+100
2008-05-21This change makes it so that logs will report the correct source of verbose m...mmichelson4-4/+4
2008-05-21These changes were made via the comments atis_work made at 4:30am (Mountain T...murf1-34/+4
2008-05-18Add a set of text to the file astcanary uses to communicate back the maintilghman1-2/+18
2008-05-06Get refcounter to build with LOW_MEMORY definedmmichelson1-1/+4
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...murf2-2/+274
2008-04-10Merged revisions 114051 via svnmerge from mmichelson7-11/+33
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson4-11/+14
2008-03-18Merged revisions 109309 via svnmerge from murf3-11/+9
2008-03-11Merged revisions 107352 via svnmerge from kpfleming1-2/+2
2008-03-07(closes issue #6002)murf4-750/+812
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-1/+1
2008-02-28Merged revisions 105116 via svnmerge from russell1-2/+2
2008-02-27open(2) needs a mode argument when O_CREAT is specified.tilghman1-1/+1
2008-02-21Ignore some more unused generated events.tilghman1-1/+10
2008-02-15Remove extraneous copytilghman1-2/+0
2008-02-04Merged revisions 102323 via svnmerge from tilghman1-1/+7
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...murf1-1/+1
2008-01-08Make ast_atomic_fetchadd_int_slow magically appear in extconf.file1-3/+8
2007-12-20modify http://svn.digium.com/view/asterisk?view=rev&rev=93603rizzo3-14/+12
2007-12-18Add a canary process, for high priority mode (asterisk -p) to ensure that iftilghman2-1/+85
2007-12-18make configuration variable const so they are not accidentallyrizzo3-9/+9
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-12-10Add ast_atomic_fetchadd_int_slow to check_expr for platforms that need it.file1-0/+8
2007-12-10remove relative paths and use ASTTOPDIR instead.rizzo1-25/+26
2007-12-10simplify this filerizzo1-6/+6
2007-12-09add hashtab.c to the list of files deletedrizzo1-1/+1